body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-image:url(../imagenes/back-general.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	font-size:18px;
	color:#003366;
	font-family:Arial;
	font-weight:normal;
	padding:0px;
	margin:0px;
	font-weight: normal;
	text-indent: 0px;
}

a {
	color:#607782;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:none;
}

a:hover {
	color:#607782;
	padding-top:0px;
	padding-bottom:0px;
	text-decoration:underline;
}


.tablapie {
	background-image:url(../imagenes/back-pie.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, Arial,"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
}

.tablanewsletter {
	background-image:url(../imagenes/back-newsletter.jpg);
	background-repeat:repeat-y;
	font-family:Georgia, Arial,"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}


.tablaprincipal {
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	padding-top:0px;
	padding-bottom:0px;
}


.tablasmall {
	font-size:11px;
}


ul 
{
list-style-image: url('/imagenes/arrow5.jpg')
}

.descripciones {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#626262;
}
a.descripciones {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#0A50A1;
	text-decoration:underline;
}
a.descripciones:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#0A50A1;
	text-decoration:none;
}


.titulos {
	font-family:Arial;
	font-size:12px;
	color:#003366;
	font-weight:bold;
}

a.titulos {
	font-family:Arial;
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:none;
}

a.titulos:hover {
	font-family:Arial;
	font-size:12px;
	color:#003366;
	font-weight:bold;
	text-decoration:underline;
}

.tablamenusuperior{
	background-image:url(../imagenes/escudo4.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

a.menu{
	font-family:Arial;
	font-size:11px;
	color:#065485;
	text-decoration:none;
}
a.menu:hover{
	font-family:Arial;
	font-size:11px;
	color:#065485;
	text-decoration:underline;
}

.pie {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.pie {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.pie:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}


.estilo0 {
background:#FFFFFF none repeat scroll 0 0;
clear:both;
padding-top:6px;
padding-bottom:6px;
}

.estilo1 {
background:#FAFBFC none repeat scroll 0 0;
border-bottom:1px solid #E4E8EB;
border-top:1px solid #E4E8EB;
clear:both;
padding-top:6px;
padding-bottom:6px;
}

.datos{
	border-style	:	solid;
	border-color	:	#F89D18;
	border-width	:	1px;
	width			:	300px;
	height			:	16px;
	font-family		:	Arial;
	font-size		:	11px;
	color			:	#787878;
	
}

.datos2{
	border-style	:	solid;
	border-color	:	#999999 #E4E4E4 #E4E4E4 #999999;
	border-width	:	2px;
	width			:	80px;
	height			:	16px;
	font-family		:	Georgia;
	font-size		:	11px;
	color			:	#787878;
	margin-bottom	: 	3px;
}

.datos3{
	border-style	:	solid;
	border-color	:	#F89D18;
	border-width	:	1px;
	height			:	16px;
	font-family		:	Arial;
	font-size		:	11px;
	color			:	#787878;
	
}

.bannerspie {
padding-left:5px; padding-right:5px;
}

.hidden {display:none;}

html, body{height:100%}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 10px;
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);
}

