/*
******************************************************************************
******************************************************************************
* Normalizar estilos XHTML de diferentes navegadores
******************************************************************************
******************************************************************************
*/

/* Quitamos el subrayado de los links */
:link,:visited { text-decoration:none }

/* Eliminamos las viñetas de las listas */
ul,ol { list-style:none }

/* Evitar el tamaño inconsistente de los diferentes encabezados
   y también etiquetas <pre> y <code> */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Evitar la asignación inconsistente de márgenes y rellenos a
   diferentes elementos HTML  */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* Evitar el borde azul en imágenes que son links */
a img,:link img,:visited img { border:none }

/* Quitar la cursiva del elemento <address> */
address { font-style:normal }

/*
******************************************************************************
Estilos PORTADA 1
******************************************************************************
*/
#envoltorio #abajo #cuerpo #portada1_sup_iz {
	float: left;
	height: 165px;
	min-height:165px;
	width: 245px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	border: 1px solid #CCCCCC;
	background-image: url(../images/detalle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;
		
}

*>#envoltorio #abajo #cuerpo #portada1_sup_iz {    /* Aquí IE no sabe entrar */
	height:auto;
}

#envoltorio #abajo #cuerpo #portada1_sup_der {

	float: right;
	height: 165px;
	min-height:165px;
	width: 285px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	position: relative;
	border: 1px solid #CCCCCC;
	background-image: url(../images/detalle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;	
}

*>#envoltorio #abajo #cuerpo #portada1_sup_der {    /* Aquí IE no sabe entrar */
	height:auto;
	left: -10px;
}

#envoltorio #abajo #cuerpo #portada1_inf_derecha {
	
	float: right;
	height: 253px;
	min-height:253px;
	width: 285px;
	margin-left: 5px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #CCCCCC;	
	background-image: url(../images/detalle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;
	}
	
*>#envoltorio #abajo #cuerpo #portada1_inf_derecha {
	left: -10px;
	height:auto;
}

#envoltorio #abajo #cuerpo #portada_1_inf_izq_arriba {
	float: left;
	height: 120px;
	min-height:120px;
	width: 245px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	border: 1px solid #CCCCCC;
	background-image: url(../images/detalle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: visible;
	
}

*>#envoltorio #abajo #cuerpo #portada_1_inf_izq_arriba {
height:auto;
}

#envoltorio #abajo #cuerpo #portada1_inf_izq_abajo {
	
	float: left;
	height: 111px;
	min-height:111px;
	width: 245px;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #CCCCCC;
	background-image: url(../images/detalle.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	overflow: visible;
	
}

*>#envoltorio #abajo #cuerpo #portada1_inf_izq_abajo {
height:auto;
}

#envoltorio #abajo #cuerpo div.envolBreveNoticia1 {
	padding: 0;
	margin-top: 13px;
}

#envoltorio #abajo #cuerpo p.breveNoticia1 {
	padding: 0;
	margin-top: 2px;
	font-size: 9px;
}

/*
******************************************************************************
Estilos INTERIOR CAJAS PORTADA 1
******************************************************************************
*/

#envoltorio #abajo #cuerpo h1{
	padding-left:13px;
}

#envoltorio #abajo #cuerpo p{
	text-align:left;
	padding:13px;
}

#envoltorio #abajo #cuerpo a:link, #envoltorio #abajo #cuerpo a:visited{
	font-weight: bold;
	color: #d2ac00;	
}

#envoltorio #abajo #cuerpo a:hover{
	font-weight: bold;
	color:#755500;	
}

#envoltorio #abajo #cuerpo #portada1_sup_iz #foto_a {
	float: right;
	padding-left: 5px;
}


#envoltorio #abajo #cuerpo #portada1_sup_der #foto_b {
	float: right;
	padding-left: 5px;
}

#envoltorio #abajo #cuerpo #portada_1_inf_izq_arriba #foto_c {
	float: right;
	padding-left: 5px;
}

#envoltorio #abajo #cuerpo #calendario {
	margin-bottom: 10px;
	margin-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
