@charset "utf-8";
/* PROPIEDADES CABECERA */

#cabecera {
	position: relative;
	width:100%;
	height:128px;
	z-index:1;
	background-repeat: no-repeat;
	background-color: #3399CC;
}
.boton1 {
	position:absolute;
	width:700px;
	height:119px;
	z-index:3;
	background-image: url(../images/cabecera_1.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
.boton2 {
	position:absolute;
	width:700px;
	height:118px;
	z-index:3;
	background-image: url(../images/cabecera_2.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
.boton3 {
	position:absolute;
	width:700px;
	height:120px;
	z-index:3;
	background-image: url(../images/cabecera_3.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
.boton4 {
	position:absolute;
	width:700px;
	height:118px;
	z-index:3;
	background-image: url(../images/cabecera_4.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
.boton5 {
	position:absolute;
	width:700px;
	height:118px;
	z-index:3;
	background-image: url(../images/cabecera_5.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	top: 0px;
}
#titulo {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
#fondo {
	position:absolute;
	left:0px;
	width:100%;
	height:40px;
	z-index:2;
	background-image: url(../images/cabecera_fondo.png);
	background-repeat: repeat-x;
	background-position: bottom;
	top: 88px;
}
#enlaces {
	position:absolute;
	width: 100%;
	height: 30px;
	left:47px;
	top:85px;
	width:591px;
	height:30px;
	z-index:4;
	text-align: center;
}
a.botones {
	font-family: "ITC Eras Std Medium", Verdana, sans-serif;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
	color: #FFFFFF;
}
a.botones:hover {
	color: #FFFF66;
}

/* PROPIEDADES CUERPO */

#cuerpo {
	background-color: #FFFFFF;
	background-image: url(../images/parrilla.gif);
	background-repeat: repeat;
	position: relative;
	z-index: 1;
	width: 100%;
}
.izda {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
td.panel_med {
	background-color: #FFFFFF;
	width: 150px;
	background-image: url(../images/panel_med.png);
	background-repeat:     repeat-y;
}
p.panel_med {
	font-family: "Lucida Sans", Verdana, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #99FFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;

}
p.panel_med a {
	color: #FFFF66;
	text-decoration: none;
}
p.panel_med a:hover {
	text-decoration: underline;
}
td.panel_sup {
	width: 150px;
	height: 57px;
	background-image: url(../images/panel_sup.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
p.panel_sup {
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: "ITC Eras Std Medium", Verdana, sans-serif;

}
.panel_inf {
	height: 35px;
	width: 150px;
	z-index: 0;
	background-color: #FFFFFF;
	background-image: url(../images/panel_inf.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ppal {
	font-family: Garamond, "Times New Roman", serif;
	font-size: medium;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	color: #000000;
}

/* PROPIEDADES COLA */

#cola {
	position: relative;
	height: 75px;
	width: 100%;
	background-image: url(../images/pie_fondo_deg.png);
	background-repeat:   repeat-x;
	background-position: top;
}
a.cola {
	font-family: "Eras Medium ITC", "Times New Roman", serif;
	color: #FFFF66;
	text-decoration: none;
	background-position: center;
}
a.cola:hover {
	color: #FFFFFF;
}

/* PROP GENERALES */

body {
	background-color: #000066;
}
										/* Formato de texto y parrafo */
.parrafo {
	font-size: medium;
	color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.parrafo a {
	color: #CC9900;
	text-decoration: none;
}
.parrafo a:hover {
	color: #339900;
}
										/* Formato de titulos */
.cabecera {
	font-family: "ITC Eras Std Medium", Verdana, sans-serif;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: xx-large;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}
.titulo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
	color: #336600;
	border-bottom-style: dotted;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
										/* Formato de listas */
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-bottom: 5px;
}
li {
	list-style-type: circle;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 15px;
	font-size: medium;
}
li a {
	color: #CC9900;
	text-decoration: none;
}
li a:hover {
	color: #339900;
	text-decoration: none;
}
										/* Formato de imagenes */
p.foto {
	vertical-align: middle;
	text-align: center;
	margin: 10px;
}
img.enlace {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pieFoto {
	position: relative;
	bottom: 0px;
	font-size: small;
	width: 100%;
	text-align: center;
}
