BODY {
scrollbar-face-color: #FFB400;
scrollbar-shadow-color: #000066;
scrollbar-highlight-color: #000066;
scrollbar-3dlight-color: #FFB400;
scrollbar-darkshadow-color:#FFB400;
scrollbar-arrow-color: #000066;
scrollbar-track-color: #006699;
background-color:#006699;
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

A:Link {color : #00679A;text-decoration : none;}
A:Visited  {color : #00679A;text-decoration : none;}
A:Active  {color : #00679A;text-decoration : none;}
A:Hover  {color : #666666;text-decoration : underline;}
td.back {background-image: url(images/fondo2.jpg);}

td.backsolar {background-image: url(images/fondosolar.jpg);}

td.texto {font-family:Tahoma; font-size:12px; color:#333333;}

td.index {font-family:Verdana; font-size:9px; color:#333333;}

a.intro:Link {color : #ffffff;text-decoration : none;}
a.intro:Visited  {color : #ffffff;text-decoration : none;}
a.intro:Active  {color : #ffffff;text-decoration : none;}
a.intro:Hover  {color : #ffffff;text-decoration : underline;}

textarea {
        font-family:Verdana;
        font-size:11px;
        color:#000000;
        background-color: #f5f5f5;
        background-image: url(images/back_text.gif);
		border: 1px dotted #052F6B;
}

select, input {
        font-family:Verdana;
        font-size:11px;
        color:#000000;
        background-color: #f5f5f5;
        background-image: url(images/back_text.gif);
		border: 1px dotted #052F6B;
}

#popup {
	position:absolute;
	height:180px;
	width:360px;
	float:left;
	z-index:3;
	left:100px;
	top:50px;
	overflow: hidden;
	background-color:#FFFFFF;
	border:1px solid #999999;
	-moz-border-radius:3px;
	text-align:right;
}
#popup a.cierro {
	padding:5px;
	display:block;
	color:#333333;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size:13px;
	text-decoration:none;
}
#popup a:hover {
	color:#FF6600;
}
#popup img {
	border:none;
}
