
body {
	font-family: "Verdana", "Tahoma", "Trebuchet MS", "Helvetica", "Arial", "sans-serif";
}
img
{
	border: 0px;
}
img#imghelp {
	cursor: pointer;
}
div#main {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	text-align: center;
}
div#headercontainer {
	margin: auto;
	width: 100%;
	height: 110px;
	text-align: center;
	background-image: url("../images/header_fill.png");
	background-position: 50%;
}
.ancho{
	width:95%;
}
div#header {
	margin: auto;
	height: 75px;
	width: 950px;
	text-align: left;
}
div#logo {
	float:left;
	height: 110px;
	width: 462px;
/*
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
*/
}
div#accountinfo {
	float:right;
	padding-top: 15px;
	text-align:right;
	vertical-align:top;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}
div#menu {
	margin: auto;
	width: 950px;
	position: relative;
	text-align: left;
}
div#bodycontainer {
	margin: auto;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}
div#body {
	background-color: white;
	margin: auto;
	width: 950px;
	border: solid 1px #CFDFEF;
	text-align: center;
}
div#subheader {
	padding: 20px 20px 10px 20px;
	background-color: white;
	color: #0381D6;
	height: 40px;
	width: auto;
	text-align: left;
	font: arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 2px #CFDFEF;
}
div#title {
	float: left;
	white-space: nowrap;
	width: 700px;
	text-align: left;
	font: arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: bold;
}
div#content {
	width: auto;
	padding: 15px;
	text-align: left;
	font: 12px Verdana;
}
div#footercontainer {
	text-align: center;
}
