@charset "utf-8";
body {
	background-image: url(imagenes/fondo_nar.jpg);
	text-align: center;
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	margin: 0px;
	background-repeat: repeat-x;

	scrollbar-face-color: #C9B58B;/*cuadro de triangulo y barras*/
	scrollbar-shadow-color: #FFFFFF;/*cuadro y barra derecha*/
	scrollbar-highlight-color: #FFFFFF;/*cuadro y barra izquierdo*/
	scrollbar-3dlight-color: #b65c00;/*borde cuadro barra izquierdo*/
	scrollbar-darkshadow-color: #b65c00;/*borde cuadro barra derecha*/
	scrollbar-track-color: #E6DDCA;/*fondo*/
	scrollbar-arrow-color: #b65c00;
}
a {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #B65C00;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 12px;
	color: #222222;
	text-align: left;
}
h2 {
	font-size: 14px;
	text-transform: capitalize;
	color: #AA0000;
	font-style: italic;
}

.Estilo1 {
	color: #000000;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.Estilo2 {
	color: #000000;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
	text-transform: capitalize;
}

#cuerpo {
	height: 736px;
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
#cuerpo #boton {
	width: 798px;
	height: 176px;
	text-align: center;
}
#cuerpo #contenido {
	text-align: left;
	margin-right: 2px;
	margin-left: 2px;
	height: 402px;
	margin-top: 5px;
	width: 798px;
}
#cuerpo #contenido #texto {
	float: right;
	height: 400px;
	width: 560px;
	background-color: #FFFFFF;
}
#cuerpo #contenido #texto #titulo {
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 25px;
	width: 490px;
	font-family: Arial, Verdana, "Times New Roman";
	font-size: 12px;
}

#cuerpo #contenido #imagen {
	height: 400px;
	width: 225px;
	text-align: left;
	float: left;
	margin-left: 2px;
}
#cuerpo #logo {
	height: 90px;
	margin-top: 15px;
	width: 800px;
	margin-bottom: 10px;
	vertical-align: top;
}
#cuerpo #logo #croquis {
	float: right;
	height: 90px;
	width: 50px;
}

#cuerpo #barra {
	background-color: #FF0000;
	text-align: left;
	color: #666666;
	margin-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	height: 52px;
	width: 798px;
}
