@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, d,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0
}

.clearfix {
	clear:both;
}

#blog{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bg_blog.jpg);
	background-position:top left;	
}

#menu_bajo{
	width:850px;
	height:20px;
	background-image:url(img/bg_menu_bajo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	float:left;
}

#main{
	width:465px;
	padding:10px 25px 0 50px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

#main a{
	color:#c09c3e;
	text-decoration:none;
}

#main a:hover{
	color:#c09c3e;
	text-decoration:underline;
}


.fecha{
	width:180px;
	height:25px;
	background-image:url(img/bg_fecha.gif);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:15px 0 0 12px;
}

.subtitulo{
	float:left;
	color:#c09c3e;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	width:450px;
	margin-bottom:10px;
}

.post{
	border-bottom:#910101 1px solid;
	padding-bottom:20px;
	margin-bottom:20px;
}

.post h2{
	font-family:Tahoma, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF;
	margin-bottom:10px;
	text-decoration:none;
	list-style-type: none!important;
}

.post h2 a{
	font-family:Tahoma, Arial, sans-serif;
	font-size:20px;
	color:#FFFFFF!important;
	margin-bottom:10px;
	text-decoration:none;
	list-style-type: none;
}

.post h2 a:hover{
	color:#EAB5B6!important;
	text-decoration:none!important;
	list-style-type: none;
}


#sidebar{
	width:310px;
	float:left;
}

#caja_suscribete{
	width:220px;
	padding:0 0 0 90px;
	height:130px;
	float:left;
	background-image:url(img/bg_suscripcion.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#caja_rss{
	width:190px;
	height:30px;
	float:left;
	text-align: right;
	padding-right:30px;
}

#caja_form{
	width:200px;
	height:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:0 0 0 20px;
}

.form{
	width:115px;
	height:16px;
	border:#999999 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
}

h3{
	font-family:Tahoma, Arial, sans-serif;
	color:#bb9739;
	font-size:14px;
	margin-bottom:10px;
}

#categorias{
	width:280px;
	float:left;
	padding:30px 10px 0 20px;
}

#categorias ul{
	padding-left:30px;
	list-style:none;
}

#categorias li{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	float:left;
	width:230px;
	padding-left:10px;
	background-image:url(img/bullet_sidebar_li.jpg);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-bottom:10px;
}

#categorias li a{
	color:#fff;
	text-decoration:none;
}

.icon_hoja{
	background-image:url(img/icon_hoja.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:22px;
}

#categorias li a:hover{
	color:#fff;
	font-size:11px;
	text-decoration:underline;
}

.icon_circulo{
	background-image:url(img/icon_circulo.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:22px;
}

.divisor{
	width:280px;
	height:15px;
	background-image:url(img/icon_divisor.gif);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin-bottom:20px;
}
.linea{
	color:#910101;
	background-color:#910101;
}
#nav{
	width:720px;
	height:26px;
	background-image:url(img/bg_menu.jpg);
	padding:10px 0 0 130px;
}
#nav ul{
}
.no_foto {
	background: url(none)!important;
}

.navegacion li{
	float:left;
	display:block;
}

.navegacion li a{
	background-image:url(img/bullet_nav.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-image: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	float:left;
	list-style:outside;
	display:block;
	text-decoration:none;
	padding-left:8px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
}

.navegacion li a:hover{
	list-style-image: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	float:left;
	list-style:outside;
	display:block;
	text-decoration:underline;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
}
*html .navegacion li a{
	background-image:url(img/bullet_nav.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	list-style-image: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	float:left;
	list-style:outside;
	display:block;
	text-decoration:none;
	padding-left:8px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
}

*html .navegacion li a:hover{
	list-style-image: none;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	float:left;
	list-style:outside;
	display:block;
	text-decoration:underline;
	padding-left:8px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
}
.caja_noticias{
	width:346px;
	height:80px;
	float:left;
	padding:10px 10px 10px 26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}

.caja_noticias img{
	border: 4px solid #fff;
}

.caja_noticias h2 a{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.caja_noticias a{
	font-family:Arial, Helvetica, sans-serif;
	color:#c79941;
	font-size:10px;
	font-weight:bold;
}
.foto_noticias{
	float:left;
	display:block;
	width:100px;
}
.text_noticias{
	float:left;
	display:block;
	width:200px;
}
#noticias_blog{
	width:850px;
	background-image:url(img/bg_noticias_home_blog.jpg);
	background-repeat:repeat-y;
	float:left;
}
#noticias_blog ul{
	list-style:none;
}
#noticias_blog li{
	float:left;
}
.comentarios_sidebar{
	width:200px;
}
#categorias .comentarios_sidebar ul{
	padding:10px 0px 10px 10px;
}
#categorias .comentarios_sidebar li{
	list-style:none;
}
#categorias .comentarios_sidebar li a{
	color:#bb9739;
	font-weight:bold;
}
.input_largo{
	width:220px;
	padding-bottom:5px;
}
.input_largo2{
	width:400px;
	padding-bottom:5px;
}
#comments{
	padding-bottom:10px;
}
.comentarios{
	background-color:#920001;
	padding-left:25px;
	padding-bottom:20px;
	padding-top:20px;
}
.commentmetadata a{
	padding-bottom:10px;
}
.e_malloa{
	color:#c09c3e;
	background: #5e0000;
	border: 2px solid #5B0000;
}
.sociable{
        padding-top:10px;
        padding-bottom:5px;
}

.sociable ul {
	list-style:none;
}

.sociable li a{
	display:block;
        padding-right:3px;
	float:left;
}
.comment-childs.chalt {
	background-color: #770000; !important;
}
