* {
 font-family: Tahoma;
}

*.disminuido {
 font-family: Verdana;
 color: #666666;
 font-size: 10px;
}

*.cuadros {
 font-family: Tahoma;
 color: #124679;
 font-size: 12px;
}

*.titulo {
 font-family: Tahoma;
 color: #124679;
 font-size: 12px;
 font-weight:bold;
}
*.titulo2 {
 font-family: Tahoma;
 color: #FFFFFF;
 font-size: 12px;
 font-weight:bold;
 background-color: #124679;
}

BODY {
	margin-top: 0;
	margin-left:1px;
	margin-right: 0;
	margin-bottom: 0;
	background-image:url(img/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EBECE8;
	scrollbar-face-color:#4E5F69;
	scrollbar-highlight-color:#EBECE8;
	scrollbar-3dlight-color:#4E5F69;
	scrollbar-darkshadow-color:#4E5F69;
	scrollbar-shadow-color:#EBECE8;
	scrollbar-arrow-color:#EBECE8;
	scrollbar-track-color:#2E5998;
}

a.index:Link {color : #666666;text-decoration: none;}
a.index:Visited  {color : #666666;text-decoration: none;}
a.index:Active  {color : #666666;text-decoration: none;}
a.index:Hover  {color : #666666;text-decoration: overline underline;}

a:Link {color : #124679;text-decoration: none;}
a:Visited  {color : #124679;text-decoration: none;}
a:Active  {color : #124679;text-decoration: none;}
a:Hover  {color : #124679;text-decoration: underline;}


hr.dotted {
		color: #ffffff; border-bottom: 1px dotted #cccccc;
}

td.deterror {
padding:0px 13px 0px 13px;
background-image:url(img/sombra.jpg);
background-position:top;
background-repeat:repeat-y;
vertical-align:top;
height:100%
}
