@charset "utf-8";
html{
	margin: 0;
	padding: 0;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	border: none;
	background-color:#E8E8E8;
	background-image:url(../imagenes/fondo2.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
	text-decoration:none;
	color:#c60e32;
}

.bordeBajo{
	text-align:center;
	border-bottom: 1px solid #CCCCCC;
}

.cuerpoPrincipal{
	background-color:#d31145;
	width:900px;
}

.cuerpoSecundario{
	background-color:#FFFFFF;
	background-image:url(../imagenes/fondo1.jpg);
	background-repeat:repeat-x;
	font-size: 10px;		
}

.cuerpo3{
	background-color:#FFFFFF;
	background-image:url(../imagenes/fondo1b.jpg);
	background-repeat:repeat-x;
	font-size: 10px;		
}


.texto{
	font-size: 11px;
	text-align: justify;
}
.textoRojo{
	font-size: 11px;
	color: #c60e32;
	font-weight:normal;
}

.tituloTabla{
	background-image:url(../imagenes/fondotitulo1.jpg);
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.exito{
	text-align:center;
	border: 1px dotted #009900;
	color: #009900;
	padding:5px;
}

.falla{
	text-align:center;
	border: 1px dotted #990000;
	color: #CC0000;
	padding:5px;
}
.borde1{
	border: 1px dotted #666666;
	padding:5px;
}

.campo1{
	border: 0px;
	text-align:center;
	font-size:10px;
}

.tituloBarra0{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #000000;
}

.tituloBarra1{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../imagenes/barra4.gif);
	height:21px;
	text-align:left;
}

.tituloBarra2{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../imagenes/barra5.gif);
	height:21px;
	text-align:left;
}

.tituloBarra3{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../imagenes/barra6.gif);
	height:21px;
	text-align:left;
}

.tituloBarra4{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../imagenes/barra7.gif);
	height:21px;
	text-align:left;
}

.tituloBarra5{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../imagenes/barra8.gif);
	height:21px;
	text-align:left;
}