/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the html elements
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em verdana, arial, sans-serif;
  line-height: 170%;

  background: #666 url(../images/bg/header2.jpg) repeat-x top left;
  color: #454545;
}

h1 {   
  clear: both;
  font: 700 2.5em verdana, arial, sans-serif;
  color: #666;
}

h2 {
  font: 400 1.5em verdana, arial, sans-serif ;
  color: #9FF3FF;
}

h2 a {
  color: #29E3FF;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 800 1.5em verdana, arial, sans-serif;
  color: #eb9353;
}

h4 {
  font: 700 1.2em verdana, arial, sans-serif;
  color: #F39F01;
}

h5 {
  font: 700 1.1em verdana, arial, sans-serif;
  color: #F17400;
}

h6 {
  font: 700 1em verdana, arial, sans-serif ;
  color: #FF4B33;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
  padding-left: 0;
}

a {
  color: #FF7200;
  text-decoration:underline;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #FF7200;
}

b {
  color: #FFF;
}

ol, ul {
  margin: 10px 30px;
  padding: 0 30px;
}

ol {
  color: #FC0;
}

ol span {
  color: #EEE;
}

ul {
  list-style-image: url(../images/bg/bullet.gif);
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

.leftColumn code {
  margin-left: 0;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}

p#date {
	font-size: 0.8em;
	color:#CF8800;
}




/**************************************************************
   Form Elements
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #444;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
  background-image: url(../images/icons/exclamation.gif);
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 15px 10px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

img.floatCenter {
  margin: 5px auto;
}

a img {  
  border: 2px solid #8BE6FA;
}

 /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it 
a:hover img {  
  
  border: 2px solid #FFF !important;
  border: 2px solid #8BE6FA;
}
*/
/**************************************************************
   Menu
 **************************************************************/


.pro_linedrop {
height:56px;
width:100%;

position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:500;
margin-top:10px;

}

ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
        background: #fff;
        border-bottom:1px solid #ddd;
}

ul#primary li  {
	display: inline;
	list-style: none;
        width:auto;
        
}

ul#primary a,ul#primary a.active {
	width: 10em;
	display: block;
	float: left;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px /*95%*/;
	text-decoration: none;
	color: #333;
	letter-spacing: .1em;
	margin: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

ul#primary a.active,ul#primary a.active:hover {
	/* border-top: 6px solid #EFAE00; */
	border-right: 1px solid #7F782F;
	border-bottom: none;
	border-left: 1px solid #7F782F;
	background: #fff79f;
	color: #f17400;
	padding-bottom: 4px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
        width:auto;
}

ul#primary a {
	background: #FFFEEF;
	/* border-top: 6px solid #EFDA77; */
	border-right: 1px solid #7F782F;
	border-bottom: 0;
	border-left: 1px solid #7F782F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-weight: bold;
        width:auto;
}

ul#primary a:hover {
	
	border-color: #EFAE00;
	background: #fff;
	color: #000;
	padding-bottom: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
ul#secondary-1, ul#secondary-2, ul#secondary-3, ul#secondary-4 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -2em;
	display: none;
	width: 100%;
    background: #fff79f;
    left:0;
    height:27px;
}

ul#secondary-1 li a , ul#secondary-2 li a , ul#secondary-3 li a , ul#secondary-4 li a{
	width: auto;
	display: none;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border-top: none;
	border-bottom: none;
    border-left: 1px solid #7F782F;
	background: none;
	color: #666;
	background-color: #fff79f;
	text-decoration: none;
	
	position:relative;
	top:4px;
}
ul#secondary-1 li a:hover , ul#secondary-2 li a:hover ,ul#secondary-3 li a:hover ,ul#secondary-4 li a:hover  {
	color: #333;
	background-color: #FFF79f;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #7F782F;
	margin: 0px;
        padding: 0 10px;
}
ul#secondary-1 li a:active , ul#secondary-2 li a:active , ul#secondary-3 li a:active , ul#secondary-4 li a:active{
	color: #000;
	background-color: #D0D2C1;
}
ul#secondary-1 li:last-child a ,ul#secondary-2 li:last-child a , ul#secondary-3 li:last-child a , ul#secondary-4 li:last-child a{ border-right: 2px solid #7F782F; }

ul#secondary-1 li.ultimo a ,ul#secondary-2 li.ultimo a , ul#secondary-3 li.ultimo a , ul#secondary-4 li.ultimo a{ border-right: 2px solid #7F782F; }

ul#secondary-2-1, ul#secondary-2-2, ul#secondary-2-3, ul#secondary-2-4 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -2.6em;
	display: none;
	width: 100%;
    background: #666;
    left:0;    
}

ul#secondary-2-1 li a , ul#secondary-2-2 li a , ul#secondary-2-3 li a , ul#secondary-2-4 li a{
	width: auto;
	display: none;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border-top: none;

	border-bottom: none;
	border-left: none;
	background: none;
	color: #fff;
	background-color: #666;
	text-decoration: none;
	
}

ul#secondary-3-1, ul#secondary-3-2, ul#secondary-3-3 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -2.6em;
	display: none;
	width: 100%;
    background: #666;
	left:0;
}

ul#secondary-3-1 li a , ul#secondary-3-2 li a , ul#secondary-3-3 li a {
	width: auto;
	display: none;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border-top: none;
	
	border-bottom: none;
	border-left: none;
	background: none;
	color: #fff;
	background-color: #666;
	text-decoration: none;

}

a.currentPage {
  color:#F17400 !important;
  font-size:1.5em;
}


/******************************
 FORMS
 *****************************/

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:4px;
}

/* ----------- stylized ----------- */

.spacer{clear:both; height:1px;}

#stylized{
border:solid 2px #ffab0a;
background:#FFFCDF;
width:90%;
margin:0 auto;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized h1.colorado {
font-size:12px;  
background:#FFDE9F;
}
#stylized p{
font-size:11px;
color:#333;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:100px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:left;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 ;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized table {
  width:95%;
 
}

/*************  form venta energia ******************/

.spacer{clear:both; height:1px;}

#stylized-venta {
border:solid 2px #ffab0a;
background:#FFFCDF;
width:90%;
margin:0 auto;
}
#stylized-venta h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized-venta h1.colorado {
font-size:12px;  
background:#FFDE9F;
}
#stylized-venta p{
font-size:11px;
color:#333;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized-venta label{
display:block;
font-weight:bold;
text-align:right;
width:300px;
float:left;
}
#stylized-venta .small{
color:#666666;
display:block;
font-size:10px;
font-weight:normal;
text-align:left;
width:140px;
}
#stylized-venta input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}

#stylized-venta input.radio{

width:20px;

}
#stylized-venta button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 ;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#stylized-venta table {
  width:95%;
 
}

/* MAPA WEB */

#mapaweb td.nodo {
  background: url(../images/fondo_mapa.jpg) no-repeat;
}

#mapaweb td.nombre_nodo {
  padding-left:5px;
}
#mapaweb td.cabecera {
  font-size:1.2em;
  color:#ffb602;
  font-weight:bold;
}

#mapaweb a {
  font-size:0.9em;
  text-decoration:none;
}

#mapaweb .principale {
  font-weight:bold;
}
