@charset "utf-8";
/* CSS Document */
body{
	text-align:center;
	background-color:#000;
	margin:0;
    font-family:Arial, Helvetica, sans-serif; color:#FFF; font-size:12px;
scrollbar-face-color: #000; /*barra*/
scrollbar-arrow-color: #c59f5a; /*flecha*/
scrollbar-track-color: #000; /*fondo*/
scrollbar-shadow-color: #000; /*sombra*/
scrollbar-highlight-color: #000; /*sombra clara*/
scrollbar-3dlight-color: #000; /*sombra mas clara*/
scrollbar-darkshadow-Color: #000; /*sombra oscura*/
}
a:link {
	text-decoration: none;
	color:#fff;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:actived {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
		color:#c59f5a;
}
#continente{
	background-color:#000;
	width: 100%;
	overflow:auto;
	margin:auto;
}

#superior{
	width: 95%;
	border-bottom:double 1px #444;
	height:55px;
	padding-top:35px;
	text-transform:lowercase;
	margin:auto;
}
#superior_izquierda{
	width:50%;
	float:left;
	text-align:left;
}
#superior_derecha{
	widows:50%;
	float:right;}
#contenido{
	width:900px;
	height:500px;
	overflow:auto;
	margin:auto;
}
#contenido_contactar{
	width:900px;
	height:500px;
	overflow:auto;
	margin-top:100px;
	margin:auto;
	background-image:url(img/fnd_contactar.jpg); background-repeat:no-repeat;
}
#contenido_preferent{
	width:900px;
	height:500px;
	overflow:auto;
	margin-top:100px;
	margin:auto;
	background-image:url(img/fnd_preferent.jpg); background-repeat:no-repeat;
}
#contenido_noticies{
	width:900px;
	height:500px;
	overflow:auto;
	margin-top:100px;
	margin:auto;
	background-image:url(img/fnd_noticias.jpg); background-repeat:no-repeat;
}
#texto_contenido_contactar{
	width:650px;
	margin:auto;
	text-align:justify;
	padding-bottom: 20px;
		margin-top:100px;
}
#formulario{
	width: 300px;
	padding-left:150px;
	margin-top:100px;
	color:#FFF;
	text-align:justify;
	float:left;
	border-right:1px dotted #fff;
}
#datos{
	width: 400px;
	color:#FFF;
	text-align:justify;
	margin:auto;
	float:right;
	text-align:justify;
		padding-top:100px;
}
#formulario_preferent{
	width: 300px;
	padding-left:150px;
	color:#FFF;
	text-align:justify;
	float:left;
	border-right:1px dotted #fff;
}
#datos_preferent{
	width: 400px;
	color:#FFF;
	text-align:justify;
	margin:auto;
	float:right;
	text-align:justify;
}
#contenido_derecha{
	float:right;
	width:600px;
}
#contenido_izquierda{
	float:left;
	width: 300px;
	text-align:justify;
}
#inferior{
	width:95%;
	border-top:double 1px #444;
	padding-top:15px;
	margin:auto;
}
#logo_inferior{
	width:100%;
	background-color:#000;
	font-size:10px; color:#FFF;
}
#contenido_seccion{
	width:900px;
	height:500px;
	overflow:auto;
	margin:auto;
}
#seccion_derecha{
	width: 331px;
	color:#FFF;
	text-align:justify;
	margin:auto;
	float:right;
	text-align:justify;
	border-left: 1px dotted #CCC;
}
#texto_seccion{
	width: 475px;
	height:497px;
	color:#ccc;
	text-align:justify;
	float:left;
	border-right:1px dotted #c59f5a;
	overflow:auto;
	padding-right: 90px;
}
.situacion{
font-family:verdana;
font-size:10px;
	color:#c59f5a;
	border-bottom:1px #444 dotted;
	padding-bottom:10px;
}
#noticias{
	width:650px;
	height:300px;
	margin:auto;
	text-align:justify;
	padding-bottom: 20px;
		margin-top:100px;
		overflow:auto;
}

