@CHARSET "UTF-8";

body {
	background:url(../img/fondo.jpg);
	width : 1004px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	vertical-align: top;
	text-align: right;
	position: fixed;
}

.header {
	
}

.logo {
	float : left;
	padding-top:15px;
	padding-left:15px;
	
}

.quienes{
	font:"arial";
	color:#000;
	font-size:14px;
	left: 0px;
	top: 125px;
	position:absolute;
	overflow: scroll;
	height: 350px;
	width: 800px;
	background-color: #FFFFFF;
	}
	
.superior {
	float : right;
	width:800px;
	height: 150px;
	overflow: hidden;
	position:absolute;
	background-color:transparent;
	border-color:#F00;
	left: 40px;
	top: 26px;
}

.main {
	
}

.menu {
	float:left;
	position: absolute;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	width:203px;back
	height:300px;
	left: 500px;
	top: 1px;
	border-width: 2px;
	border-style: solid;
	border-color : #690101;
	background: #DD3D3D;
}

.central {
	width: 800px;
	height: 800px;
	background-color: transparent;
	position:absolute;
	left: 41px;
	top: 186px;
}

.contenedor {
	text-align: center;
	font-family: sans-serif;
	font-size: 8pt;
	padding-top:75%;
	margin: 0 auto 0 auto;
	width:900px;
	position:absolute;
	background : white;
	left: 160px;
	top: 20px;
}
.contenedorForm{
	padding-top:150px;
	color : black;
}

.mainmenu {
	text-align : center;
	font-family: sans-serif;
	background-color: #F4F4F4;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	border : none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.button:hover {
/*	background:url(../img/hi.png) no-repeat;*/
	background: #690101;
}

.button {
	border-style: hidden;
	text-align: left;
/*	background:url(../img/hi2.png) no-repeat;*/
	background: #dd3d3d;
	height: 30px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	position: inherit;
	font-size: 10pt;
	margin-bottom: 5px;
	line-height: 30px;
	text-indent: 3px;
	text-align: center;
}


.label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color:#000;
	font-size:13px;
}

.field {
	margin-left: 2em;
/*	border : 1px solid #000000;*/
}

.buttonForm {
/*	border: 2px outset #d7b9c9;*/
	text-align: center;
}

.parrafo {
	margin-left: 10px;
	font-size: 10pt;
}

.barrita {
	left : 160px;
	height : 20px;
	position : relative;
	background:url(../img/barrita.png) no-repeat;
}

.formulario {
	border-style: solid;
}
