/******** General ********/

html {
height: 100%;
}


BODY { 
	background-color: #F5F4EF; 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:13px;
	margin:0px 0px 0px 0px;
	color:#565656;
	text-align: center;
	background-image:url(../images/az_fondo.gif);
	}

	
img{border:0px;}

acronym {cursor: help; text-decoration:underline;}

ul{
	margin:0px;
	padding:0px;
	}
li{
	list-style-type:none;
	padding:0px;
	margin:0px;
	}


/******** Enlaces ********/
a {
	color: #BD3245;
	text-decoration: none;
	line-height:12px;
}

a:hover{
	color: #1A92E1;
	text-decoration: none;
	line-height:12px;	
}


/******** Enlaces y parrafo ********/
h1 {
	display:none;
	}

h2 {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.55em;
	font-weight:900;
	text-align: left;
	padding:7px 0px 7px 50px;
	margin:0px 0px 0px 0px;
	color:#282828;
	}
	
h3 {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.55em;
	font-weight:900;
	text-align: left;
	padding:7px 0px 7px 50px;
	margin:0px 0px 0px 0px;
	color:#AE0019;
	}

h4 {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	padding:0px 0px 0px 0px;
	color:#BD3245;
	margin:0px 0px 15px 0px;
	}

h5 {
	font-family: Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight:900;
	text-align: left;
	padding:7px 0px 7px 50px;
	margin:0px 0px 0px 0px;
	color:#1B94E3;
	}
	
/******** Efecto graficos renovables ********/

#overlay {
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	/* REQUIRED */

}

	/* REQUIRED */
	#overlay[id] {
   		position: fixed;
	}
	/* REQUIRED */

#lightWindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	/* REQUIRED */
}

	/* REQUIRED */
	#lightWindow[id] {
		position: fixed;
	}
	/* REQUIRED */

#lightWindow-contents {
	/* REQUIRED */
	display: none;
	position: absolute;
	overflow: hidden;
	/* REQUIRED */

	background-color: #ffffff;
	/* Of Note - If you specify a padding or border be sure to adjust the 'cushion' option, by default its set to 10 */
	border: 10px solid #ffffff;
}
	
#lightWindow-loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
	
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightWindow-loading-message {
    	font-size: 14px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightWindow-loading-options {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		border-left: 2px solid #cccccc;
		padding: 0 0 0 10px;
	}	

	#lightWindow-loading-options a, 
	#lightWindow-loading-options a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightWindow-loading-options a:hover {
		text-decoration: underline;
	}


	#lightWindow-loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightWindow-navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
	/* REQUIRED */

	height: 100%;
	width: 100%;
}

	#lightWindow-navigation a { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightWindow-previous, 
	#lightWindow-next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}

	#lightWindow-previous { 
		float: left;
		left: 0px;
	}

	#lightWindow-next { 
		float: right;
		right: 0px;
	}

	#lightWindow-previous:hover, 
	#lightWindow-previous:visited:hover { 
		background: url(../images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightWindow-next:hover, 
	#lightWindow-next:visited:hover { 
		background: url(../images/nextlabel.gif) right 15% no-repeat; 
	}

