/*css dedicado a layout*/

html {margin:0;padding:0;}
body {
	/*background: #1C1D24;*/
	background: #CCCCCC;
	padding: 0;
	text-align: center; /* para alinear div en el centro explorer */
	background-image: url(../img/FONS_01.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img{
	border-style: none;
}

#big-container{
	position: relative;
	margin: 0 auto;
	width: 760px;
	height:auto;
	text-align: left;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border: #FFFFFF;
	background-color: White;
}
#container{
	position: relative; /*min-height: auto;*/
	background-color: White;
	margin: 0px 0px 0px 0;
	font-size: 9pt;
	text-align: center;
}
#container2{
	position: relative; /*min-height: auto;*/
	background-color: White;
	margin: 0px 0px 0px 0px;
	font-size: 9pt;
}

#menu{
	position: relative;
	width: 140px;
	height:auto;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	color: White;
}
a:link, a:visited, a:active{
	padding:0px 0px 0px 0px; 
	text-decoration: none; 	
	color:  #8C2633;	
	font-weight:bold;
}


a:hover{
	color: #5F5455;
}

#menu a:link, #menu a:visited, #menu a:active{
    font-size: 8pt;
	 color: #FFFFFF;	

}
#menu a:hover{
	color: #5F5455;
}

#head{
	position: relative;
	float: none;
	background-color: #002740;
	margin: 0px 0px 0px 0px;
	height: 45px;
	text-align: left;
	color: White;
}

#head a:link, #head a:visited, #head a:active{
    font-size: 8pt;
	 color: #FFFFFF;	

}
#head a:hover{
	color: #5F5455;
}

.head_i{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 760px;
	background:#002740;
	background-image:url(../img/fondo2.jpg);
}

.par{
	background-color: #D4D0C8;
}
.impar{
	background-color:#FFFFFF;
}

.titerror{
	font-size: 9pt;
	text-align: center;
	background-color: #FFE8E8;
	color:red;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
}

.error{
	font-size: 9pt;
	text-align: justify;
	background-color: #DBBCC0;
	padding: 10px 10px 10px 10px;
}

.NOerror{
	font-size: 9pt;
	text-align: justify;
	background-color: #B4BEC3;
	padding: 10px 10px 10px 10px;
}
.asterisco {
	font-size: xx-small;
	font-style: italic;
	color:#8C2633;
}
.peq {
	font-size: xx-small;
}
.subCatPar{
	display: none;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	background-color: #D4D0C8;
}
.subCatPar2{
	display: block;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	background-color: #D4D0C8;
}
.subCatImpar{
	display: none;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	background-color:#FFFFFF;
}
.subCatImpar2{
	display: block;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 10px 30px 10px 30px;
	background-color: #FFFFFF;
}
.CatPar{
	cursor: pointer;
	color: Black;
	text-align: left;
	font-style: italic;
	background-color: #D4D0C8;
	font-weight: bold;
}
.CatImpar{
	cursor: pointer;
	color: Black;
	text-align: left;
	font-style: italic;
	background-color:#FFFFFF;
}
table{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	font-size: 8pt;
}

.titulo{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #8C2633;
}
.titulo2{
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #02283A;
}


.contenido{
	color: #02283A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

.contRojo{
color:#8c2633;
font-weight:bold;
}

input, textarea {
	border: thin solid #8c2633;
	font-family: Arial, Helvetica, sans-serif;
	color:#8c2633;
}
select{
	background: #8c2633;
	color: White;
}
.txtpeq{
	font-size: 7pt;
}
.sombra{
	background-color: #B3BEC4;
	padding: 5px 5px 5px 5px;
}