* {
 	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(../imagenes/bg_friso.gif) repeat-x;
	text-align: center;
}

#contenidos {
	width: 630px;
	margin: 60px auto 0 auto;
}

#logo {
	width: 125px;
	margin: 10px;
	float: left;
}

#informacion {
	background: url(../imagenes/bg_barra.gif) left repeat-y;
	width: 454px;
	margin: 10px;
	float: right;
}

h2 {
	font-size: 13px;
	color: #0E546B;
	text-align: left;
	width: 414px;
	margin: 5px auto 5px auto;
}

h2.programa {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	background-color: #0E546B;
	width: 414px;
	padding: 4px;
	margin: 5px auto 5px auto;
}

#informacion p {
	font-size: 12px;
	color: #0E546B;
	text-align: left;
	width: 414px;
	margin: auto;
}

#informacion p.programa {
	font-size: 11px;
	color: #0E546B;
	text-align: left;
	background-color: #EEEEEE;
	width: 414px;
	padding: 4px;
	margin: 0 auto 2px auto;
}

#informacion a {
	font-weight: bold;		
	color: #0E546B;
	text-decoration: underline;
}

#informacion a:hover {
	font-weight: bold;		
	color: #0E546B;
	text-decoration: none;
}

#caja2 {
	background: url(../imagenes/caja2.png) center no-repeat;
	width: 454px;
	height: 135px;
}

#cajainfo {
	background: url(../imagenes/bg_texto.png) bottom no-repeat;
	width: 454px;
}

#informese {
	margin: 0 10px 0 0;
	float: right;
}

.titulos {
	background-image:url(../imagenes/bg_titus.png);
	width: 434px;
	height: 50px;
}

#faldon {
	background: url(../imagenes/bg_faldo.png) repeat-x;
	width: 100%;
	height: 180px;
	clear: both;
}

.copyright {
	font-size: 11px;
	color: #225286;
	margin: 2px auto 2px auto;
}

/* Botones gen&eacute;ricos ("rollover" de imagen doble)
-------------------------------------------------- */

.botones {
	text-decoration: none;
	width: 125px;
	height: 27px;
}

a.botones {
	display: block;
}

a.botones:hover {
	background-position:bottom;
}

a.botones span {
	display: none;
}

.activo {
	line-height: 27px;
	text-decoration: none;
	background-position:bottom;
	display: block;
	width: 125px;
	height: 27px;
}

a.activo span {
	display: none;
}

/* Botones
-------------------------------------------------- */

#carta {
	background-image: url(../imagenes/bt_carta.png);
}

#datos {
	background-image: url(../imagenes/bt_datos.png);
}

#programa {
	background-image: url(../imagenes/bt_progr.png);
}

#carta {
	background-image: url(../imagenes/bt_carta.png);
}

#comite {
	background-image: url(../imagenes/bt_comit.png);
}

#boletines {
	background-image: url(../imagenes/bt_bolet.png);
}

#hoja {
	background-image: url(../imagenes/bt_comun.png);
}

#triptico {
	background-image: url(../imagenes/bt_tript.png);
}

#barrasep {
	background: url(../imagenes/barra.png) center no-repeat;
	width: 414px;
	height: 10px;
	margin: auto;
}

.nota {
	font-size: 9px;
	text-align: right;
	color: #666;
	width: 121px;
	margin: 5px 0 5px 0;
}