#lightWindow-photo-galleries {
	/* REQUIRED */
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999; 
	/* REQUIRED */
}

	#lightWindow-photo-tab-container {
		width: 100%;
		height: 20px;
	}
		
	#lightWindow-photo-galleries-tab {
		display: block;
		height: 20px;
		width: 70px;
		float: right;
		-moz-opacity:  0.70;
		opacity: .70;
		filter: alpha(opacity=70);
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 7px;
		font-size: 11px;
	}

	a:hover#lightWindow-photo-galleries-tab	{
		color: #ffffbe;
	}

	.up	{
		background: url(../images/arrow-up.gif) no-repeat 60px 5px #000000;
	}

	.down {
		background: url(../images/arrow-down.gif) no-repeat 60px 6px #000000;
	}

	#lightWindow-photo-galleries-list {
		background-color: #000000;
		-moz-opacity:  0.70;
		opacity: .70;
		filter: alpha(opacity=70);
		overflow: hidden;
	}

	.lightWindow-photo-gallery-listing {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightWindow-photo-gallery-listing h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		margin: 5px 0 10px 0;
		font-size: 16px;
	}

	.lightWindow-photo-gallery-listing li {
		margin: 0 0 5px 0;
	}

	.lightWindow-photo-gallery-listing a {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightWindow-photo-gallery-listing a:hover {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightWindow-data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
	
	background-color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

	#lightWindow-data-slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightWindow-data-title {
		width: 75%;
		padding: 0 0 0 10px;
		font-weight: bold;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-caption {
		width: 75%;
		padding: 0 0 0 10px;
		color: #666666;
		line-height: 1.4em;
	}
	
	#lightWindow-data-author {
		position: absolute;
		width: 100px;
		top: 0px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	 	font-style: italic;
		font-size: 9px;
	}
	
	#lightWindow-data-image {
		position: absolute;
		font-size: 9px;
		width: 100px;
		top: 15px;
		right: 10px;
		text-align: right;
		color: #666666;
		line-height: 1.4em;
	}
	
#lightWindow-title-bar
{
	/* REQUIRED */
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	/* REQUIRED */
	

}
	
	#lightWindow-title-bar-title
	{
		float: left;
		color: #ffffbe;
		font-size: 14px;
		width: 80%;
		line-height: 25px;
		
		z-index: 50;
	}
	
	#lightWindow-title-bar-close
	{
		float: left;
		width: 20%;
		text-align: right;
		line-height: 25px;
			z-index: 50;
	}
	
	
	a#lightWindow-title-bar-close-link
	{
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightWindow-title-bar-close-link
	{
		color: #ffffff;
	}

	

/******** Fotos apartado servicios ********/

#gallery {width:235px; height:300px;}
#thumbs {float:right; margin: 0px 10px 0px 0px}
#thumbs a {display:block; float:left; margin:0 0 5px 5px; width:60px; height:60px; border:3px solid #fff;}
#thumbs a img {width:60px; height:60px; border:0;}
#thumbs a:hover {border-color:#ddd;}
#thumbs a:hover img {position:absolute; width:auto; height:auto; right:0px; margin:141px 25px 0px 0px; border:3px solid #fff;}
#thumbs a:hover img.hr {position:absolute; width:auto; height:auto; right:0px; margin:70px 25px 0px 0px; border:3px solid #fff;}


#thumbs2 {float:right; margin: 0px 10px 0px 0px}
#thumbs2 a {display:block; float:left; margin:0 0 5px 5px; width:60px; height:60px; border:3px solid #fff;}
#thumbs2 a img {width:60px; height:60px; border:0;}
#thumbs2 a:hover {border-color:#ddd;}
#thumbs2 a:hover img {position:absolute; width:auto; height:auto; right:0px; margin:141px 120px 0px 0px; border:3px solid #fff;}
#thumbs2 a:hover img.hr {position:absolute; width:auto; height:auto; right:0px; margin:70px 120px 0px 0px; border:3px solid #fff;}

/******** Capas principales ********/

#contenedor{ 
	width: 835px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: auto;
	clear:both;
	}
	
#logo{ 
	width: 835px;
	height: 90px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	margin: auto;
	}
	
#menu{ 
	width: 740px;
	height: 48px;
	text-align:center;
	position: relative;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 95px;
	border-bottom:#87C1E7;
	background-image:url(../images/az_fondo_menu.gif);
	}
	
	
#desarrollo{ 
	width: 835px;
	text-align:center;
	padding: 20px 0px 16px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#listatrabajos{ 
	width: 835px;
	text-align:left;
	padding: 20px 0px 16px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#desarrollo_trabajos{ 
	width: 835px;
	text-align:left;
	padding: 20px 0px 16px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#desarrollo_lateral_izq{ 
	width: 268px;
	height: 550px;
	text-align:center;
	padding: 0px 0px 20px 0px;
	margin: auto;
	float:left;
	}
	
