/* CSS ESPECÍFICOS PARA LOS ARTÍCULOS */
.art_header_image{
	width:570px;
	height:120px;/* 236px es el tamaño originalmente planteado */
	padding:0;
	overflow:hidden;
	margin-bottom:10px;
}
.art_destacado1{
	color:#F5B656;
	font-weight:bold;
}
.art_destacado2{
	color:#CC0000;
	font-weight:bold;
}
.main_item h4{
	font-size:12px;
	font-weight:bold;
}
.destacado_izd{
	width:150px;
	background-color:#EEE;
	border-left:5px solid #CCC;
	padding:10px;
	text-align:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	float:left;
	margin:0 10px 5px 0;
}
.destacado_dch{
	width:150px;
	background-color:#EEE;
	border-right:5px solid #CCC;
	padding:10px;
	text-align:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:18px;
	float:right;
	margin:0 0 5px 10px;
}
.img_izda{
	float:left;
	border:0;
	clear:none;
	margin-right:10px;
}
.img_dcha{
	float:right;
	border:0;
	clear:none;
	margin-left:10px;
}
.img_centro{
	display:block;
	border:0;
	margin:10px auto;
}
.flashvideo{
	text-align:center;
	margin:10px auto;
	clear:both !important;
}
.flashvideo .content{
}


/* ESTILOS PARA EL ÁREA DE LOS COMENTARIOS */
.main_comment{
	border-left:4px solid #999999;
	width:550px;
	padding-left:15px;
	text-align:justify;
	margin-bottom:15px;
}
.main_comment h3{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}
.main_comment p{
	text-align:justify;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom:0;
}
.coment_pie{
	margin-top:5px;
	font-style:italic;
}
.main_comment a{
	color:#CC0000;
	text-decoration:underline;
}
.coment_titulo{
	font-size:16px;
	margin:10px 0;
}



/* ESTILOS PARA EL FORMULARIO */
