body{
	background: url(imagenes/background.jpg) repeat-x;
}

#pagina{
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#textopropu {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	height: auto;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

#textopropu h1 {
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

#textopropu p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}

#header {
	width: 800px;
	height: 253px;
	background-image: url(imagenes/header.jpg);
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: silver;
}

a img {
	border-style: none;
}

#menu {
	width: 800px;
	height: 26px;
	background-color: #8e8e8e;
}

#menus {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menus li {
	padding:0;
	float:left;
}

#menus li a {
	display: block;
	width:160px;
	height: 26px;
	text-decoration:none;
	text-align:center;
	color: #fff;
	}

#menus li a:hover {
	color:#000000;
	background-position:bottom;
}

#menus li a span {
	display: none;
}

#menus #home {
	background-image: url(imagenes/homebtn.jpg);
} 

#menus #institucional {
	background-image: url(imagenes/instibtn.jpg);
} 

#menus #clientes {
	background-image: url(imagenes/clientesbtn.jpg);
} 

#menus #proveedores {
	background-image: url(imagenes/proveedoresbtn.jpg);
} 

#menus #contactenos {
	background-image: url(imagenes/contacbtn.jpg);
} 

#contenido {
	float: left;
	width: 800px;
	height: auto;
	background-color: #004e75;
}

#contenido1 {	
	float: left;
	width: 400px;
	height: 200px;
}

#texto1 {
	position: relative;
	width: 240px;
	text-align: left;
	color: white;
	font: 15px Georgia, "Times New Roman", Times, serif;
	right: 60px;
	top: 100px;
}

#imagecontent1 {
	position: absolute;
	width: 200px;
	height: 60px;
	
	margin-top: 12px; 
	margin-left: 32px; / margin-left: -42px;
	border-style: hidden;
}

#imagepropu {
	position: absolute;
	width: 138px;
	height: 152px;
	margin-top: -40px; / margin-top: -40px;
	margin-left: 262px; / margin-left: 50px;
	background: url(imagenes/folder.png) no-repeat;
}

#contenido2 {
	float: left;
	width: 400px;
	height: 200px;
}

#texto2 {
	position: relative;
	width: 240px;
	text-align: left;
	color: white;
	font: 15px Georgia, "Times New Roman", Times, serif;
	right: 60px;
	top: 50px;
}

#imagereci {
	position: relative;
	width: 138px;
	height: 152px;
	background: url(imagenes/recibo_01_01.png) no-repeat;
	left: 120px;
	top: -70px;
}


#imagecontent2 {
	position: relative;
	width: 200px;
	height: 40px;
	top: 12px;
	left: -70px;
	
	
}

#contenido3 {
	float: left;
	width: 400px;
	height: 200px;
}

#imagecontent3 {
	position: absolute;
	width: 350px;
	height: 56px;
	background: url(imagenes/noticias.png) no-repeat;
	margin-top: 12px;
	margin-left: 32px; / margin-left: -360px;
}

#texto3 {
	float: left;
	width: 380px;
	text-align: left;
	color: white;
	margin-top: 60px;
	margin-left: 10px;
	font: 15px Georgia, "Times New Roman", Times, serif;
}
#contenido4 {
	float: left;
	width: 400px;
	height: 200px;
}

#imagecontent4 {
	position: relative;
	width: 290px;
	height: 40px;
	margin-top: 7px; / margin-top: 9px;
	margin-left: 32px; / margin-left: 22px;
	background: url(imagenes/administrados.png) no-repeat;
	
}

#texto4 {
	position: relative;
	width: 380px;
	text-align: left;
	color: white;
	margin-top: 90px; / margin-top: 90px;
	margin-left: 10px;
	font: 15px Georgia, "Times New Roman", Times, serif;
}

#imagecomar {
	position: relative;
	width: 390px;
	height: 60px;
	background: url(imagenes/comar.png) no-repeat;
	left: 5px; / left: 5px;
	top: -140px; / top: -145px;
}

#contenido #contenido5 {
	float: left;
	width: 396px;
	height: 120px;
	background-color: white;
	border: 2px solid #004e75;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
}

#contenido #contenido6 {
	float: left;
	width: 396px;
	height: 120px;
	background-color: white;
	border: 2px solid #004e75;
	font: bold 30px Georgia, "Times New Roman", Times, serif;
}

#footer {
	clear: both;
	width: 800px;
	height: 156px;
	background: url(imagenes/footer.jpg) no-repeat;
}