@charset "UTF-8";
#rotator {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 445px;
}
#sub_menu ul li a {
	display: block;
	height: 45px;
	width: 240px;
	float: left;
	position: relative;
}
#sub_menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 45px;
	overflow: hidden;
}
#but1 {
	background-color: #93c25c;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#but2 {
	background-color: #3da1b3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#but3 {
	background-color: #5a4e50;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#but4 {
	background-color: #4b3d33;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#but1:hover {
	background-color: #577036;
}
#but2:hover {
	background-color: #256168;
}
#but3:hover {
	background-color: #423b3c;
}
#but4:hover {
	background-color: #332c27;
}
#sub_menu ul li a {
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	color: #FFF;
	text-decoration: none;
	font-size: 17px;
	line-height: 45px;
}
#content_foot {
	background-color: #fafaf5;
	margin-top: 8px;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px;
}
#content_text {
	background-image: url(../img/index/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#columnas {
	width: 275px;
	float: left;
}
#titulo_col {
	font-family: 'Gudea', sans-serif;
	color: #726658;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 25px;
	
}
#sub_titulo {
	font-family: 'Dosis', sans-serif;
	color: #9b8579;
	font-size: 18px;
	font-weight: 300;
	padding-top: 20px;
	line-height: 23px;
}
#content_text {
	padding-bottom: 30px;
}
#foto_content {
	height: 445px;
	width: 960px;
	position: relative;
}
#text_rotador {
	font-family: 'Gudea', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #FFF;
	line-height: 22px;
	text-shadow: 2px 2px 5px #333333;
}
#leer_mas_but {
	display: block;
	float: right;
	background-color: #726658;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: 300;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
#leer_mas_but:hover {
	background-color: #3C312B;
}
#number {
	background-color: #EBE7DD;
	height: 75px;
	width: 90px;
	text-align: center;
	padding-top: 15px;
	float: left;
}
.number {
	font-family: 'Dosis', sans-serif;
	font-size: 45px;
	font-weight: 300;
	color: #54453B;
	line-height: 35px;
}
#number span {
	display: block;
}
#pic_new {
 float:left; 
 margin-left:5px
}
#text_new {
	float: left;
	margin-left: 15px;
	width: 190px;
}
h1 {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Gudea', sans-serif;
	line-height: 18px;
}
#news {
	width: 400px;
	float: left;
	position: relative;
	margin-right: 35px;
}
#line_news {
	position: absolute;
	left: -8px;
	top: 19px;
}
#noticias {
	padding-bottom: 35px;
}
#noticias a{
	text-decoration: none;
}
#negro_back {
	position: absolute;
	z-index: 100;
	right: 0px;
	height: 445px;
	width: 350px;
	background-image: url(../img/index/back.png);
	background-position: right top;
}
#botones_div {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#boton_bar {
	width: 25%;
	float: left;
	display: block;
	background-image: url(../img/index/verde.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 45px;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	font-size: 17px;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}
#boton_bar:hover {
	color:#333;
}
#home_but {
	color: #B9DFF6;
}