#desarrollo_trabajos{ 
	width: 248px;
	text-align:left;
	padding: 10px 10px 0px 10px;
	margin: 17px 0px 0px 0px;
	float:left;
	background-image:url(../images/az_sombra_centro.gif);
	}
	
#sombra_down{ 
	width: 268px;
	text-align:center;
	position: relative;
	margin: auto;
	float:left;
	}
	
.sombra_down{ 
	width: 268px;
	text-align:center;
	margin: auto;
	padding: 0px 0px 0px 0px
	float:left;
	}
	
#trabajo{
	width: 243px; 
	text-align:left;
	padding: 0px 0px 0px 5px;
	margin: auto;
	float:left;
	}	
	

#desarrollo_centro{ 
	width: 283px;
	text-align: left;
	padding: 0px 25px 0px 25px;
	margin: auto;
	float:left;
	}
	
	
#banda_blanca{ 
	width: 275px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	float:left;
	}
	
#sobrenosotros{ 
	width: 275px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	float:left;
	}
	
#desarrollo_lateral_der{ 
	width: 234px;
	height: 550px;
	text-align:center;
	padding: 0px 0px 0px 0px;
	margin: auto;
	float:left;
	}
	
#desarrollo_recuadro1{ 
	width: 204px;
	height: 173px;
	text-align:left;
	padding: 10px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-image:url(../images/az_sombra_derecha.gif);
	}
	
#desarrollo_recuadro2{ 
	width: 204px;
	height: 173px;
	text-align:left;
	padding: 10px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-image:url(../images/az_sombra_derecha.gif);
	}
	
#desarrollo_recuadro3{ 
	width: 204px;
	height: 156px;
	text-align:left;
	padding: 10px 10px 0px 20px;
	margin: 0px 0px 10px 0px;
	float:left;
	background-image:url(../images/az_sombra_derecha.gif);
	}
	
.sombra_down2{ 
	width: 234px;
	margin: 0px 0px 10px 0px;
	text-align:center;
	margin: auto;
	float:left;
	}
	
#rayacopy{ 
	padding:1px 0px 0px 0px;
	background-color:#333333;
	margin: 0px;
	clear:both;
	}
	
#copy{ 
	width: 835px;
	border-top:3px solid #333333;
	text-align:left;
	margin:auto;
	}
	

#contenidocopy{ 
	width: 835px;
	text-align:left;
	margin:auto;
	padding: 0px 0px 60px 0px;
	}
		
#menurapido{
	width: 400px; 
	text-align:left;
	margin:auto;
	float:left;
	padding: 3px 0px 0px 0px;
	}
	
#validadores{ 
	width: 200px;
	margin:auto;
	float:left;
	padding: 0px 80px 0px 0px;
	}
	
#estudio{
	text-align:left;
	float:right;
	margin:auto;
	padding: 0px 0px 0px 0px;
	}
	
#trabajos_izq{ 
	width: 370px;
	line-height:14px;
	margin:auto;
	float:left;
	text-align:left;
	padding: 0px 10px 15px 0px;
	background-image:url(../images/az_discon.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#trabajos_izq_carac{ 
	width: 380px;
	position: relative;
	margin:auto;
	float:left;
	padding: 0px 0px 6px 0px;
	}
	
#trabajos_der{ 
	width: 425px;
	text-align:left;
	margin:auto;
	float:left;
	padding: 0px 0px 0px 30px;
	}
	
#trabajos_der_lista{
	width: 290px;
	text-align:left;
	padding: 0px 5px 5px 5px;
	margin: auto;
	float:left;
	}
	
#empresa_izq{
	width: 525px;
	height: 230px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: auto;
	float:left;
	}
	
#empresa_izq_izq{
	width: 250px;
	text-align:left;
	position: relative;
	padding: 0px 10px 0px 0px;
	margin: auto;
	float:left;
	}
	
