/* CSS Document */
/*LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#graytabs{
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	background-color:#F0F0F0;
	background-image:url(../images/bg_tabs.gif);
	float:left;
	width:758px;
}
.block{
	border-left:solid #CCCCCC 1px;
	border-right:solid #CCCCCC 1px;
	border-bottom:solid #CCCCCC 1px;
	width:758px;
	min-height:300px;
}
.tablinks a{
	float:left; 
	width:130px; 
	height:34px; 
	background-image:url(../images/graytab_off.gif);
	background-color:#F0F0F0;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #428CE9;
	text-decoration:none;
	padding-top:20px;
	text-align:center;
}
.tablinks a:hover{
	background-image:url(../images/graytab_over.gif);
}
.tablinks a#tabon{
	float:left; 
	width:130px; 
	height:34px; 
	background-image:url(../images/graytab_on.gif);
	background-color:#F0F0F0;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #428CE9;
	text-decoration:none;
	padding-top:20px;
	text-align:center;
}
.ayuda{position:absolute; left:30px; top:-10px; width:200px; background-color:#FFFFCC; border:dotted 1px #000000; padding:5px;}

/*ESTILOS TEXTO*/
.textonormal {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color: #666666;
}
.textonormal a{
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.textonormal a:hover{
	text-decoration:underline;
}
.textoazul {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color:#0099CC;
}
.textonaranja {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color:#FF9900;
}
.textorojo {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color:#CC0000;
}
.textoverde {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color:#009900;
}
.cssFormulario {
	font: 0.7em Tahoma, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}
.cssBotones {
	font: 0.7em Tahoma, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.tit_personal {
	font: 1.2em Tahoma, sans-serif; 
	color: #0099CC;
	font-weight: bold;
}
.textopequeno {
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	color: #666666;
}
.textopequenorojo {
	font: 0.7em Tahoma, sans-serif; 
	font-size: 11px;
	color:#CC0000;
}