/*  general ------------------------------------------------------------  */

body, td, table {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:11px;
}

body {
	background-color: #760101;
}

.borde_de {
	background-image:url(../imagenes/general/borde_de.gif);
	background-position:left;
}

.fotos01 {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.fotos02 {
	border-style: solid;
	border-color: #720000;
	border-width: 1px;
	text-align: center;
	margin-right: 6px;
}

.fotos03 {
	border-style: solid;
	border-color: #720000;
	border-width: 1px;
	text-align: left;
}

.fotos04 {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 10px;
}

/*  textos ------------------------------------------------------------  */

.pieTxt {
	font-size:10px;
	color: #FEA3A3;
	padding: 5px;
}

.textoColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #760101;
	padding: 2px;
}

.textoColorCapital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #760101;
	padding: 2px;
	text-transform: uppercase;
}

.textoCeldas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px;
}

.textoCeldas2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	padding: 10px;
	text-align: left;
}

.textoField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 1px;
	border: solid 1px #333333;
}

.titulos {
	padding: 8px;
	font-weight: bold;
	color: #720000;
	text-align: center;
	text-transform: capitalize;
}

/*  celdas y tablas ------------------------------------------------------------  */
.todo {
	text-align: center;
	vertical-align: middle;
}

.fondoTabla01 {
	font-weight: bold;
	color: CC9900;
	background-color: #760101;
	padding: 5px;
}

.Tabla01 {
	width: 525px;
}

.Tabla02 {
	width: 550px;
}

.Tabla03 {
	width: 400px;
}

.TablaVolver {
	width: 525px;
	text-align: center;
	padding: 12px;
}

/*  general enlaces -------------------------------------------------------------  */

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

/*  enlaces color -------------------------------------------------------------  */

td#enlaces2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #CC9900;
	text-decoration: none;
}
td#enlaces2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CC9900;
}
td#enlaces2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #CC9900;
}
td#enlaces2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CC9900;
}
.enlacebulet a:link, .enlacebulet a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #760101;
	background: url(../imagenes/general/bulet-amarillo.gif) no-repeat left center;
	padding-left:15px;
	text-decoration:none;
}
.enlacebulet a:hover, .enlacebulet a:active {
	font-family: Arial, Helvetica, sans-serif
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: url(../imagenes/general/bulet-amarillo.gif) no-repeat left center;
	padding-left:15px;
	text-decoration:none;

}

