@charset "utf-8";
/* CSS Document */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, img, a {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #cfdddd;
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	background-position: center top;
}

body, table, td, th, tr, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6b6b;
	text-align: center;
}

table, td, th, tr, input, textarea {
	text-align:justify;
}

img, a img { 
	border:none;
}

p {
	margin-bottom:1em;
}

a:link,a:active,a:visited {
	color:#5f659f;
	text-decoration:underline;
}

a:hover {
	color:#5f659f;
	text-decoration:none;
}

h1,h2,h3,h4 {
	color: #0d1010;
	font-weight:bold;
	text-transform: uppercase;	
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0.7em;
}

h1 { font-size:1.3em; }
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
h4 { font-size:1em; }

#contenedor { 
	width: 799px;
	margin:auto;
	border: none;
	padding:0;
	text-align:center;
	background-color:#FFFFFF;
}

#subcontenedor {
	width:746px;
	background-color: #FFFFFF;	
	margin:auto;
	border: none;
	padding:0;	
	text-align:center;	
	padding:0px 0px 20px 0px;	
}

#cabeceralogo {
	height:87px;
}

#subcabecera {
	height:28px;
	text-align:right;
}

#contenidos {
	text-align:justify;
	padding:10px 0px 10px 0px;
	min-height:300px;
	height:auto !important;
	height:300px;		
}

#pie {
	background-color:#cfdddd;
	color:#7b8584;
	text-align:center;
	font-size:0.8em;
	padding-bottom:15px;
	position:relative;
}

#pie a {
	color:#ffffff;
	text-decoration:underline;
}

#pie a:hover {
	color:#ffffff;
	text-decoration:none;
}

#inicioIzq {
	width:450px;
	float:left;	
}

#inicioDer {
	width:283px;
	float:right;
	background-image: url(images/separadorVertHome.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:10px;
	min-height:300px;
	height:auto !important;
	height:300px;	
}	

#CD2_imgIzq {
	float:left;
	width:96px;
}

#CD2_imgDer {
	float:right;
	width:257px;
}

#CD2_texto {
	float:left;
	width:380px;
}

#pieLogos {
	width:100px;
	right:1px;
	position:absolute;
	top:0px;
}

#inst_cabecera,#inst_medio {
	width:745px;
}

#inst_fondo1 {
	width:82px;
	float:left;
}

#inst_fondo2 {
	width:76px;
	float:left;
}

#inst_medio {
	margin-top:20px;
}

#inst_menu {
	width:151px;
	float:left;
	text-align:left;
}

#inst_contenido {
	width:426px;
	float:left;
	padding-right:10px;
}

.formularioContacto{
	width:300px;
}

.noticia h2 {
	text-transform:none;
}

.noticia {
	padding-bottom:20px;
}	

#energiaPie {
	margin-top:50px;
}