@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#6699FF;
	background-image:url(../_images/mainbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:82px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #880707;
}
.oneColFixCtr #mainHeader {
	padding:0;
	height:120px;
}
.oneColFixCtr #separador {
	padding:0;
	height:10px;
	background-color:#6699FF;
	background-image:url(../_images/separador.gif);
	margin: 0;
}
.oneColFixCtr #menu {
	padding:0;
	background-color:#880707;
	background-image:url(../_images/bot_rojo.gif);
	font-size:12px;
	width:780px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:27px;
	vertical-align: middle;
}
.oneColFixCtr #menu2 {
	padding:0px;
	background-color:#880707;
	font-size:12px;
	vertical-align: middle;
	width:100px;
	float:left;
	padding:4px;
}

.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FF9900;
	float:right;
	width:632px;
	margin:0px;
}
.oneColFixCtr #footer{
	padding:0;
	height:82px;
	background-color:#00010A;
	font-size:12px;
	color: #FF9900;
	margin-top: 0px;
	width:780px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}

p.footer {
	padding: 0 20px;
}

a.footer {
	font-size:12px;
	color: #FF9900;
	text-decoration:none;
}

a.footer:hover {
	color: #6699FF;
}
div.nosotras {
	background-color: #CF3;
	width: 300px;
	text-align: center;
	margin: 0;
	float: left;
	clear: both;
}

img.imgNosotras {
	border: 0px;
}h1 {
	font-size: 24px;
	font-weight: bold;
	color: #800707;
}
