@charset "utf-8";

/*
	HTML
***************************************************/

* {
	padding: 0;
	margin: 0;
	}

body {
	overflow-y: scroll;
	background: #000000;
	font-size: 11px;
	font-family: Century Gothic,  Arial, "Helvetica Neue", Helvetica, Trebuchet, Verdana;
	color: #000000;
	line-height: 20px;
	}
	
h2 {
	padding-top: 22px;
	font-size: 15px;
	color: #000000;
	}
	
h3 {
	font-family:"Helvetica Neue", Helvetica, Arial,  Trebuchet, Verdana;
	font-size: 36px;
	font-weight: 100;
	color: #000000;
	line-height: 40px;
	padding-bottom: 20px;
	}

a {	
	color: #039;
	}

/*
	Basic layers
***************************************************/

#fondoflash {
	margin: 0 auto;
	/*width: 1024px;
	height: 768px;*/
	}

#contenido_menu {
	position: absolute;
	top: 134px;
	left: 258px;
	width: 131px;
	margin: 0 auto;
	z-index: 1;
	visibility: inherit;
	}
	#contenido_menu a {
		text-decoration: none;
		color: #000000;
		}
	
	#contenido_menu a:hover {
		text-decoration: underline;
		color: #ffffff;
		}
#cont_menu2 {
	position: absolute;
	top: 7px;
	left: -597px;
	width: 233px;
	margin: 0 auto;
	z-index: 1;
	visibility: inherit;
	}
	#cont_menu2 a {
		text-decoration: none;
		color: #ffffff;
		}
	
	#cont_menu2 a:hover {
		text-decoration: underline;
		color: #999999;
		}


#cont_menu_sup {
	position: absolute;
	top: 40px;
	left: 385px;
	width: 471px;
	margin: 0 auto;
	z-index: 1;
	visibility: inherit;
	}
	#cont_menu_sup a {
	font-size: 14px;
	color: #bbbbbb;
	text-decoration: none;
	padding: 0px 5px;
	width: 432px;
	height: 27px;
	}	
	
	#cont_menu_sup a:hover {
		color: #ffffff;
		}

#content_menu {
	position: relative;
	background: #000000;
	border-top: #000000;
	min-height: 30px;
	width: 432;
	left: 20;
	top: 20;
	}



#contenedor {
	position: absolute;
	top: 00px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	}

#footer, #content {
	width: 400px;
	}

#content {
	position: relative;
	top: 00px;
	left:400px;
	background: url(../imagenes/fondo_div2.png);
	border-top: #ececec;
	min-height: 400px;
	}
	
#logo {
	padding: 0px 0px 0px;
	}
	
	#logo img {
		border: none;
		}
	
#language_nav {
	position: relative;
	color: #dddddd;
	font-size: 11px;
	width: 147px;
	top: 24;
	}
	
	#language_nav a {
		text-decoration: none;
		color: #bbbbbb;
		}
	
	#language_nav a:hover {
		text-decoration: underline;
		color: #ffffff;
		}

#menusuperior {
	margin: 0px;
	padding-left: 15px;
	text-transform: uppercase;
	}

#menusuperior a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px;
	width: 432px;
	height: 27px;
	}	

#menusuperior a.current, #menusuperior a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
#footer {
	margin-top: 6px;
	text-align: center;
	}

#footer, #footer a {
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}

.menu_sep {
	background: url(images/hr_bg_dotted.gif) center repeat-x;
	height: 21px;
	margin: 0px 1px;
	border: none;
	}

.separacion_1, .separacion_2 {
	background: url(images/hr_bg_dotted_thin.gif) center repeat-x;
	height: 1px;
	margin: 0px 1px;
	border: none;
	}

.fan_sep {
	width: 125px;
	height: 1px;
	margin: 0 auto 25px;
	}

.info {
	padding: 21px;
	}

.cont_fan_info {
	position: relative;
	overflow: hidden;
	}

.fan_info {
	padding: 0px 21px;
	}

.info p {
	margin: 6px 0;
	}
	
.texto_entrada {
	font-size: 11px;
	color: #000000;
	}

.login_form_button, .fan_button {
	background: #ffffff;
	padding: 15px 21px 13px 32px;
	color: #000000;
	cursor: pointer;
	}
	
.login_form_button {
	font-family:"Helvetica Neue", Helvetica, Arial,  Trebuchet, Verdana ;
	font-size: 12px ;
	}

.fan_button {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

.login_form_button:hover, .fan_button:hover {
	background: #FFFFFF; 
	}

.login_form_button_current, .fan_button_current {
	background:  #FFFFFF;
	}

.info_map {
	line-height: 15px;
	margin-top: 8px;
	padding-bottom: 10px;
	padding: 10px 0 16px;
	font-size: 10px;
	}

form table {
	border-collapse: collapse;
	margin-bottom: 10px;
	color: #000;
	}

form table td {
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	}

form table td label {
	font-weight: bold;
	}

form input, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	border: 0px solid #333333;
	width: 250px;
	margin-right: 1px;
	}

form textarea {
	height: 100px;
	}

form input.send {
	background: url(images/bt_send_bg.gif) no-repeat;
	border: none;
	width: 52px;
	height: 21px;
	margin-right: 66px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	}

#press-login-info p {
	color: #666666;
	line-height: 15px;
	padding-bottom: 18px;
	}

#contacto-login-info p {
	color: #666666;
	line-height: 15px;
	padding-bottom: 18px;
	font-size: 14px;
	}
	
#civil-login-info p {
	color: #666666;
	line-height: 15px;
	padding-bottom: 18px;
	}	
	
div.fan_login form table td {
	vertical-align: bottom;
	}
	
div.fan_login form input {
	width: 132px;
	}
	
div.fan_login form input.send {
	width: 52px;
	margin: 0px;
	}

.no-height {	
	height: 0px;
	}

.hidden {
	visibility: hidden;
	}
	
.logo_clients img {
	height: 61px;
	}

.logo-table {
	border-collapse: collapse;
	width: 342px;
	}

.logo-table td {
	width: 114px;
	height: 55px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	}

	.logo-table td img {
		border: 1px solid #ffffff;
		max-width: 114px;
		max-height: 55px;
		}

	.logo-table td img.mesgran {
		max-width: inherit;
		}

.logo-table td img:hover {
	border: 1px solid #aaaaaa;
	}

#sinflash {	
	color: #ff0000;
	text-align: right;
	position: absolute;
	padding: 20px;
	right: 200px;
	z-index: 500;
	background: #ffffff;
	}
	
	#sinflash  a {	
		color: #ff0000;
		text-decoration: none;
		font-weight: bold;
		}

	
	
/*
	Messages
***************************************************/

#message {
	border: 1px solid #000000;
	margin: 15px 0;
	padding: 9px 14px;
	color: #333333;
	font-weight: bold;	
	}
	
	#message p {
		margin: 0px;
		}

	.error {
		border: 1px solid #990000;
		background-color: #ff0000;
		color: #990000;
		}

	.success {
		border: 1px solid #999999;
		background-color: #efefef;
		color: #999999;
		}
	

