@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/back_main.jpg);
	/*background-position:center;*/
	background-repeat:no-repeat;
	background-color:#194a76;
	background-position:top;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*LINKS*/

a:link {
	color: d56f01;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D56F01;
}
a:hover {
	text-decoration: none;
	color: 194a76;
}
a:active {
	text-decoration: underline;
	color: #194A76;
}

/*OBJETOS*/


#header {
	margin:auto;
	width:853px;
	height:320px;
}

#contenido {
	margin:auto;
	width:853px;
}

#menu {
	float:left;
	width:203px;
}

#box {
	float:right;
	width:650px;
	background-image:url(../images/back_contenido.gif);
	background-repeat:repeat-y;
}

#textos {
	margin:10px;
}

#banner {
}

#foot {
	margin:auto;
	width:853px;	
	height:250px;
}

#footback {
	margin:auto;
	z-index:-2;
	position:absolute;
	top:452px;
	width:853px;
	left:0;
	margin-left:0px;
	height:608px;
	background-image:url(../images/foot_background.gif);
	background-repeat:no-repeat;
}

#textopie {
	color: #4b97b8;
	width:420px;
	float:right;
	margin-top: 20px;
	margin-right: 0px;
}

/*barra navegación interna*/

#navclub {
	display:block;
	background-color: #FAD587; 
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size:11px;
}

#navclub a {
	color: #d56f01; 
	display:block;
	padding:5px;
	background-image:url(images/navbar_secundaria_back.jpg);
	background-repeat:repeat-x;
	background-color:#ffb03e;
}

#navclub a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(images/navbar_secundaria_back_over.jpg);
	background-repeat:repeat-x;
	background-color:#194a76;
}

/*CLASES*/

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 5px;
	line-height: 14px;
}

.texttitulo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d56f01;
	border-bottom: #CCCCCC solid 1px;
}

.titulotablas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px;
	padding-left:3px;
	color: #d56f01;
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 5px;
}

.texttitulomayor{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:600;
	color: #194a76;
	border-bottom: #CCCCCC solid 1px;
}

.foto{
	margin:5px;
	float:right;
}

.fotoBordeNaranja{
	margin:5px;
	float:right;
	border: #D67407 solid 2px;
}

.textindent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 5px;
	text-indent: 10px;
	line-height: 16px;
}

.texttablas{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 10px;
	text-indent: 5px;
	line-height: 14px;
}


.fondobienvenidaintro {
	background-image: url(../images/back_mainbienvenidos.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.linkmas {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d56f01;
	text-align:right;
	background-color:#CCCCCC;
	border-top:solid #999999 2px;
	margin: 2px;
}

.linkmas a {
	display:block;
	color: #d56f01;
	text-decoration:none;
}

.linkmas a:hover {
	color: #FFFFFF;
	background-color:#d56f01;
}

.divceleste{
	background-color:#c1e8f1;
}

/* FORMS */

.buttonSubmit{
 color: white;
 background-color: #DB7C08;
 background-image: url(../assets/back_boton.gif);
 font-size: 11px;
 font-weight: bold;
 border: 1px solid #C54E14;
 height: 18px;
}

.respuestaform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px;
	background-color: #E88B08;
}
