/* CSS Document */

/* Backgrounds*/
body {
	background-image:url(../images/layout/main.bck.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.tablaSecciones{
	background-image:url(../images/layout/main.barraSecc.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #E4E8D7;	
}

.bordered  {
	border: 1px solid #D8DFEA;
	background-color: #FFFFFF;
}

.celdaDegradada  {
	background-image:url(../images/layout/nota.fondoDegradado.jpg);
	background-repeat: repeat-x;
	background-color: #D8DFEA;
}

.celdaDegradada450  {
	background-image:url(../images/layout/nota.fondoDegradado450.jpg);
	background-repeat: repeat-x;
	background-color: #D8DFEA;
}
.fondoGris  {
	background-color: #EEEFF4;
}
/* Estilos de tipografia modulo SenM */
.whiteBold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
}
.tituloNota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3B7ACF;
	font-weight: bold;
}

.tituloNotaHigh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3B7ACF;
	font-weight: bold;
}

.subtituloNota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:#003366;
	font-weight: bold;
}

.subtituloNotaHigh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color:#003366;
	font-weight: bold;
}

.textoStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textoHigh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.textoFechas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* Estilos de tipografia modulo Capitulos */
.caps_tituloNota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #37692C;
	font-weight: bold;
}
.caps_subtituloNota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/*Estilos para vinculos*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.linkBlueFB{
	/*color: #3B7ACF;*/
	/*color:#FF4646;*/
	color:#F43202;
	font-weight: bold;
}

.linkBlueFC{
	color: #3B7ACF;
	/*color:#FF4646;*/
	/*color:#F43202;*/
	font-weight: bold;
}


/*Objetos de formularios*/
INPUT {
	BORDER-RIGHT: #999 1px solid; 
	BORDER-TOP: #999 1px solid; 
	BACKGROUND: #ffffff; 
	MARGIN: 0px; 
	FONT: 10px arial, verdana, geneva; 
	BORDER-LEFT: #999 1px solid; 
	BORDER-BOTTOM: #999 1px solid;
}

IMG {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}

.borderedCell{
	border: 1px solid #999999;
	background-color:#999999;
}