/* /////////////////////////////////////////////////////////////////////////
Hoja De Estilos - CONGESO DE ENERGIA
Realizacion: digival.es 
joseignacio.marcos@digival.es
///////////////////////////////////////////////////////////////////////// */
HTML{
	background: url(../images/bg.gif) repeat-x bottom;
}
BODY{
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0;
	padding: 0;
}
IMG{
	border: 0;
}
*{
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
P{
	line-height: 20px;
	margin-bottom: 8px;
}
a{
	color: #333333;
	text-decoration: underline;
	outline: none;
}
a.nounder{
	text-decoration: none;
}
a:hover{
	color: #abddf7;
	text-decoration: underline;
}
.justif{
	text-align: justify;
}
.centro{
	text-align: center;
}
.alignDer{
	text-align: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.mtop20{
	margin-top: 20px;
}
.fleftMargin{
	float: left;
	margin: 0px 10px 10px 0px;
}
.frightMargin{
	float: right;
	margin: 0px 0px 10px 10px;
}
input, button, textarea, select{
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
ul{
	list-style: none;
}
.azul{
	color: #00529b;
}
.azulClaro{
	color: #abddf7;
}
.italic{
	font-style: italic;
}
/* ---------------------------------------------------------------------------------------- */
/*   DIVS GENERALES --------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#sitio{
	width: 780px;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
html>body #sitio{
	height: auto;
	min-height: 100%;
}
#cabecera{
	width: 780px; 
	height: 230px;
	overflow: hidden;
	position: relative;
}
#cuerpo{
	width: 740px;
	overflow: hidden;
	padding: 10px 20px 50px 20px;
	text-align: justify;
	background: url(../images/bg_med.gif) ;
}
#footer{
	width: 780px;
	height: 21px;
	margin: 0px auto;
	position: relative;
	margin-top: -21px;
}
#footer P{
	width: 780px;
	height: 21px;
	display: block;
	margin: 0px;
	text-indent: -9999px;
	background: url(../images/footer.gif);
}
/* ---------------------------------------------------------------------------------------- */
/*   CABECERA ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
#cabecera h1{
	width: 685px;
	height: 200px;
	display: block;
	float: left;
	text-indent: -99999px;
	background: url(../images/logo_energia.gif) no-repeat;
	margin-top: 15px;
}
.logos{
	width: 210px;
	height: 45px;
	position: absolute;
	top: 50px;
	right: 0px;
}
.logos a{
	margin-left: 20px;
	float: right;
}
/* ---------------------------------------------------------------------------------------- */
/*   CUERPO ----------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
h2{
	font-weight: bold;
	font-size: 14px;
	color: #00529b;
	margin: 10px 0px;
}
.empresas{
	width: 740px;
	border-top: 1px solid #d5d5d5;
}
.empresas li{
	border-bottom: 1px solid #d5d5d5;
	padding:10px;
	font-weight: bold;
}
.empresas li a{
	float: right;
	font-weight: normal;
}
.fColor{
	background: #f6f6f6;
}
.titular{
	border-bottom:1px solid #00529b;
	color: #00529b;
	font-weight: bold;
	text-align: center;
}
.programa {
	margin-bottom: 30px;
}
.programa li{
	border-bottom: 1px solid #d5d5d5;
	padding:10px;
}
#mapa{
	width: 738px;
	height: 520px;
	display: block;
	border: 1px solid #abddf7; 
}



/* ---------------------------------------------------------------------------------------- */
/*   FORMULARIO  -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
.fila{
	clear:both;
	width: 600px;
	overflow: hidden;
	margin-bottom: 15px;
}
.fila label {
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.fila input{
	width: 300px;
	padding: 1px 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
} 
.fila select{
	width: 300px;
	padding: 1px 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.fila input.check{
	width: auto;
}
.fila span{
	display: block;
	padding-left: 260px;
}
.fila span.nolabel{
	width: 250px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	display: block;
	padding-left: 0px;
}
.fila span input{
	width: auto;
}
.fila span label{
	width: auto;
	float: none;
	text-align: left;
	padding-right: 0px;
	font-weight: normal;
}
span.errorForm{
	width: auto;
	float: none;
	color:#990000;
	padding-left: 260px;
	display: block;
}
.boton{
	margin: 20px 0px;
	background: #DFDFDF;
	border: 1px solid #CCC;
	padding: 2px 5px;
	cursor: pointer;
	color: #00529B;
	font-size: 11px;
}
.boton:hover{
	background: #00529B;
	border: 1px solid #CCC;
	color: #fff;
}
.letrapeq{
	font-size:12px;
	line-height: 1.5em;
	text-align: justify;
}
#datosFactura{
	display: none;
}
/* ---------------------------------------------------------------------------------------- */
/*   NAVEGACION  -------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------- */
ul#nav{
	width: 780px;
	height:47px;
}
ul#nav li {
	padding:0;
	margin:0;
	display:block;
	text-indent:-9999px;	
	height:47px;
	float: left;
}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/nav.gif) no-repeat;
	height:47px;
}
li#nv1 {width:95px;	}
li#nv2 {width:141px; }
li#nv3 {width:87px;  }	 
li#nv4 {width:95px;  }
li#nv5 {width:111px; }	 	
li#nv6 {width:251px; }	 

li#nv1 a:link, li#nv1 a:visited {background-position: 0px 0px;}
li#nv2 a:link, li#nv2 a:visited {background-position: -95px 0px;}
li#nv3 a:link, li#nv3 a:visited {background-position: -236px 0px;}
li#nv4 a:link, li#nv4 a:visited {background-position: -323px 0px;}
li#nv5 a:link, li#nv5 a:visited {background-position: -418px 0px;}
li#nv6 a:link, li#nv6 a:visited {background-position: -529px 0px;}

ul#nav li#nv1 strong a,
li#nv1 a:hover, li#nv1 a:focus {background-position: 0px -47px;}
ul#nav li#nv2 strong a,
li#nv2 a:hover, li#nv2 a:focus {background-position: -95px -47px;}
ul#nav li#nv3 strong a,
li#nv3 a:hover, li#nv3 a:focus {background-position: -236px -47px;}
ul#nav li#nv4 strong a,
li#nv4 a:hover, li#nv4 a:focus {background-position: -323px -47px;}
ul#nav li#nv5 strong a,
li#nv5 a:hover, li#nv5 a:focus {background-position: -418px -47px;}
ul#nav li#nv6 strong a,
li#nv6 a:hover, li#nv6 a:focus {background-position: -529px -47px;}