#empresa_izq_der{
	width: 250px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 15px;
	margin: auto;
	float:left;
	}
	
#empresa_der{
	width: 280px;
	height: 194px;
	text-align:left;
	position: relative;
	padding: 36px 0px 0px 30px;
	margin: auto;
	float:left;
	}
	
#empresa_abajo{
	width: 835px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: auto;
	float:left;
	border-top: 1px solid #8A8A88;
	}

#empresa_copy{
	width: 615px;
	text-align:left;
	position: relative;
	padding: 20px 0px 0px 0px;
	float:left;
	}
	
#empresa_tel{
	width: 220px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 0px;
	float:left;
	}
	
#contacto_izq{
	width: 475px;
	height: 495px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: auto;
	float:left;
	background-image:url(../images/az_discon.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#contacto_der{
	width: 340px;
	height: 495px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 20px;
	margin: auto;
	float:left;
	}	
	
	
#submenu_izq{
	width: 200px;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: auto;
	float:left;
	}
	
#servicios_centro{
	width: 239px;
	height: 495px;
	text-align:left;
	padding: 0px 15px 30px 25px;
	margin: auto;
	float:left;
	}
	
#servicios_der{
	width: 335px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 20px;
	margin: 50px 0px 0px 0px;
	float:left;
	background-image:url(../images/az_discon.gif);
	background-position:left;
	background-repeat:repeat-y;
	}
	
#servicios_logos{
	width: 75px;
	text-align:left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-image:url(../images/az_discon.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#servicios_fotos{
	width: 240px;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	}
	
#renovables_centro{
	width: 610px;
	height: 495px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 25px;
	margin: auto;
	float:left;
	}
	
#renovables_izq{
	width: 295px;
	text-align:left;
	position: relative;
	padding: 0px 10px 0px 0px;
	margin: auto;
	float:left;
	}
	
#renovables_der{
	width: 295px;
	text-align:left;
	position: relative;
	padding: 0px 0px 0px 10px;
	margin: auto;
	float:left;
	}
	
#renovables_copy{
	width: 610px;
	text-align:center;
	position: relative;
	padding: 5px 0px 0px 0px;
	margin: auto;
	float:left;
	border-top: 1px solid #282828;
	}	
	
.renovables_cajetin{ 
	width: 132px;
	height: 155px;
	text-align:left;
	position: relative;
	padding: 5px 10px 0px 10px;
	margin: 17px 0px 0px 0px;
	float:left;
	background-image:url(../images/az_fondo_cajetin.gif);
	}
	
.sombra_cajetin{ 
	width: 608px;
	margin: 0px 0px 15px 0px;
	text-align:center;
	position: relative;
	margin: auto;
	float:left;
	}
	
#renovables_sistemas{
	width: 610px;
	text-align:center;
	position: relative;
	padding: 10px 0px 20px 0px;
	margin: auto;
	float:left;
	}
	
	
#formula_envio{
	padding:0px 0px 0px 0px;
	float:left;
	}
	
#formula_end{
	padding:0px 0px 0px 0px;
	float:left;
	}	
	
#trabajos_txt{
	padding:0px 0px 0px 0px;
	float:left;
	clear:both;
	}
	
#trabajos_descargas{
	padding:10px 0px 0px 0px;
	float:left;
	clear:both;
	}
	

/******** Listas ********/
/******** Lista men&uacute; ********/


#menu ul{
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#menu ul li{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	}

#menu ul li a{
	float: left;
	width: 127px;
	height: 24px;
	padding: 24px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-size:1.1em;
	font-weight:bold;
	border-left: 1px solid #87C1E7;
	}

#menu li a:hover {
	background-color:#ad0017;
	color: #ffffff;
	}
	
#menu li a.selected {
	background-color:#ad0017;
	color: #ffffff;
	}	
	
/******** Lista servicios ********/


#banda_blanca ul {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#FAFAF8;
	padding: 0px 0px 0px 8px;
	}

