/***********************************************/
/* HTML tag styles    EMOL         */
/***********************************************/ 
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-image: url(images/fondo_htm.jpg);
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #000000;
	background-attachment: fixed;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 15px;
	color: #000000;
}
h3 {
	font-size: 13px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #003399;
}
h5 {
	font-size: 11px;
	color: #003399;
}
h6 {
	font-size: 10px;
	color: #999999;
	background: #333333;
}
.txt1{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:white;
	padding:3px;
	background-color:#003399;
	margin: 0px auto;
	width: 750px;
	text-align: center;
}
.titulo1{
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}
.terminos{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:white;
	padding:2px;
	background-color:#003399;
	margin: 0px auto;
	width: 747px;
	text-align: center;
}
/***********  link styles ***********/

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a.hidden {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}

a.hidden:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

a.hidden:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.hidden:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/*********** #section div ***********/
.celda1{
	font: bold 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px dotted 5E93B5;
	padding: 10px;
	background-image: url(../imgs/fondo2.gif); 
	background-position: top right;
	background-repeat: no-repeat; 

}
.div{
	width:750px;
	margin: 0px auto;
	padding: 0px;
	height: 420px;
 }
 
