@CHARSET "ISO-8859-1";

body {
	background-color: #072D5F;
	color: #777;
	font-family: trebuchet MS, verdana;
} 

a {
	color: #7FC5ED;
	text-decoration: none;
}

input.error, textArea.error {
	border: 1px solid red;	
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;	
}

form {
	margin: 0px;
}

h1 {
	font-family: Times New Roman;
	color: #7FC5ED;
	font-size: 32px;	
	font-weight: normal;
}

h2 {
	color: #7FC5ED;
	font-size: 16px;	
	font-weight: normal;
}

textarea, input {
	color: #777;
	font-family: verdana;
	font-size: 12px;
	width: 250px;
	overflow: hidden;
}

ul {
	list-style: none;	
}

div#main {
	background: url(../img/fondo.gif) repeat-x #072d5f;
	height: 550px;
	margin: 0 auto;
	width: 1024px;
}

th {
	font-weight: normal;
	text-align: left;	
}



/*****************************************  LOGO ******************************/

div#logos {
	background: url(../img/iconos.gif) no-repeat;
	height: 133px;
	position: relative;
	margin-left: 100px;
	top: 0px;
	width: 812px;	
}


/***************************************** MENU SUPERIOR ******************************/

div#main div#menu_superior {
	background: url(../img/bg_menu_superior.gif) no-repeat;
	font-weight: bold;
	height: 40px;
	left: 110px;
	position: relative;
	width: 812px;
}

div#main div#menu_superior ul li {
	color: white;
	display: inline;
	margin-left: 35px;
}

div#main div#menu_superior ul li a {
	color: white;
}

div#main div#menu_superior ul li a:hover {
	color: #7FC5ED;
	text-decoration: none;
}

div#main div#menu_superior ul li a.sel {
	color: #7FC5ED;
}



/***************************************** MENU EMPRESA ******************************/

div#main div#menu_empresa {
	height: 25px; 
	width: 250px;
}

div#main div#menu_empresa ul {
	font-size: 12px;
	margin: 0;
	padding: 0;	
	width: 356px;
}

div#main div#menu_empresa ul li {
	color: #6E6E6E;
	display: inline;
	line-height: 25px;
	margin-left: 15px;
}

div#main div#menu_empresa ul li a {
	color: #6E6E6E;
}

div#main div#menu_empresa ul li a:hover {
	color: #FFA800;
	text-decoration: none;
}

div#main div#menu_empresa ul li.sel {
	border-bottom: 3px solid #FFA800;
}

/***************************************** ZONA CENTRAL ******************************/

div#main div#layout {
	background-color: white;
	font-size: 14px;
	height: auto;
	left: 110px;
	min-height: 400px;
	overflow: auto;
	position: relative;
	width: 812px;
	margin-top: -15px;
}

div#main div#layout div#content {
	height: auto;
	margin: 0 20px 0 20px;
	padding-bottom: 20px;	
	padding-top: 20px;
	width: 752px;
}

div#main div#layout div#content div#center {
	background-color: white; 
}

div#main div#layout div#content div#right, div#main div#layout div#content div#left {
	float: left;
	height: auto;
	width: 432px; 
}

div#main div#layout div#content div#right {
	margin-left: 20px;
	width: 280px;
}

div#main div#layout div#content div#right img {
	height: 300px;
	margin-top: 45px;
	width: 285px;	
} 

div#main div#pie {
	background: url(../img/bg_footer.gif) no-repeat;
	color: #787878;
	font-size: 12px;
	height: 39px;
	left: 110px;
	padding-top: 8px;
	position: relative;
	text-align: center; 
	width: 812px;
}

p#politica {
	color: #7FC5ED;
	font-size: 10px;
	text-align: center;
}



/****************** EMPRESA MEDIO AMBIENTE ***********************/

body#empresa_medioambiente h1 {
	color: #559A28;
}

/****************** CONTACTO ***********************/

body#contacto table {
	margin-left: 50px;
}

body#contacto div#right table {
	margin-left: 20px; 
}

body#contacto div#right table td {
	text-align: right;

}

body#contacto div#main div#layout div#content div#left {
	width: 290px;
}

body#contacto div#main div#layout div#content div#right {
	width: 420px;
}

body#contacto div#main div#layout div#content div#right div {
	background-color: #E8E8E8;
	padding-bottom: 20px;
	padding-top: 20px;
}

body#contacto div#main div#layout div#content div#right div p {
	margin-left: 20px;
	text-align: left;	
}

body#contacto div#main div#layout div#content div#right div input[type="text"] {
	width: 250px;
}

body#contacto div#main div#layout div#content div#right div textArea {
	height: 100px;
	width: 380px;
}

body#contacto div#main div#layout div#content div#right div#enviar {
	background-color: white;	
	text-align: center;
}

body#contacto div#main div#layout div#content div#right div#enviar a {
	height: 21px;
	font-weight: bold;
}



/****************** LOCALIZACION ***********************/

div#google_maps div#map {
	height: 268px;
	margin-left: 0px;
	width: 300px;
}



/****************** NOTICIAS ***********************/

ul#listado_noticias {
	color: #7FC5ED; 
	list-style: square;
}

ul#listado_noticias li p {
	color: #777;
}

