BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-base-color: #e9e9e9;
	scrollbar-arrow-color: #7B2F2F;
	scrollbar-3dlight-color: #e9e9e9;
	scrollbar-face-color: silver;
	scrollbar-track-color: silver;
	scrollbar-highlight-color: silver;
	scrollbar-shadow-color: #999999;
	scrollbar-darkshadow-color: #999999;
	background-color: #000000;
	color: #999999;
	text-align: center;
	margin: auto;
	}



IMG {

	border: none;
	}



IFRAME {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	vertical-align: top;
	padding: 0px;
	background-color: silver;
	border: none;
	width: 100%;
	}


A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	color: #999999;
	text-decoration: none;
	}



TABLE {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px;
	}



TH {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	vertical-align: middle;
	color: white;
	background-color: #7B2F2F;
	}



TR {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px dashed black;
	vertical-align: top;
	}



TD {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	cursor: hand;
	}



HR {

	color: #999999;
	border: none;
	}



H1 {

	font-size: 18px;
	color: #DD5114;
	font-weight: bold;
	margin: 5px 0 10px 0px;
	}



H2 {

	background-color: #999999;
	padding: 3px 5px;
	margin: 5px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	}



H3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #525252;
	text-decoration: none;
	text-align: left;
	background-color: #e2e2e2;
	text-transform: uppercase;
	padding: 0 0 0px 5px;
	margin: 15px 0 5px 0;
	}



H4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
	background-color: #DD5114;
	padding-left: 5px;
	text-transform: uppercase;
	}



INPUT {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e9e9e9;
	background-color: white;
	color: #dd5114;
	border: 1px solid #999;
	cursor: pointer;
	}



INPUT.radio {

	background-color: transparent;
	}



TEXTAREA {

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
	color: #999999;
	width: 400px;
	height: 150px;
	overflow-y:hidden;
	overflow-x:hidden;
	border: none;
	}



SELECT {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #e9e9e9;
	background-color: white;
	color: #dd5114;
	border: 1px solid #999;
	cursor: pointer;
	}



FORM {

	background-color: #efefef;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 10px;
	}



FIELDSET {

	border: 1px solid #dd5114;
	}



LEGEND {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #dd5114;
	}



UL {

	list-style: none;
	margin-left: -4px;
	padding: 1px;
	//padding-left: -5px;
	//padding-bottom: 5px;
	//text-decoration: none;
	//color: white;
	cursor: hand;

	}

DIV {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	}



DIV#principal {
	position: absolute;
	top: 50px;
	width: 800px;
	}



.boton {

	background: #e9e9e9;
	border: 1px solid #999;
	cursor: pointer;
	background-color: #666;
	color: white;
	text-decoration: none;
	text-align: center;
	height: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 7px;
	padding-left: 7px;
	}



.tabla_borde {

	border: 1px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	}



.tabla_principal {
	border: 1px;
	border-style: solid;
	border-color: red;
	width: 800px;
	min-height: 600px;
	text-align: center;
	margin-top: 50px;
	}



.tabla_menu {

	border: 0px;
	border-style: solid;
	border-color: #999999;
	background-color: #000000;
	width: 300px;
	vertical-align: top;
	min-height: 250px;
	padding-left: 5px;
	}



.borde_menu {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
	}



.cuadrado {

	background-color: #AA1912;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	position: relative;
	top: 0px;
	right: -4px;
	width: 150px;
	z-index: 3;
	padding: 5px;
	}



.texto {

	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	height: 200px;
	}



.hide {

	display: none;
	}



.show {

	display: block;
	}



.menu1 {

	display: block;
	margin-left: 5px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
	color: white;
	cursor: hand;
	}



.submenu {

	display: block;
	margin-left: 1px;
	padding: 1px;
	text-decoration: none;
	color: #00FFFF;
	cursor: hand;
	height: 20px;
	}



.pie {

	position: absolute;
	bottom: -30px;
	right: 0px;
	width: 150px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	vertical-align: middle;
	}



.contactoizq {

	background-image: url(imagenes/contacto-izq.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}



.contacto {

	border: 1px solid #999999;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-color: #AA1912;
	width: 200px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	}



.caja {

	position: absolute;
	height: 15px;
	width: 20px;
	left: 225px;
	bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	z-index: 3;
	}



.barra {
	background-image: url(/imagenes/barra.gif);
	background-repeat: repeat-x;
	background-position: right center;
	}



.cuadroMenu {
	position: relative;
	left: -4px;
	bottom: -4px;
	padding: 2px;
	width: 400px;
	border: 1px solid #999999;
	background-color: #000000;
	vertical-align: top;
	height: 310px;
	max-width: 400px;
	}



.cuadroImagen {
	position: relative;
	width: 380px;
	border: 0px;
	background-color: 000000;
	vertical-align: top;
	height: 300px;
	right:5px;
	}



.txtContacto {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-decoration:none;
	color:#999999;
	}



.txtContacto:hover {

	color:#999999;
	text-decoration: none;
	}

#imagenGrande {
	z-index: 50;
	max-width: 380px;
	max-height: 300px;
	}

.textoInformacion {

	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-weight: bold;
	}
	
