/***********************************************/
/* emx_nav.css                                 */
/* Use with template index.html                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/************** LINKS foot *********************/

a:link {
	color: #CFE4F1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CFE4F1;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
}

/************** LINKS OTHERS *********************/

a.estilo1:link { 
    text-decoration:none;
	color:#006AA8;
}
a.estilo1:visited {
    text-decoration:none;
	color:#006AA8;
}
a.estilo1:hover {
    text-decoration:underline;
	color:#FF0000;
}

/**************** BODY ****************************/

body{
	background: url(../images/bg_grad.jpg) fixed;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

#top1 {
	position: absolute;
	height:48px;
	top: 0px;
	width: 938px;
	background-image: url(../images/top1.gif);
	left: 6%;
	background-color: #1258A0;
	margin-left: 4px;
}
    
#top {
	position: absolute;
	height:181px;
	top: 48px;
	width: 930px;
	left: 6%;
}

#botdate {
	position: absolute;
	height:44px;
	top: 233px;
	width: 938px;
	left: 6%;
	background-image: url(../images/bottomdate.gif);
}

#datetime {
	position: absolute;
	height:20px;
	top: 239px;
	width: 200px;
	left: 780px;
}

#bienvenida {
	position: absolute;
	height:20px;
	top: 239px;
	width: 300px;
	left: 200px;
	color: #FFFFFF;
	font-family: verdana;
	font-size: 17px;
	font-weight: lighter;
}

#backini {
	position: absolute;
	height:39px;
	top: 0px;
	width: 680px;
	background-image: url(../images/bg_ini.jpg);
	margin: 0px 0px 0px 250px;
}

#ayudando {
	position: absolute;
	height:30px;
	top: 55px;
	width: 635px;
	margin: 0px 0px 0px 275px;
}

#content {
	position: absolute;
	height:30px;
	top: 270px;
	width: 635px;
	margin: 0px 0px 0px 275px;
	border-top: 1px solid #B3B8C1;
}


#textini {
    position: absolute;
	height:23px;
	top: 7px;
	width: 107px;
	left: 280px;
}

#botonini {
    position: absolute;
	height:23px;
	top: 7px;
	width: 63px;
	left: 835px;
}

/********** CONTENIDO ********************************/

#backcontent {
	position: absolute;
	height:617px;
	top: 277px;
	width: 938px;
	left: 6%;
	background-color: #FCFCFC;
}

/********** footer ********************************/

#footer {
	position: absolute;
	height:100px;
	top: 888px;
	width: 900px;
	left: 6%;
	font-family: verdana;
	font-size: 12px;
	color: #CFE4F1;
	font-weight: bold;
	padding: 20px 20px 20px 20px;
}

/********** MENU ********************************/

#backmenu {
	position: absolute;
	left:6%;
	height:208px;
	top: 277px;
	width: 250px;
	margin: 0px 0px 0px 4px;
	background-image: url(../images/bg_menu.gif);
}

#sectionLinks a:link {
	display: block;
	padding: 0px 0px 0px 15px;
}

#sectionLinks {
	display: block;
	margin: 0px 0px 0px 15px;
}

#box1 {
	position: absolute;
	top: 100%;
	width: 250px;
	background-color: #B3B8C1;
}

#box1 a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
}

#bolcont {
	position: absolute;
	top: 233px;
	width: 250px;
	margin-left: 4;
	background-color: #E1E4E8;
	height: 180px;
}

#donate {
	position: absolute;
	top: 413px;
	width: 250px;
	margin-left: 4;
	background-color: #BFC4CA;
}

#donate a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #FFFFFF;
}

#donatecont {
	position: absolute;
	top: 202px;
	width: 250px;
	margin-left: 4;
	background-color: #E1E4E8;
	height: 155px;
}

#blanck {
	position: absolute;
	top: 357px;
	width: 250px;
	margin-left: 4;
	background-color: #BFC4CA;
	height: 22px;
}

