
body {
	margin: 0px;
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; }

input {
	font-size: 9px; }

select {
	font-size: 9px; }

h1 {
	font-size: 12px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 5px;  }

h2 {
	font-size: 11px;
	color: #0099FF; 
	padding-top: 5px;
	padding-bottom: 5px;  }

h3 {
	font-size: 12px;
	color: #navy;  }

h4 {
	font-size: 12px;
	color: navy;  }

h5 {
	font-size: 12px;
	color: #BE0000;
	margin: 0;  }

table {
	border: 0px; }

li {
	line-height: 20px; }
	
hr {
	border-top: 1px dotted #999999;
	height: 1px;}
	


/*CSS de capas */

#cuerpoCab {
	background-image: url(images/fondoCabecera.gif);
	width: 100%;
	height: 241px; }

#cabecera {
	background-image: url(images/cabecera.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;	
	width: 901px;
	height: 241px; }

#menuSup {
	height: 17px;
	width: 309px;
	float: right;
	margin-top: 46px; }


#Menu {
	height: 19px;
	width: 530px;
	float: right;
	margin-top: 100px;
	color: white; }

#Menu a {
	color: white;
	text-decoration: none; }

#Menu a:hover {
	color: white;
	text-decoration: none;
	background-color: #FF6600;  }

#Buscar {
	float: right;
	height: 19px;
	width: 305px;
	margin-top: 70px;
	color: #CCCCCC; }

#titulo {
	width: 793px;
	height: 5px;
	color: #FFFFFF;
	background-color: #C59E84;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 1px 1px 10px;
	border: 1px solid #524136;
	border-bottom: 1px solid #C59E84; }
	
	
#titulo a {
	color: #FFFFFF;
	text-decoration: none; }

#titulo a:hover {
	color: black;
	text-decoration: none; }

#cuerpo {
	width: 764px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 40px 20px;
	border-right: 1px solid black;
	border-left:  1px solid black;
	border-bottom: 3px solid #3C96DF;
	color: #666666;
	line-height: 20px; }

#cuerpo a {
	color: #0099FF;
	text-decoration: none; }

#cuerpo a:hover {
	color: #FF9900;
	text-decoration: none; }

#cuerpoTabla {
	width: 100%; }

#cuerpoTabla table {
	border: 1px solid black; }

#cuerpoTabla th {
	padding: 5px;
   	font-family: verdana;
   	font-size: 11px;
	color: white;
	font-weight: normal;
	background-color: #C59E84;
	border: 1px solid black; }
	
#cuerpoTabla td {
   	padding-left: 2px;
   	padding-right: 2px;
   	font-family: verdana;
   	font-size: 11px;
	font-weight: normal;
	background-color: white;
	color: #999999;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left; }

#paginado {
	background-color: #F1F1F1;;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: black; }

#paginado a {
	color: #666666;
	text-decoration: none; 
	font-weight: normal; }

#paginado a:hover {
	color: red;
	text-decoration: none;
	font-weight: normal; }

#pie {
	width: 788px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding: 15px 1px 20px 15px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #666;
	font-size: 10px; }

#pie a {
	color: #467C9F;
	text-decoration: none; }

#pie a:hover {
	color: red;
	text-decoration: none; }

#Marketing {
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
}


/* Clases CSS */

.mensajeOK {
	color: #009933;
	font-weight: normal;  }

.mensajeError {
	color: red;
	font-weight: normal;  }

.mensajeInfo {
	color: navy; 
	font-weight: normal;  }

.mensajeTitular {
	color: #666666;
	font-weight: normal;  }

.mensajeOK_N {
	color: #009933;
	font-weight: bold;  }

.mensajeError_N {
	color: red;
	font-weight: bold;  }

.mensajeInfo_N {
	color: navy; 
	font-weight: bold;  }

.mensajeTitular_N {
	color: #666666;
	font-weight: bold;  }



/*CSS de los tooltyptext */

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 4px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);	}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden; }	


/*CSS de los menús horizontales */

.anylinkcss{
	border-right: 1px solid #524136;
	border-left: 1px solid #524136;
	border-bottom: 1px solid #524136;
	position: absolute;
	margin-top: 3px;
	visibility: hidden;
	z-index: 100;
	background-color: #C59E84;
	width: 200px;
	font-size:11px; font-family: Arial;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=150); }

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 1px 0;
	line-height: 20px;
	text-decoration: none;
	text-indent: 5px; }


/*CSS de los textos extensibles */

.showstate{ 
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px; }

.headers{
	width: 720px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px; 
	border-bottom: 1px dashed #CCCCCC;
	background-color: white; }

.switchcontent{
	width: 700px;
	background-color: #F9F9F9;
	background-position: bottom;
	padding: 10px;
	padding-top: 20px;
	border: 1px solid #999999;
	color: black;
	margin-top:-1px; }


/*CSS para las cajas de texto */

.commentbox{
	background-color: #ececec;
	width: 700px;
	padding: 10px; }

.commentfooter{
	background: url(images/arrow.gif) 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	color: #0099FF; }

.commentbox2{
	background-image: url(images/fondoCajaTexto.gif);
	color: #FFFFFF;
	background-position: bottom;
	width: 700px;
	padding: 10px;	}

.commentfooter2{
	background: url(images/arrow2.gif) 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	color: navy;	}

.commentbox3{
	background-color:#F4F7FF;
	background-image: url(images/fondoCajaTexto2.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	color: navy;
	width: 700px;
	padding: 10px;	}

.commentfooter3{
	background: url(images/arrow3.gif) 20px 0 no-repeat; 
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	color: #FF6600;	}
	