/* CSS Document */

html * {
	margin: 0 ;
	padding: 0 ;
	border: 2 ;
	}

body {
	margin: 10px 0 10px 0 ;
	padding-top:10px;
	padding-bottom: 50px ;
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size:12px ;
	background: #FFFFFF;
	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; 
	}
ul {
	padding: 15px;
	line-height:150%;
}
	
p {
	line-height: 200%;
}

#container {
	position: relative;
	width: 1200px;  
	height: 900px;
	background:#FFF;
	background-image:url(img/bg.PNG);
	border:#000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#languages1{
	position: absolute;
	top: 45px;
	left: 950px;
	height: 50px;
	width: 75px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#5f7748;
	}
	
#languages2{
	position: absolute;
	top: 45px;
	left: 1025px;
	height: 50px;
	width: 100px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#5f7748;
	}

#headerlogo{
	position: absolute;
	top: 150px;
	left: 600px;
	height: 80px;
	width: 253px;
	}

#mainContentheader {
	position: absolute;
	top: 431px;
	left: 600px;
	background-image:url(img/introduccion.jpg);
	margin: 0;
	width: 118px;
	height: 20px;
	}

#mainContentheader2 {
	position: absolute;
	top: 431px;
	left: 600px;
	background-image:url(img/servicios.jpg);
	margin: 0;
	width: 81px;
	height: 20px;
	}
#mainContentheader3 {
	position: absolute;
	top: 431px;
	left: 600px;
	background-image:url(img/contacto.jpg);
	margin: 0;
	width: 83px;
	height: 20px;
	}
	
#mainContent {
	position: absolute;
	top: 450px;
	left: 600px;
	margin: 0;
	line-height:200%;
	padding: 20px 20px 20px 20px;
	width: 405px;
	height: 285px;
	background: #d9e1f1;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#5f7748;
	}

#menuheader {
	position: absolute;
	top: 432px;
	left: 125px;
	background-image:url(img/menu.jpg);
	margin: 0;
	width: 54px;
	height: 19px;
	}
	
#menuwrapper {
	position: absolute;
	top: 450px;
	left: 125px;
	margin: 0;
	line-height:150%;
	padding: 20px 20px 20px 20px;
	width: 125px;
	height: 285px;
	background: #d9e1f1;
	}

#menuitem1 {
	position: absolute;
	top: 20px;
	left: 10px;
	margin: 0;
	padding: 5px 10px 15px 30px;
	width: 100px;
	height: 15px;
	background: #e0e8ae;
	color:#5f7748;
	font-size:14px;
	font-weight:bold;
	}
	
#menuitem2 {
	position: absolute;
	top: 65px;
	left: 10px;
	margin: 0;
	padding: 5px 10px 15px 30px;
	width: 100px;
	height: 15px;
	background: #e0e8ae;
	color:#5f7748;
	font-size:14px;
	font-weight:bold;
	}
	
#menuitem3 {
	position: absolute;
	top: 110px;
	left: 10px;
	margin: 0;
	padding: 5px 10px 15px 30px;
	width: 100px;
	height: 15px;
	background: #e0e8ae;
	color:#5f7748;
	font-size:14px;
	font-weight:bold;
	}
	
a.menuitem:link {
	background: #e0e8ae;
	color:#5878b6;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.menuitem:visited {
	background: #e0e8ae;
	color:#5878b6;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.menuitem:hover {
	background: #e0e8ae;
	color:#a1c656;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a.menuitem:active {
	background: #e0e8ae;
	color:#5f7748;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}


a:link {
	color:#9AC000;
	text-decoration: underline;
}

a:visited {
	color:#9AC000;
	text-decoration: underline;
} 

a:hover {
	color:#5878b6;
	text-decoration: none;
}

a:active {
	color: #5f7748;
	text-decoration: underline
}


	

	
/* header */
	
#header {
	margin: 10px 0 10px 0 ;
	text-align: right ;
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	font-size:12px ;
	font-color: teal ;
	}
	
#header h1 {
	position: relative ;
	left: -1000px ;
	}
	
#header p {
	padding-right: 45px ;
	}

#centre_wrapper {
	width: 716px ;
	margin-left: auto ;
	margin-right: auto ;
	}


