@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0;
	padding: 0;
	background: white url(../graficos/body-bg-espanol.gif) top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-top: 0px;
	color:#000;
	}
	
#wrapper {
	width: 960px;
	padding-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
#language {
	position:absolute;
	left:840px;
	top:20px;
	width:120px;
	height:20px;
	z-index:5;
	color: white;
}
#language a{color: white; text-decoration:none;}
#language .active{background-color:#be0000;}
#language a:hover {color:#fff;}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:276px;
	z-index:4;
	background-image: url(graficos/header2.gif);
	background-repeat: no-repeat;
}
#menu {
	position:absolute;
	left:0px;
	top:240px;
	width:960px;
	height:33px;
	z-index:1;
}
#slide {
	position:absolute;
	left:0px;
	top:277px;
	width:960px;
	height:372px;
	z-index:2;
}
#main-Content {
	position:absolute;
	left:0px;
	top:688px;
	width:960px;
	height:530px;
	z-index:3;
}
#main-Content h1{
	font-size:20px;
	color:#be0000;
	margin-left:10px;
}
#main-Content h2 {margin:0; padding:0;}
#main-Content a{
	font-size:17px;
	color:#35406d;
	margin: 0 10px;
	text-decoration:none;
	padding:0;
}
#main-Content a:hover{
	font-size:17px;
	color:#35406d;
	margin: 0 10px;
	text-decoration:underline;
}

#main-Content p{
	padding: 0 10px;
	margin: 0 0 10px 0;
	font-size: 14px;
}
#main-Content img {
	border: none; margin-top:10px;
}
#uno {
	position:absolute;
	left:1px;
	top:5px;
	width:320px;
	height:551px;
	z-index:1;
}
#uno .img1 {float: right;}

#dos {
	position:absolute;
	left:320px;
	top:5px;
	width:320px;
	height:500px;
	z-index:2;
}
#dos .img1 {float: right;}

#tres .donar img {
	margin-left: 50px;
}
#tres {
	position:absolute;
	left:640px;
	top:5px;
	width:320px;
	height:500px;
	z-index:3;
}
#tres p {margin-left:50px;}
 
#footer {
	position:absolute;
	left:0px;
	top:550px;
	width:960px;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-top: 0px;
	color:#333333;
	border-top: 1px solid #b0b0b0;
	height: 123px;
}

#middleFoot {
	position:absolute;
	left:0px;
	top:10px;
	width:480px;
	height:103px;
	z-index:1;
	border-right: 1px solid #b0b0b0;
}
#middleFoot .top{float: right; margin-top:30px; line-height:1.1em;}
#bottomFoot {
	position:absolute;
	left:480px;
	top:10px;
	width:480px;
	height:106px;
	z-index:1;
}
#bottomFoot .top{float: left; margin-top:30px; line-height:1.1em;}
#footer a{color:#333; font-size:14px; text-decoration:underline;}
#footer a:hover{color:#333; font-size:14px;}

