body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:auto;
	font-family:"Tahoma";
	font-size: 8pt;
	color : black;
	background-color:#E2E3ED;
	scrollbar-face-color: #7E82A9;
	scrollbar-shadow-color: #7E82A9;
	scrollbar-highlight-color: #7E82A9;
	scrollbar-3dlight-color: #EFF1FF;
	scrollbar-darkshadow-color: #4A4C62;
	scrollbar-track-color: #D0D1D9;
	scrollbar-arrow-color: #FFFFBB;
	background-attachment: fixed;
	background-image: url(../imag/fondocont_b2.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.opcmenu {
	color:#FFFFBB;
	font-family:"Tahoma";
	font-size:9pt;
	font-weight:bold;
}
a {
	text-decoration:none;
}
a:link, a:visited {
	color:#333399;
}
a:hover {
	color: blue;
}
.menus:link,.menus:visited {
	color:#FFFFBB;
}
.menus:hover {
	color:#FFDDAA;
}
#contextos {
	padding : 0px;
}
.texto,td {
	font-family:"Tahoma";
	font-size:9pt;
}
.scroll {
	visibility:hidden;
	position:relative;
	cursor:hand;
	cursor:pointer;
	top: 1px;
}
.titulos {
	font-family::"Verdana";
	font-size:14pt;
	font-weight:bold;
	color:#003399
}
.titulos_peq {
	font-family::"Verdana";
	font-size:11pt;
	font-weight:bold;
	color:#003399
}
.flechas {
	cursor:hand;
	cursor:pointer;
	visibility:hidden;
}
.atencion {
    background-color:#003399;
	border:2px solid white;
}
.textatencion {
	font-family:"Tahoma";
	font-size:10pt;
	font-weight:bold;
	color:white;
}
.campos {
	background-color:white;
	color:#003399;
	border:1px solid #003399;
	font-family:"MS Sans Serif";
	font-size : 10pt;
}
.campos_req {
	background-color:#FFFFAA;
	color:#003399;
	border:1px solid #003399;
	font-family:"MS Sans Serif";
	font-size : 10pt;
}
.parrafo {
	text-align:justify;
}
.parrafo20 {
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
}
.rojo {
	color:red;
	font-weight:bold;
}