@charset "UTF-8";
/* CSS Document */

*, html {
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color: #FFFFFF;
	border:0px;
	line-height:19px;

}

body {
	background-color: #000000;
	height:100%;	
	border:0px;
	margin:0px;
}

a:link, a:visited { color: #FFFFFF; text-align:left; text-decoration:none; text-decoration:underline;}
a:hover { color: #E59200; text-align:left; text-decoration:none;}

/* objetos -------------*/

.bg_cabecera{
	background-image:url(../img/web/bg_lateral_cabecera.gif);
	background-repeat:repeat-x;
	height:70px;
	width:100%;
}

.bg_banner{
	background-image:url(../img/web/bg_banner.gif);
	background-repeat:repeat-x;
	height:340px;
	width:100%;
}

.bg_pie{
	background-image:url(../img/web/bg_pie.gif);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}


.linea_puntos{
border: dotted 1px ;
color:#000000;
margin:10px 0px 10px 0px;

}



/* Texto  -------------*/


.titulo_naranja{
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color: #E59200;
	border:0px;
}


.direccion{
	font-family:"Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #9DC665;
	border:0px;
	line-height:16px;
}


/* Enlaces  -------------*/

a.enlace_1:link, a.enlace_1:visited { color: #E59200; text-align:left; text-decoration:none;}

a.enlace_1:hover { color: #FFFFFF; text-align:left; text-decoration:none;}



a.enlace_direccion:link, a.enlace_direccion:visited { color: #9DC665; font-size:10px; line-height:16px; text-align:left; text-decoration:none;}

a.enlace_direccion:hover { color: #FFFFFF; font-size:10px; text-align:left; line-height:16px; text-decoration:none;}