body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: black;
}
ul {
	padding: 10px;
	margin-top: 5px;
	margin-left: 2px;
	list-style: none;
}
ul li {
	padding: 1px;
	color: Maroon;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	
}
ul.normal li {
	color: #666666;
	margin-top: 5px;
	list-style-image: url(images/user.png);
	line-height: 1.2em;
	vertical-align: middle;
}
.tabla_general {
	
	height: auto;
	width: 1000px;
	border: 1px solid #b84601;
	}
#botones {
	border: 1px none #d8d9a8;
	height: 21px;
	width: 650px;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#cuerpocentrado {
	position: absolute; /*Posicionamiento absoluto*/
	top: 20px; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	height: 10px; /*Le ponemos el valor del alto*/
	width: 1000px; /*Le ponemos el valor del ancho*/
	margin-left: -500px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	border-width: thin;

	border-style: solid;
	border-color: #b84601;

}
.foot {

	text-align: center;
	padding: 20px;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/footup.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.buttons A {
	BORDER-TOP-WIDTH: 1px;
	PADDING-RIGHT: 6px;
	MARGIN-TOP: 1px;
	PADDING-LEFT: 6px;
	BACKGROUND-IMAGE: url(images/buttonba.jpg);
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 2px;
	COLOR: #DC5301;
	PADDING-TOP: 2px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
}
.buttons A:hover {
	BORDER-TOP-WIDTH: 0px; BORDER-RIGHT: #c4a700 1px solid; PADDING-RIGHT: 4px; PADDING-LEFT: 8px; BACKGROUND-IMAGE: none; BORDER-BOTTOM-WIDTH: 1px; PADDING-BOTTOM: 2px; BORDER-LEFT: #c4a700 1px solid; COLOR: #FFCC33; PADDING-TOP: 2px; TEXT-DECORATION: none
}
.texto_contenido {
	margin: 20px;
	text-align: justify;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titulo {
	font-family: "Times New Roman";
	font-size: 1.8em;
	font-weight: bold;
	color: Black;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #435382;
	padding: 2px;
	text-align: center;
}
.subtitulo {
	font-family: "Verdana";
	font-size: 1.4em;
	font-weight: normal;
	color: Maroon;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.contenedorfotogr {

	float: none;
	margin:10px;
	background-color:#f5f7f9;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}


.datos {
	width:550;
	float: none;
	background-color:#f5f7f9;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	padding: 5px;
	font-size: 0.8em;
	color: Gray;
	line-height: 1.2em;
}

.enlacepie {
	color: Black;
	text-decoration: underline;
}
A.enlacepie:link {
	color: Black;
	text-decoration: underline;
}

A.enlacepie:hover {
	color: White;
	text-decoration: none;
}

.enlacetexto {
	color: #b84601;
	text-decoration: underline;
}
A.enlacetexto:link {
	color: #b84601;
	text-decoration: underline;
}

A.enlacetexto:hover {
	color: Red;
	text-decoration: none;
}

A.enlacesinlinea:link {
	text-decoration: none;
}
