body {
	/*background-color: #FFFFFF;*/
	margin: 0px 0px;
	padding: 0px;
	
}

form {
	background-color: #FFFFFF;
	margin: 10px 0px;
	padding: 0px;
}

table.alineacionForma{
	margin: 10px 0px;
	padding: 0px;
}

table.texto{
	border-style: solid;
	border-width: thin;
	border-color: #000000; 
	padding-right: 10px;
	padding-left: 10px;
	font-size: x-small;
}

p{
	text-align: justify;
}

p.left{
	text-align: left;
}



td{
	font-family: sans-serif;
}

td.bordeSolido{
	border-style: solid;
	border-color: #999999;
}

td.separarH{
	border-style: none;
	border-color: #FFFFFF;
	width: 7px;
}

td.tituloTexto{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	padding-left: 20px;
}

td.menu{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	
	padding-left: 10px;
}

td.tab{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
}

td.tabSeleccionado{
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #707070;
	
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #707070;
	
	background-color: #E0E0E0;
}


td.etiqueta{
	font-weight: bold;
	text-align: right;
	font-size: 95%;
	padding-right: 10px;
	padding-left: 0px;
	
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #999999;
	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

td.etiquetaNoBorde{
	font-weight: bold;
	text-align: right;
	font-size: 95%;
	padding-right: 10px;
	padding-left: 0px;
}

td.etiquetaOpuesta{
	font-weight: bold;
	text-align: left;
	font-size: 95%;
	padding-left: 10px;
}

td.etiquetaCentro{
	font-weight: bold;
	text-align: center;
	font-size: 95%;
}


td.tituloSeccion{
	background-color: #CCCCCC;
	padding-left: 15px;
}

td.tituloSeccionB{
	background-color: #CCCCCC;
	padding-left: 15px;
	font-weight: bold;
}

td.datoSeccion{
	padding-left: 5px;
	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #999999;
}

td.datoSeccionNB{
	padding-left: 5px;	
}

a{
	text-decoration: none;
	color: #003399;
	border-width: thick;
}

a:link{
	text-decoration: none;
}

a:visited{
	
}

a:hover{
	text-decoration: underline;
}

