@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

body
{
	margin: 0;
	padding: 0;
	color: #999999;
	font: normal 10pt 'Open Sans',sans-serif;
	background: #d7dbdf;
}

#header {
	height:68px;
	background-image: url(/images/public/bg_header.gif);
	background-repeat: repeat-x;
}

#header h1 {
	overflow: hidden;
	text-indent: -9000px;
	background-image: url(/images/public/header.jpg);
	background-repeat: no-repeat;
	width: 349px;
	height: 68px;
	margin: 0px auto 0px auto;
}

#center {
	height:400px;
	background-image: url(/images/public/bg_center.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.content, .contentSingle {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.contentSingle {
	background-color:#fff;
	padding:30px;
	min-height: 400px;
}

#header_admnadal {
	background-image: url(/images/public/admnadal_header.png?v2);
	background-repeat: no-repeat;
	background-position-y: 55px;
	width: 321px;
	height: 244px;
}

#header_admnadal h1, #header_admnadal h2 {
	color: #ffffff;
	display:none;
} 

#center_image {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 960px;
	height: 338px;
	background-image: url(/images/public/center_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#loginBox {
	margin-top: 305px;
	color:#394d5e;
}

#loginBox h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#loginBox input {
	background-color: #d7dbdf;
	border: none;
	font-size: 14px;
	padding: 5px;
	margin-left: 5px;
}

#loginBox input[type=submit] {
	background-image: url(/images/public/bg_btn_ingreso.gif);
	color:#ffffff;
	text-transform: uppercase;	
	height: 28px;
	width: 88px;
	display:block;
	float:left;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 2px;
}	

#loginBox #olvido {
	margin-left: 40px;	
	color: #394d5e;	
}

#loginBox #olvido a {
	text-decoration: none;
	color: #394d5e;
}

#loginBox #olvido a:hover { text-decoration: underline;}

#main {
	background-image: url(/images/public/shadow_gray.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #d7dbdf;
	padding-top: 30px;
	padding-bottom: 20px;
}

h3.beneficios {
	width: 627px;
	height: 38px;
	text-indent: -9000px;
	overflow: hidden;
	background-image: url(/images/public/title_beneficios.gif);
	background-repeat: no-repeat;
}

#boxContactos {
	margin-top: 20px;
	background-color: #2c83c8;
	padding: 15px;
	color: #bde0ff;
}

#boxContactos p {
	margin: 10px 0px 0px 0px;
}

#boxContactos a, #boxContactos a:active, #boxContactos a:visited, #boxContactos a:link {
	color: #bde0ff;
	text-decoration: underline;
}

#footer {
	height:53px;
	background-image: url(/images/public/bg_footer.gif);
	background-repeat: repeat-x;
}

#footer .content {
	padding-top: 18px;
	color: #bde0ff;
	font-size: 11px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 14px;
	height: 14px;
	background: url(/images/public/modal_close.png);
	z-index: 2;
}

#expensasClaras {
	width: 550px;
	font-size: 1.2em;
	color: #4a4a4a;
	position:relative;
	padding:40px 30px 30px 30px;
	background-color:#ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/* estilos interiores */
#intTop {
	position: relative;
	height:115px;
	background-image: url(/images/public/bg_center_int.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#intTop .intMenu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width:100%;
	height: 33px;
	background: #103d63;
	background: rgba(0, 0, 0, 0.5); 
}

#intTop .intMenu ul {
	padding: 8px 10px 0px 0px;
	margin: 0;
	list-style-type: none;
}

#intTop .intMenu ul li {
	display: inline;
	color: #cacaca;
	text-transform: uppercase;
	border-right: solid 1px #32ba28;
	padding: 0px 10px 0px 10px;
	font-family: 'Josefin Slab', serif;
}

#intTop .intMenu ul li:last-child {
	border: none;	
}

#intTop .intMenu ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #32ba28;
	font-family: 'Josefin Slab', serif;
}

#intTop .intMenu ul li a:hover {
	text-decoration: underline;
}

#intTop div.content {
	height:115px;
	background-image: url(/images/public/int_top_image.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#intTop h1 {
	font-family: 'Josefin Slab', serif;
	font-size: 2.9em;
	color: #fff;
	text-shadow: 2px 2px #656565;
	padding: 64px 10px 0px 10px;	
}

#intMain {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #2c2c2c;
}
#intMain h2 {
	color: #32ba28;
	margin-bottom: 0.3em;
}	