/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#contenedor {
	min-width: 680px;
	margin-left: auto;
	margin-right: auto;
	/* border-top: 5px solid #333333; */
}

div#repsolgas {
	height:60px;
	width: 140px;
	position: static;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("../imagenes/repsolgas.jpg");
}

div#tank {
	height:60px;
	width: 270px;
	position: static;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../imagenes/tank.jpg");
}

div#distribuidor {
	height:60px;
	width: 160px;
	position: static;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("../imagenes/endesa.jpg");
}

div#central {
	margin-left:20px;
	margin-right:20px;
	min-height:500px;
/*	background-color: #; */
}

div#hometitle {
	width: 640px;
	height:260px;
	background-position: left;
	background-repeat: no-repeat;
	/* padding: 40px 40px 40px 40px; */
	margin-left: 20px; 
	margin-top: 20px;
	background-image: url("../imagenes/hometitle.jpg");
}


div#unititle {
	width: 640px;
	height:170px;
	background-position: left;
	background-repeat: no-repeat;
	/* padding: 40px 40px 40px 40px; */
	margin-left: 20px; 
	margin-top: 20px;
	background-image: url("../imagenes/unititle.jpg");
}

div#multititle {
	width: 640px;
	height:170px;
	background-position: left;
	background-repeat: no-repeat;
	/* padding: 40px 40px 40px 40px; */
	margin-left: 20px; 
	margin-top: 20px;
	background-image: url("../imagenes/multititle.jpg");
}

div#propa10 {
	width: 640px;
	height:170px;
	background-position: left;
	background-repeat: no-repeat;
	/* padding: 40px 40px 40px 40px; */
	margin-left: 20px; 
	margin-top: 20px;
	background-image: url("../imagenes/propa10.jpg");
}

div#ca {
	width: 640px;
	height:170px;
	background-position: left;
	background-repeat: no-repeat;
	/* padding: 40px 40px 40px 40px; */
	margin-left: 20px; 
	margin-top: 20px;
	background-image: url("../imagenes/ca.jpg");
}


div#doble {
	width: 640px;
	height:206px;
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 20px; 
	padding: 0px 0px 0px 0px;
	/*  o . . .  */
	background-image: url("../imagenes/doble.jpg");
}

div#contenido {
/*	width: 500px; */
	min-height:470px;
	float: left;
	padding: 10px 40px 10px 0px;
	/*        o    re    u     li  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}  
	
	div#text {
	margin-top: 10px; 
	margin-bottom: 20px; 
	margin-left: 10px;
	line-height: 17px;
	/*padding: 0px 0px 40px 0px;*/
	font-weight: bold;
	font-size: 11px;
	color:#00224c;
	}  

		h1 {
			font-size: 24px;
			font-style: normal;
			line-height: normal;
			margin-top:20px;
			margin-bottom:30px;
			color: #00224c;
			}
			
		h2 {
			font-size: 16px;
			font-style: normal;
			line-height: normal;
			margin-left:10px;
/*			margin-top:20px;     */
			margin-bottom:15px;
			color: #00224c;
			}
			
		h3 {
			font-size: 11px;
			font-style: normal;
			line-height: normal;
				border-bottom: 1px solid #fbb2c7; 
				padding: 3px 40px 3px 10px;
				background-color: #f5f5f5;
			/*	width: 500px;  */
			margin-top:30px;
			margin-bottom:15px;
			color: #f10044;
			}
			
		h4 {
			font-size: 10px;
			font-style: normal;
			line-height: normal;
			margin-top:5px;
			margin-bottom:10px;
			margin-left: 30px;
			color: #00224c;
			}
		
		dt {
			margin-left: 0px;
			margin-bottom:5px;
			margin-top:0px;
			color:#00224c;
		}	
		
		dd {
			line-height: 13px;
			margin-left: 30px;
			margin-bottom:15px;
			color:#00224c;
			font-size: 10px;
		}
		
div#submenu {
  /*  width: 400px; */
    min-height:50px;  
	float: left;
	margin-left: 15px;
}

div#submenu ul {
	list-style-type: none;
}

div#submenu ul li a {
	display:block;
	font-size: 10px;
	padding: 3px 3px 3px 5px;
	background-color: #f5f5f5;
	width: 350px; 
	text-decoration:none;
	color: #f10044; 
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #fbb2c7; 
	border-right: 1px solid #fbb2c7; 
}

div#submenu ul li a:hover {
	background-color: #00224c;
	color: #FFFFFF;	
}  
