/****************************************************************************************************************************
													R E S E T   C S S
*****************************************************************************************************************************/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img {   
	margin:0; 
	padding:0;
}   
table {
	border-collapse:collapse;
	border-spacing:0;
}   
fieldset, img {
	border:0;
}   
 
html, body{
	height: 100%;
}



/****************************************************************************************************************************
													T A G S  H T M L 
*****************************************************************************************************************************/
html, body, input, textarea{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
body{
	background-image: url(../img/bg.jpg);
}
input{
	font-size: 10px;
}
small{
	font-size: 9px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }
h6{ font-size: 10px; }

a:link, a:visited{
	color: #f7941d;
	text-decoration: none;
}
a:hover{
	color: #fbaf5d;
	text-decoration: none;
}

.link_contacto:link, .link_contacto:visited, .link_contacto:hover{
	padding-left: 15px;
	margin-left: 5px;
	background: url(../img/arrow.gif) left 50% no-repeat;
	text-decoration: none;
}
.link_contacto:link, .link_contacto:visited{
	color: #557a8c;
}
.link_contacto:hover{
	color: #354c57;
}



/****************************************************************************************************************************
													E S T I L O S 
*****************************************************************************************************************************/
.centrado{
	margin: 0 auto;
}
.margen_izq{
	padding-left: 15px;
}
.margen_der{
	padding-right: 15px;
}
.margen_top{
	padding-top: 5px;
}
.margen_base{
	padding-bottom: 15px;
}
.marco{
	margin: 15px;
}
.texto_justificado{
	text-align: justify;
}
/*ERRORES*/
.texto_invalido{
	color: #FF0000;
}
.input_invalido{
	border: 1px solid #FF0000;
}


#pagina{
	width: 950px;
	background-color: #FFFFFF;
}

/*MENU*/
#menu{
	border-top: 2px solid #FFFFFF;
	background-color: #649ab2;
	color: #FFFFFF;
}
#menu td{
	padding: 3px;
}
#menu a:link, #menu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#menu .borde_opcion{
	border-left: 1px solid #FFFFFF;
}

#menu .opcion1{
	background-color: #4e6470;
}
#menu .opcion2{
	background-color: #005e71;
}


.bg_descargas{
	width: 298px;
	height: 211px;
	border-top: 1px solid #FFFFFF;
	background-image: url(../img/bg_descargas.gif);
	background-repeat: no-repeat;
}
.oscuro{
	color: #000000;
}
.gris{
	color: #6d6f71;
}
.negro{
	font-size: 14px;
	color: #000000;
}
.blanco{
	color: #FFFFFF;
}
.verde{
	color: #55632f;
}
.rojo{
	color: #FF0000;
}
img.think_green{
}