#banda_blanca li {
	vertical-align: top;
	border-bottom: 1px solid #F5F4EF;
	padding: 2px 0px 2px 0px;
	}

#banda_blanca li a{
	padding: 0px 0px 0px 0px;
	color: #565656; 
	display: block;
	text-decoration: none;
	}	

#banda_blanca li a:hover {
	color:#1A92E1;
	}
	
/******** Lista trabajos ********/


#trabajo ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	}

#trabajo li {
	vertical-align: top;
	padding: 3px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	}

#trabajo li a{
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}	

#trabajo li a:hover {
	color:#1A92E1;
	}
	
/******** Lista men&uacute; r&aacute;pido ********/


#menurapido ul{
	border: 0;
	margin: auto;
	vertical-align: middle;
	text-align: left;
	}

#menurapido ul li{
	padding:0;
	margin: 0;
	display: inline;
	}

#menurapido ul li a{
	float: left;
	padding: 0px 8px 0px 0px;
	text-decoration: none;
	color:#565656;
	}

#menurapido li a:hover {
	color: #1A92E1;
	}
	
/******** Lista trabajos desarrollo ********/


#trabajos_der_lista ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	text-align:left;
	}

#trabajos_der_lista li {
	text-align:left;
	padding: 3px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	}

#trabajos_der_lista li a{
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}	

#trabajos_der_lista li a:hover {
	color:#1A92E1;
	}
	
/******** Listado contacto ********/
.listado ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
	display:inline;
}
.listado li {
	width: 440px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	color:#565656;
	background-image:url(../images/ico_.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding: 0px 0px 3px 8px;
	border-bottom:1px solid #EAEADD;
}
.listado li a{
	display:inline;
	text-decoration: none;
}
.listado a:hover {
	text-decoration: underline;
}	


/******** Lista submenu ********/

#submenu_izq ul {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color:#FAFAF8;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	}

#submenu_izq li {
	vertical-align: top;
	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#submenu_izq li a{
	color: #333333;
	padding: 5px 0px 5px 25px;
	margin:0px 0px 0px 0px;
	border-bottom: 3px solid #F5F4EF;
	display: block;
	text-decoration:none;
	background-image: url(../images/ico_flecha_fon.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
	}	

#submenu_izq li a:hover {
	color: #1A92E0; 
	background-color:#E7E7E5;
	text-decoration:none;
	background-image: url(../images/ico_flecha_fongris.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
	}
	
#submenu_izq li a.selected {
	color: #1A92E0; 
	background-color:#E7E7E5;
	text-decoration:none;
	background-image: url(../images/ico_flecha_fongris.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
	}
	
/******** Lista logos ********/


#servicios_logos ul {
	padding: 0px 0px 0px 0px;
	}

#servicios_logos li {
	vertical-align: top;
	padding: 0px 0px 20px 0px;
	}

#servicios_logos li a{
	padding: 0px 0px 0px 0px;
	color: #565656; 
	display: block;
	text-decoration: none;
	}	

#servicios_logos li a:hover {
	color:#1A92E1;
	}
	


/******** Formularios ********/

form{
margin: 0px;
padding: 0px 0px 0px 0px;
	}

input {
  	border: 1px solid #7A7C7F;
	background-color:#F5F4EF;
    font-size: 1.0em;
    color: #707070;
	padding:2px;
	}
	
select {
  	border: 1px solid #7A7C7F;
	background-color:#F5F4EF;
    font-size: 1.0em;
    color: #707070;
	padding:1px;
	}
	
textarea{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	color: #707070;
	background-color:#F5F4EF;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border: 1px solid #7A7C7F;
	}
	
.boton{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #6D7274;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	text-decoration: none;
	}

	
