@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align:justify;
}

.container{
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 768px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-image: url(pics/fondo_0.jpg);
	position: relative;
}
.mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.logotipo {
	position: absolute;
        top: 0px;
        left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 21px;
	width: 223px;
	z-index: 100;
}

.menu {
	float:left;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 800px;
	background-color: #000000;
	height: 30px;
	margin-top: 32px;
	margin-left: 220px;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";


}

.contenedor_elementos_menu {
	float:none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 42px;
}

.menu_item {
	float:none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


.pie {
	float:left;
	position: absolute;
	left: 0px;
	top: 630px;
}

.presos {
	float:left;
	margin-left: 31px;
}

.noticia_pie{
	float: left;
	background-image: url(pics/fondo_noticia_portada.png);
	width: 810px;
	height: 116px;
	margin-left: 48px;
}

.noticia_pie_noticias_anteriores{
	float: left;
	margin-left:20px;
	margin-right:10px;
	margin-top:45px;
}

.noticia_pie_imagen_noticia{
	float: left;
	margin-top: 5px;
}

.noticia_pie_cuerpo_noticia{
	float: left;
	margin-left:10px;
	margin-right:10px;
	width:560px;
}

.noticia_pie_cuerpo_noticia h1{
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.noticia_pie_cuerpo_noticia p{
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align:justify;
}

.noticia_pie_noticias_siguientes{
	float: left;
	margin-left:10px;
	margin-right:20px;
	margin-top:45px;
}

.cuerpo_fondo{
	position: absolute;
	left:20px;
	top: 90px;
	background-image: url(pics/fondo_contenido.png);
	width: 977px;
	height: 520px;
}

.cuerpo_titulo{
	margin-left: 30px;
	margin-top: 20px;
}

.cuerpo{
    padding: 15px;
    height: 420px;
    width: 930px;
    overflow-y: auto;

}

.separador_horizontal{
        float: left;
	background-image: url(pics/linea_puntos_horizontal.png);
        background-repeat: repeat-x;
        height: 3px;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
}

.noticia h1{
	font-size: 17px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.noticia h2{
	font-size: 14px;
	font-weight: normal;
        font-style:italic; 
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.noticia p{
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align:justify;
}

.img_noticia_small{
	float: left;
	margin-right: 10px;
}

.comentarios h1{
	font-size: 20px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}

.bold{
	font-weight: bold;
}