/* genéricos */

body {
    /* NUNCA MAS: body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0", oh no. */
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align:center;	
	min-width: 760px;
}


div {

	margin: 0;
	padding: 0;

}

a {
	text-decoration: none;
	color: #F2BC47;
}

p {
	padding-top: 0;
	padding-bottom: 0;

	_padding_top: 10px;
	_padding_bottom: 10px;

	overflow:hidden;
}

h1 {

	_padding-bottom: 0px;
	
}

h2 {
	font: 15px "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#999999

}

/* divs */
#contenido {
	width: 760px;
	margin:0 auto;
	text-align:left;
}

#wrapperizquierda {

	float: left;
	width:607px;
}

#encabezado {
	/*float:left;*/
	
	width:607px;
	height:149px;
	overflow:hidden;	
}

#encabezadoPortada {
	
	width:607px;
	height:600px;
	overflow:hidden;	
}


#izquierda {
    /*
	background-image: url(../images/fondo2.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	*/
	
	/*float:left;*/
	width:607px;	
}

#izquierdaPortada {

	width:138px;	
}


#derecha {
	background-image:url(../images/barraderecha_b5_back.jpg);
	background-position: top;
	background-repeat:repeat-y;
	
	float:left;
	width:153px;		
}

#menu {

	float:left;
	width:138px;

}

#menuPortada {

	float:left;
	width:138px;
	

}

#texto {

	background-image: url(../images/fondo_b5.jpg);
	background-position: top right;
	background-repeat:no-repeat;

	float:right;
	width:469px;

}

#textointerno{
	
	padding-top: 32px;
	padding-left: 70px;
	padding-right: 47px;
	
}

#pie {

	clear:both;
	
	background-color: #EEEED4;
	background-image: url(../images/back-pie.gif);
	background-position: center top;
	background-repeat: no-repeat;

}

#logoflotante {
	width:205px;
	height:164px;
	position: relative;
	left:0px;	
	top: 0px;
	z-index:5;

}

#fotoencabezado{
	position: relative;
	bottom: 164px;
	left: 174px;
	width: 486px; /* esto solía estar comentado */
	width: 323px;
	height: 164px;
}

#fotoencabezadoPortada{
	position: relative;
	bottom: 164px; 
/*	left: 174px;*/
	width: 433px;
	height: 600px;
	float:right;
}

#cintillo{
	height: 30px;
	width: 760px;

}

/* imágenes */

img.fotoencabezado, img.fotoencabezadoPortada{

	text-align:right;

}

/* texto */

.texto {
	font:14px "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	text-align:justify;
}


ul.linksderecha, ul.linksderecha li {

	font: 12px "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left: 6px;
	margin: 0px;
	list-style:none;

}

ul.sublinksderecha, ul.sublinksderecha li {

	font: 10px "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left: 5px;
	margin: 0px;
	list-style:none;	

}

.sublinksderecha a {
	text-decoration: none;
	color: #ffffff;
}

.subpie {
	font: 10px Arial, Helvetica, sans-serif;
	text-align:center;
}

.sublinkstexto {
	font: 10px "Gill Sans MT", "Gill Sans", Arial, Helvetica, sans-serif;	
}

.sublinkstexto a {
	text-decoration: none;
	color: #F2BC47;
}

.textochico {
	font-size: 12px;
}

.listaarchivos {
	list-style-image:url(../images/greyscale_23_15.gif);
}

.listaarchivos li {
	padding-bottom: 5px;
}