/******** Clases ********/
.tecla {text-decoration: underline}
.icono_titular_amarillo{
	padding:7px 0px 17px 50px;
	margin:0px 0px 0px 4px;
	background-image:url(../images/ico_amarillo.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_amarillo2{
	padding:7px 0px 17px 50px;
	margin:0px 0px 0px 4px;
	background-image:url(../images/ico_amarillo2.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_amarillo2_mini{
	padding:7px 0px 17px 40px;
	margin:0px 0px 0px 4px;
	background-image:url(../images/ico_amarillo2_mini.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_rosa{
	padding:7px 0px 17px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_rosa.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_rosa_mini{
	padding:7px 0px 17px 40px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_rosa_mini.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_azul{
	padding:7px 0px 17px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_azul.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_azul_mini{
	padding:7px 0px 17px 40px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_azul_mini.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_gris{
	padding:7px 0px 14px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_gris.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_verde{
	padding:7px 0px 14px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_verde.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_verde2{
	padding:7px 0px 14px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_verde2.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_verde_mini{
	padding:7px 0px 17px 40px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_verde_mini.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_morado{
	padding:7px 0px 14px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_morado.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_morado2{
	padding:7px 0px 14px 50px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_morado2.gif);
	background-repeat:no-repeat;
	}
	
.icono_titular_morado_mini{
	padding:7px 0px 17px 40px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/ico_morado_mini.gif);
	background-repeat:no-repeat;
	}
	
.recuadro_fotos{
	background-color:#FFFFFF;
	padding:3px 3px 3px 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #B9B9B6;
	}

.recuadro_fotos_portada{
	background-color:#FFFFFF;
	padding:3px 3px 3px 3px;
	margin: 0px 12px 0px 0px;
	border: 1px solid #B9B9B6;
	float: left;
	}
	
	
.flecha{
	margin: 5px 12px 0px 0px;
	float: left;
	}
	
.flecha_tra{
	margin: 5px 5px 0px 0px;
	float: left;
	}
	
.flecha_listado{
	padding:0px 0px 0px 10px;
	background-repeat:no-repeat;
	}
	
.recuadro_blanco{
	width: 165px;
	height: 203px;
	margin: 0px 0px 3px 0px;
	padding: 7px 10px 0px 25px;
	background-color:#FAFAF8;
	background-image: url(../images/ico_flecha_fon.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
	}
	
.recuadro_blanco_fuentes{
	width: 165px;
	height: 17px;
	margin: 0px 0px 3px 0px;
	padding: 5px 10px 0px 25px;
	background-color:#FAFAF8;
	background-image: url(../images/ico_flecha_down.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
	}
	
.recuadro_blanco_energias{
	width: 180px;
	height: 134px;
	margin: 0px 0px 3px 0px;
	padding: 7px 5px 0px 15px;
	background-color:#FAFAF8;
	}
	
.recuadro_renovables{
	width: 142px;
	color:#657F3F;
	font-weight:bold;
	text-align:left;
	margin: 10px 0px 100px 0px;
	padding: 0px 0px 0px 10px;
	float:left;
	}
	
.parrafo_flecha{
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 0px 20px;
	background-image: url(../images/ico_flecha_fon.gif);
	background-repeat:no-repeat;
	background-position: 10px 9px;
	}
	
.txt_verde{color:#668040;}
.txt_verde_oscuro{color:#5F9A32;}
.txt_rojo{color:#C50707;}
.txt_gris{color:#7A7A7A;}
.txt_grisclaro{color:#BCBCBC;}
.txt_marron{color:#B28200; font-size: 1.7em;}
.txt_amarillo{color:#F1C703; font-size: 1.7em;}
.txt_verdoso{color:#31A608; font-size: 1.7em;}
.txt_azul_b{color:#1B94E4; font-size: 1.3em;}
.center{text-align:center;}
.telefono{text-align:center; padding:8px 0px 3px 0px;}
.left{text-align:left;}
.right{text-align:right;}
.espacio{padding:0px 8px 0px 0px;}
.altura{padding:45px 0px 0px 0px;}
.txt_azul{color:#1B94E4;}

.borde_menu{
	border-right: 1px solid #87C1E7;
	}

	
/******** P&aacute;rrafos ********/

p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	line-height:14px;
	}

