/***************************************
	GENERALES
****************************************/
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fndPagina.gif);
	background-repeat:  repeat-x;
	background-position: left top;
}
a {
	color: #505570;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited, a:active {
	color: #6B7188;
}
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 760px;
	text-align: center;
	display: tabla;
	margin-top: 10px;
}

/**************************
	CABECERA
***************************/
#cabecera {
	background-color: #FFFFFF;
	display: block;
	padding: 4px 8px 5px 0px;
	height: 45px;
	vertical-align: bottom;
}

#cabecera .logo{
	background-color: #FFFFFF;
	display: table-cell;
	float: left;
}

#cabecera .navegacion{
	display: table-cell;
	float: none;
	text-align: right;
	height: auto;
	width: auto;
}

#cabecera .navegacion a{
	text-align: right;
	color: #505570;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 4px;
	height: auto;
	background-image: url(images/navTopo.gif);

}

#cabecera .navegacion a:hover {
	color: #993333;
}
#cabecera .navegacion form {
	margin: 0px 0px 4px;
	padding: 0px;
}
#cabecera .navegacion input {
	background-color: #FEFEFE;
	border: 1px solid #6B7188;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #505570;
}
/******************************
	MENU
******************************/
#menu {
	background-color: #505570;
	margin-bottom: 3px;
	text-align: left;
	vertical-align: top;
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFEFD;
	width: 760px;
	display: inline-table;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #6B7188;
	background-image: url(images/fondoboton.gif);
	background-repeat:    repeat;
	background-position: center -1px;
	background-attachment: scroll;
	margin-top: 3px;



}

#menu .menuItem{
	color: #EEEEEE;
	text-decoration: none;
	padding: 2px 20px 7px 8px;
	display: compact;
	height: auto;
	background-image: url(images/boton.gif);
	background-repeat:  no-repeat;
	background-position: right bottom;
	width: auto;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	cursor: pointer;
}

#menu .submenuItems{
	position:absolute;
	background:#336;
	display: block;
	visibility: hidden;
	height: auto;
	overflow: visible;
	z-index: auto;

}

#menu a{
	color: #EEEEEE;
	text-decoration: none;
	display: block;
	background-color: #505570;
	margin: 1px;
	padding: 5px;
	width: auto;

}
#menu a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

/******************************
	CUERPO 
******************************/

#cuerpo {
	background-color: #FEFEFE;
	display: block;
}
/*	LATERAL IZQUIERDO */
#TDIzq {
	background-color: #EEEEEE;
	padding: 10px;
	width: 160px;
	text-align: center;
	vertical-align: top;
}

#TDIzq input{
font-size:9px;
}

#TDIzq .modulo{
	padding: 0px;
	display: block;
	margin-bottom: 10px;
}

#TDIzq .cabecera{
	padding: 0px;
	display: block;
	background-color: #FFFFFF;

}

#TDIzq .titulo {
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0px 8px 8px;
	display: block;
	background-repeat:  repeat-x;
	background-position: center top;
	font-size: 14px;
	font-weight: bold;
	color: #9FA4B5;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(images/mdlFondo.gif);

}

#TDIzq .contenido{
	background-color: #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0px 8px 10px;
	display: block;
	background-image: url(images/mdlFondo.gif);
	background-repeat:  repeat-x;
	background-position: center top;
}

/*	CONTENIDOS	*/

#TDCentral {
	background-color: #FFFFFF;
	padding: 10px 20px 25px;
	text-align: left;
	vertical-align: top;
}
#TDCentral .titulo{
	font-size: 20px;
	font-weight: bold;
	display: block;
	color: #748C9A;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #B1B5C2;
}
#noticias a{
	color: #003366;
	background-image: url(images/notTopo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 12pt;
	display: block;
	font-size: 12px;
	margin-bottom: 3px;

}

/*	LATERAL DERECHO	*/
#TDDrch {
	padding: 10px;
	width: 180px;
	text-align: center;
	vertical-align: top;
}

/* BLOCK Documentos */
#blkDocs {
	background-color: #DDDDDD;
	display: block;
	padding: 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	color: #660000;
	font-size: 11px;
	font-style: normal;
	width: auto;
	background-image: url(images/docCornerUp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto auto 0px;
	white-space: normal;

}

#blkDocs a {
	font-weight: bold;
	text-decoration: none;
	color: #550000;
}

#blkDocs a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #993300;
}

#blkDocs .titulo{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;



}

#blkDocs .item {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	display: block;
	padding-top: 10px;
}

#blkDocs .documento {
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/icoDoc.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 5px;
}
#blkDocs .link {
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/icolink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	padding-bottom: 5px;
}

/*****************************
	PIE DE PAGINA
******************************/
#pie {
	background-color: #FFFFFF;
	display: block;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #505570;
	color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 760px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 5px;




}
#pie a{
	color: #505570;
	text-decoration: none;
}
#pie a:hover {

	color: #505570;
	text-decoration: underline;
}
#frase {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 12pt;
	display: block;
	font-size: 16px;
	position: absolute;
	left: 3px;
	top: 200px;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
	width: 744px;
	height: 40px;







}

