/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFCC33;
	width: 775px;
	position: relative;
	scrollbar-face-color: #FFCC33;
	scrollbar-highlight-color: #FFCC33;
	scrollbar-shadow-color: #DDEEFF;
	scrollbar-3Dlight-color: #FFCC33;
	scrollbar-arrow-color:  #DDEEFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #DDEEFF; 
}
hr {
	height: 1px;
	border: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-indent: 0px;
}
p {
	text-indent: 15px;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
iframe {
	width: 260px;
	height: 150px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
#pagina {
	position: absolute;
	width: 755px;
	left: 10px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#cuerpo {
	background-color: #FFFFFF;
}
#esqSupIzq {
	height: 20px;
	width: 25px;
	background-image: url(imagenes/esqSupIzq.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}
#esqSupDer {
	height: 20px;
	width: 25px;
	background-image: url(imagenes/esqSupDer.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}
#esqInfIzq {
	height: 25px;
	width: 25px;
	background-image: url(imagenes/esqInfIzq.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}
#esqInfDer {
	height: 25px;
	width: 25px;
	background-image: url(imagenes/esqInfDer.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}
#bordeSup {
	height: 20px;
	background-image: url(imagenes/bordeSup.jpg);
	/*background-attachment: fixed;*/
	background-repeat:  repeat-x;
}
#bordeInf {
	height: 20px;
	background-image: url(imagenes/bordeInf.jpg);
	/*background-attachment: fixed;*/
	background-repeat:  repeat-x;
}
#bordeIzq {
	width: 20px;
	background-image: url(imagenes/bordeIzq.jpg);
	/*background-attachment: fixed;*/
	background-repeat:  repeat-y;
}
#bordeDer {
	width: 20px;
	background-image: url(imagenes/bordeDer.jpg);
	/*background-attachment: fixed;*/
	background-repeat:  repeat-y;
}
#centro {
	position: relative;
	left: -5px
}
#cabecera {
	position: relative;
	background-image: url(imagenes/cabecera.gif);
	height: 52px;
	width: 557px;
	left: 69px;
	margin-bottom: 5px;
}
#pie {
	margin-top: 15px;
	padding-top: 10px;
	width: 705px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	text-align: center;
}
#pie img{
	border: 1px solid #999999;
	padding: 0px;
	margin: 0px;
}
#menu {
	height: 24px;
	width: 705px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
}
#finPagina {
	text-align: center;
	font-size: 10px;
}
#contenido {
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	text-align: justify;
}
#contenido #izq{
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
}
#contenido #der{
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	position: relative;
}
#contenido #flecha{
	float: left;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
.titulo {
	font-size: 18px;
	color: #0066FF;
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 50px;
	top: 10px;
	line-height: 35px;
}
.subTitulo {
	font-size: 14px;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

