#principal{
	width: 800px;
	height: auto;
	margin: 2% 10% 0% 10%;
}

a { 
color: #fff;
}

div#header a{
	cursor: pointer;
}

div #header{
	width: 800px;
	height: 136px;
	margin: 0;
	padding: 0;	

}


div #logo{
	width: 307px;
	height: 136px;
	margin: 0;
	float: left;
	padding: 0;	
	background-image:url("./imagenes/logo.jpg");
}

div #menu-fondo{
	width: 493px;
	height: 136px;
	margin: 0;
	float: right;
}

div #ubicacion{
	width: 493px;
	height:36px;
	margin:0;
	text-align:right;
	padding: 0;
	background-image: url("./imagenes/ubicacion.jpg");	

}

#ubicacion p{
	margin: 0;
	padding-top:15px;
	padding-right:60px;
	font-size: x-small;
	color: #fcdc7e;		
}

* html #ubicacion p{
	padding-right:40px;
	font-size: 0.8em;
	
}

div #menu{
	width: 493px;
	height: 100px;
	margin: 0;
	background-image: url("./imagenes/menu.jpg");
	text-align: right;	
}

#menu ul{
	margin: 0;
	padding-top: 80px;
	list-style: none;	
}

* html #menu ul{
	margin: 0;
	padding: 0;
	margin-top: 80px;	
}


#menu ul li{
	float: left;
	margin: 2px;
	font-size: 0.8em;
}

* html #menu ul li{
	font-size: 0.75em;
	
}


#menu ul li a{
	text-decoration: none;
}

#menu ul li a:link{
	color: #fff;
	
}

#menu ul li a:visited{
	color: #fff;
	
}


div #contenido{
	width: 800px;	
	height: auto;
}

div #imagen-centro {
	width: 800px;
	height: 370px;
	margin: 0;
	
}

div #superior{
	width: 800px;
	height: 395px;
	background-image: url("./imagenes/imagen.jpg");
}

div #texto-imagen {
	width: 320px;
	padding-top: 30px;
	padding-left: 280px;
	color: #000;
	font-size: 0.9em;
}

* html #texto-imagen {
	font-size: 0.75em;
	padding-left: 280px;		
}

#texto-imagen h3{
	color: #8d1811;
	font-size: 1.35em;
	margin: 0;	
	padding-top: 5px;
	
}

*html #texto-imagen h3{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	clear: none;	
}

#texto-imagen p{
	margin: 0;
	padding: 1px;
	width: 280px;	
}
}

* html #texto-imagen p{
	padding: 0;	
	margin: 0;
	
}

#ofertas {
	width: 141px;
	height: 94px;
	background-image: url('./imagenes/ofertas.png');
	background-repeat: no-repeat;
	padding-top:32px;
	padding-left: 33px;
	position: absolute;
	left: 740px;
	top: 160px;	
}

* html #ofertas{
	display: none;
}

#ofertas a {
	text-decoration: none;
	color: #000;
	display: inherit;
}

* html #ofertas a{
	display:none;
}

div #correo {
	font-size: 0.9em;
	position: absolute;
	top: 320px;
	left: 72%;
}

/* html #correo{
	font-size: 0.75em;
	position: static;
	float: right;
	margin: 0;
	padding: 0;
} */

#correo a{
	text-decoration: none;
}

#correo a:link{
	color: #fff;
}

#correo a:visited{
	color: #fff;
}

div #servicios {
	height: auto;
	width: 800px;
	padding: 10px;
	padding-top: 0;	
	margin: 0;
}


#servicios ul{
	float: left;
}

ul.servicios {
	margin: 0;
	padding: 10px;	
	padding-left: 75px;
	list-style-image: url('./imagenes/pelito.png');
}


* html ul.servicios{
	list-style: none;	
	list-style-image: none;
	width: 250px;
}

img.bullet{
	background-image: url('./imagenes/pelito.png');
	width: 9px;
	height: 13px;
	float:left;
	margin-right: 5px;
}

* html img.bullet{
	background-image: url('./imagenes/pelito.jpg');
	background-image: none;
	width: 9px;
	height: 13px;
	margin-top: 5px;
	padding: 0;
}

* html img.iebullet{
	background-image: url('./imagenes/pelito.jpg');
	background-image: none;
	width: 9px;
	height: 13px;
	float:left;
	margin-top: 3px;
	margin-right: 5px;
}


ul.servicios li{
	margin: 5px;
	padding: 0;
	width: 250px;
}

ul.servicios li h4{
	margin: 0;
	padding: 0;	
	color: #ffbf00;		
}

ul.servicios li p{
	margin: 0;
	padding: 0;
	font-size: x-small;
}

ul.servicios a{
	text-decoration: none;
}


* html div ul.servicios li h4{
	font-size: 1em;
}

* html div ul.servicios li p{
	font-size: 0.8em;
	margin-left: 14px;
}

div #footer{
	width: 800px;
	height: 98px;
	background-image: url('./imagenes/footer.jpg');
	clear: both;
	
}

#footer h5{
	margin: 0;
	padding-top: 40px;
	padding-left: 95px;
	font-weight: normal;
	width: 600px;
}

* html #footer h5{
	font-size: 0.7em;	
}

div#creditos{
	margin: 15px;
	text-align: center;
	font-size: 0.9em;
}

div#creditos a {
	text-decoration: none;
}

span.subrayado{
	font-weight: bold;
	text-decoration: underline;
}
