/* CSS Document */
body{
	margin:0px;
	background-image:url(../_img/bg.png);
	background-repeat:repeat;
	background-position:0px 1px;	
}
#header{
	width:100%;
	height:99px;
	background-image:url(../_img/header_bg.png);
	background-repeat:repeat-x;
	background-position:1px 0px;
}
#header_logo{
	width:780px;
	margin:0 auto;
	height:99px;
}
#content{
	margin:0 auto;
	width:780px;
}
#footer{
	height:43px;
	width:100%;
	background-color:#3b2314;
	margin-top:10px;
}
#col_izq{
	width:500px;
}
#col_mid{
	width:30px;
}
#col_der{
	width:250px;
}
.post{
	width:500px;
	margin:0px 0px 27px 0px;
	background-color:#fff0cc;
	border-radius: 10px;  
	-moz-border-radius: 10px; 
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px; 
}
.post_titulo{
	width:auto;
	background-color:#64ac45;
	background-image:url(../_img/bg_title_post.png);
	background-repeat:no-repeat;
	background-position:0% 100%;
	height:auto;
	border-top-right-radius: 10px;  
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-topleft: 10px; 
	-ms-border-radius-topleft: 10px;  
	-ms-border-radius-topright: 10px;  
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-top-left-radius: 10px;  	
}

.post_content_container{
	width:500px;
}

.post_content{
	width:460px;
	
	text-align:left;
	font-family: Arial;
	font-size:12px;
	color:#346734;
	margin-top:14px;
	margin-left:23px;
	margin-bottom:10px;
}

.post_content_mas{
	width:auto;
}

.post_content_mas_botones{
	width:460px;
	height:32px;
	margin-top:3px;		
}

.post_content_mas span{
	float:right;
	color:#af6f29;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia;
	margin-top:9px;
	cursor:pointer;
}
.post_content_mas span:hover{
	color:#346734;
}
.post_content_mas img{
	float:right;
	margin:0px;
	cursor:pointer;	
}

.post_footer{
	height:29px;
	width:auto;
	background-color:#af6f29;
	font-family:Georgia;
	font-size:12px;
	color:#fff0cc;
	font-weight:bold;
	padding-top:14px;
	padding-left:24px;
	
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px; 
	-ms-border-radius-bottomleft: 10px;  
	-ms-border-radius-bottomright: 10px;  
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  		
}
.post_footer span{
	font-weight:normal;
}
.post_content img{
	margin: 5px 10px 0px 10px;
}
.post_continuacion{
	display:none;
	width:auto;
}
.post_titulo_container{
	margin:10px 10px 10px 14px;
	width:472px;	
}
.post_logo{
	width:40px;
}
.post_titulo_texto{
	font-family:Georgia;
	font-size:18px;
	color:#fff0cc;
	font-weight:bold;
}
.sub_titulo{
	width:auto;
	margin-bottom:10px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.sub_titulo span{
	color:#039;
	font-family:Georgia;
	font-size:12px;
	color:#af6f29;
}
.spacer{
	height:10px;
	width:auto;
}
.sub_titulo img{
	margin:0px;
}
#menu{
	-moz-border-radius: 10px; 
	-ms-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image:url(../_img/bg_menu.png);
	background-repeat:repeat-x;
	background-color:#fff0cc;
	width:250px;
	display:block;
}
#menu_content{
	margin:0px 17px 0px 20px;
	padding-top:20px;
	padding-bottom:17px;
	display:block;
}
#menu h4{
	font-family:Georgia;
	font-weight:bold;
	font-size:12px;
	font-weight:bold;
	color:#af5e27;
	margin-top:5px;
	margin-bottom:5px;
}

#menu h5{
	font-family:Arial;
	font-size:12px;
	color:#346734;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;	
}
#menu ul{
	padding-left:14px;
	font-family:Arial;
	font-size:12px;
	color:#346734;	
}
#menu li{
	margin-bottom:5px;
}
.menu_separator{
	height:5px;
	widows:auto;
	background-image:url(../_img/dotted_menu.png);
	background-repeat:repeat-x;
	background-position:0px 2px;
	margin-top:10px;
	margin-bottom:10px;
}
.publicidad{
	margin-top:13px;
	margin-bottom:13px;
}

#footer_textos{
	width:780px;
	margin:0 auto;
	font-family:Georgia;
	font-size:12px;
	color:#fff0cc;
	font-weight:bold;
	padding-top:16px;
	padding-left:27px;
}
#menu_content .a{
	text-decoration:none;
	color:#346734;
}
#menu_content .a:hover{
	color:#AF6F29;
}
.pie_foto{
	float:right; 
	width:311px; 
	height:20px; 
	margin-top:10px;
	display:block;
}

.pie_foto a{
	color: #AF6F29;
	text-decoration:none;
}

.pie_foto a:hover{
	color: #346734;
}
.a_{
	color: #AF6F29;
	text-decoration:none;
}

.a_:hover{
	color: #346734;
}
._a_{
	color: #346734;
	text-decoration:none;
}

._a_:hover{
	color: #AF6F29;
}
