
/*  ====================================================================================================  HEADER  */

.arriba {
	background: url(../img/bg-top.png) repeat-x;
	height: 179px;
}

.logo {
	margin-top: 15px;
	float: right;
	display: inline;
}

.titulo-arriba h1 {
	padding: 23px 0 0 0;
	margin: 0;
	color: #b20d00;
	font-size: 42px;
	font-family: 'Overlock';
	font-weight: 900;
	text-shadow: 0px 1px 1px #eee;
}

.titulo-arriba h2 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	line-height: 18px;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
	text-shadow: 0px 1px 1px #eee;
}

.titulo-arriba h1 a {
	color: #b20d00;
}

.titulo-arriba h1 a:hover {
	text-decoration: none;
	color: #97280F;
}


.menu {
	margin: 30px 0 40px 0;
}

.menu ul li {
	display: block;
	float: left;
	margin-right: 10px;
}

.menu ul li a {
	color: #1d1d1b;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #5f664f;
}

.menu ul li.current_page_item a {
	color: #dddddd;
	background-color: #5f664f;
}
.nav > li > a {
	color: #1d1d1b;
}

.nav > li > a:hover {
	color: #ffffff;
	background-color: #5f664f;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
	color: #dddddd;
	background-color: #5f664f;
}

#vertical-ticker{
	overflow:hidden;
	margin:0; padding:0;
}

#vertical-ticker li{
	padding:8px;
	height: 140px;
	display:block;
	background:#9EA988;
	border-top: 1px solid #BFC8AF;
	border-bottom: 1px solid #8A9479;
}

#vertical-ticker li p.fecha {
	font-family: Arial;
	color: #6D5858;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}

#vertical-ticker li p.titulo a {
	color: #B20D00;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: 'OverlockBlack';
}

#vertical-ticker li p.descripcion {
	font-family: Arial;
	color: black;
	font-size: 12px;
	margin: 0px;
	padding:0px;
}

#vertical-ticker li a.vermas {
	display: block;
	float: left;
	font-family: Arial;
	color: #9DA988;
	font-size: 10px;
	margin: 5px 0 0 0;
	padding: 2px 7px;
	text-decoration: none;
	text-transform: uppercase;
	background: #B9280F;
}

p a.vermas {
	color: #B9280F;
}

.column {
	width: 340px!important;
}
.last.column {
	margin-left:20px;
 }
 
 .col {
	text-align: justify;
 }
 
 .texto h2 {
	font-family: 'Overlock', cursive;
	font-weight: 400 italic;
	font-size: 21px;
	line-height:28px;
	margin:35px 0px 10px 0px;
	padding:0px;
 }
 
 .texto p, .fundadores p {
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	margin-bottom: 10px;
 }
 
 .fundadores h2 {
 	font-family: 'Overlock', cursive;
	font-weight: 400 italic;
	font-size: 21px;
	line-height:28px;
	margin:0px 0px 10px 0px;
	padding:0px;
 }
 
 
 /* QUOTE */
 
#quotearea {
	width: 700px;
	height: 74px;
 }
 
span#quote {
	width:100%;
	display: block;
	text-align: center;
	font-family: 'Overlock', cursive;
	font-weight: 400 italic;
	font-size: 22px;
	line-height:26px;
	color: #b20d00;
}

span#quoteauthor {
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 4px;
	font-family: 'Overlock', cursive;
	font-weight: 900;
	font-size: 18px;
	line-height:25px;
	color: #4d4d4d;
}

.sidebar img {
	margin: 10px 0 10px 0;
}

.footer {
	height:90px;
	background: url(../img/bg-footer.png) repeat-x;
}

.footer p {
	font-size: 11px;
	line-height: 15px;
	margin-top: 23px;
	color: #e5d3af;
}

.footer img {
	margin-top: 10px;
}

.nav .dropdown-toggle .caret {
margin-top: 6px;
border-top-color: #1D1D1B;
border-bottom-color: #1D1D1B;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover {
color: white;
background-color: #5f664f;
border-color: #5f664f;
}

.dropdown-menu li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333;
white-space: nowrap;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #b20d00;
  background-image: -moz-linear-gradient(top, #b20d00, #97280F);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b20d00), to(#97280F));
  background-image: -webkit-linear-gradient(top, #b20d00, #97280F);
  background-image: -o-linear-gradient(top, #b20d00, #97280F);
  background-image: linear-gradient(to bottom, #b20d00, #97280F);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb20d00', endColorstr='#ff97280F', GradientType=0);
}


.btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #eee;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-color: #B9280F;
background-image: -moz-linear-gradient(top, #CC412F, #B9280F);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CC412F), to(#B9280F));
background-image: -webkit-linear-gradient(top, #CC412F, #B9280F);
background-image: -o-linear-gradient(top, #CC412F, #B9280F);
background-image: linear-gradient(to bottom, #CC412F, #B9280F);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
border-color: #B9280F6 #B9280F #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCC412F', endColorstr='#ffB9280F', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(185, 40, 15, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(185, 40, 15, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(185, 40, 15, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #fff;
  background-color: #B9280F;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
background-color: #bb2b13;
border: 1px solid #a6240d;
border-radius: 0px;
color: #fff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea {
	height: 155px!important;
}

.homilias h2{
	text-transform: uppercase;
	margin: 53px 0 5px 0;
	line-height: 18px;
	font-size: 15px;
	color: #777;
	text-align: right;
}

.homilias  h3 a {
	font-size: 14px;
	color: #bb2b13;	
	line-height: 16px;
	margin-top: 5px;
}

.homilias  h3 {
	line-height: 16px;
}

.homilias h3:hover a {
	color: #777;
	
}

.homilias p {
	font-size: 11px;
	color: #666;
	line-height: 15px;
	margin: 5px 0 5px 0;
}

p img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}


.user-header .pull-left .lead{ font-size: 30px !important; margin-bottom: 0px !important; }
.user-header{ margin-bottom:20px; }
.user-post{ padding: 15px 10px; border-bottom: 1px dotted #CCDAE0; }

.user-post:hover{ background: #F9F7F7; border-radius: 5px; padding-left: 10px; }
.user-post .fecha{ font-size: 10px; }
.user-post .titulo a:hover{ text-decoration: none !important; }


.qsomos, .qsomos h2, .qsomos p { font-family:arial; }
.qsomos p{ line-height: 1.5; margin-bottom: 15px; text-align: justify}
