/* CSS Document */

/* recepcion.php */
.titulo{
list-style:none;
font-size:12px;
font-weight:bold;
margin:15px 0px 6px 25px;
}

.texto{
text-align:justify;
font-size:11px;
}
.texto1{
text-align:justify;
font-size:12px;
/*font-style:italic;*/
}
.texto2{
margin: auto;
text-align:justify;
font-size:11px;
/*font-style:italic;*/
}

.image_izq{
float:left;
margin-top:30px;
margin-left:15px;
width:202px;
}

.image_dcha{
float:right;
width:202px;
margin-top:30px;
margin-right:15px;
}

#dividir{
width:50px;
height:235px;
float:left;
margin-top:50px;
border-right:1px solid #385996; 
}

#dividir2{
width:40px;
height:360px;
float:left;
margin-top:30px;
border-right:1px solid #385996; 
}

#linedown{
margin-top:20px;
border-bottom:1px solid #385996; 
}

#linedown_inicio{
clear:both;
border-bottom:1px solid #385996; 
}

#linedown2{
margin-top:410px;
border-bottom:1px solid #385996;
}



/*estructura_noticias.php*/

#estructura_noticia{
position:relative;
width:100%;
height:auto;
}
#izquierda{
float:left;
width:48%;
height:auto;
}

#texto{
float:right;
right:2px;
font-size:9px;
}
#derecha{
width:48%;
float:right;
}
#abajo{
width:100%;
display:inline;
}
#imagen_abajo{
float:left;
}
#texto_abajo{
float:left;
}
#parador{
display:inline;
width:100%;
}