

body{
	background-image: url(../images/bg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-color: #000000;
	color: c5c7c7;		
	margin:0px;
	height:100%;	
}

/***********************************************************/
/* CONJUNTO DE ESTILOS PARA LA CABECERA O HEADER DE LA WEB */
/***********************************************************/

#web{
	width:966px;
	position: absolute;
	margin-left:50%;
	left: -483px;	
}

#header{
	width:966px;
	height: 254px;	
}

#header_cont{
	width:966px;	
}

#menu{
	width:966px;
	height:46px;
}

#menu ul{
	width:966px;
	height: 31px;	
	margin:0px;
	padding:0px;
	list-style-type: none;
	position:relative;	
}

#menu ul li{
	float:left;
	display:block;
	margin-left:15px;
	margin-top: 10px;
}

#banner{
	width:966px;
	height:208px;
	position: relative;
	top:0px;
	left:0px;	
}

#banner_1{
	width:603px;
	height:208px;
	float: left;	
}

#banner_1 img{
	position: relative;
	left: 20px;	
}

#banner_2{
	width: 360px;
	height: 208px;		
	float:left;			
}

#banner_2 img{
	position: relative;
	top:46px;
	left:36px;
}

#mensaje{
	width:966px;
	height:17px;	
}

#mensaje label{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float:right;
	margin-right: 80px;
	margin-top: 2px;
}

.clear{
	clear: both;
}

#cuerpo{
	clear: both;
	width:966px;			
}

#main{	
	width:966px;
	display: none;			
}

#contenido{
	width:603px;
	_width:570px;	
	float: left;
	margin-top:40px;					
}

#contenido label{
	font-weight: bold;
	font-family: Arial, Tahoma;
	font-size: 16px;
	margin-left: 10px;			
}

#contenido p{	
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-left:10px;
	text-align: justify;
}

#contenido ul{
	margin-left:40px;
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #fff;
	list-style-type: square;
	line-height: 16px;
}

#contenido p a{
	color:#fff;
	text-decoration: none;
	font-weight: bold;	
}

#contenido p a:hover{
	text-decoration: underline;	
}

#imagen{
	width: 360px;			
	float:left;		
}

ul#areas{
	margin-left: 35px;
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #fff;
	list-style-type: disc;
	line-height: 16px;
}

#descargar{
	margin-top: 60px;
}

#subir{
	width:603px;
	margin-top: 30px;
}

#subir_cv{
	display: inline;
}

#subir_cuest{
	display: inline;
	margin-left:140px;
}


table#contacto td{
	font-family: Arial;
	font-size: 14px;
	color:#fff;
	/*border:1px solid white;*/
	vertical-align: top;
}

table#contacto td table td{
	line-height: 30px;
}

table#contacto td table td input{
	background: #808080;
	border:none;
	font-family: Arial;
	font-size: 14px;
	color:#fff;
	width:280px;	
	padding:3px;
}

table#contacto td textarea{
	background: #808080;
	border:none;
	font-family: Arial;
	font-size: 14px;
	color:#fff;
	width:350px;
	height: 113px;
}

#enviar{
	border:none;
	background: #000;
	font-family: Arial;
	font-size: 14px;
	color:#e95d0f;
	font-weight: bold;
	margin-top:110px;
	cursor: pointer;
}

table#mapa td{
	font-family: Arial;
	font-size: 14px;
	color:#fff;	
	vertical-align: top;
	line-height: 20px;
}

table#mapa td a{
	color: #fff;
}

#incorrecto{
	margin-top:20px;	
	padding: 10px;
	color: #ff0000;
	font-size:12px;
	border:1px solid #ff0000;
	background: #ffe3e3;
}

#correcto{	
	margin-top:20px;
	padding:10px;
	color: #00a64a;
	font-size:12px;
	border:1px solid #00a64a;
	background: #d9ffea;
}

.linea{
	margin-top: 50px; 
	width:966px; 
	height:1px; 
	border-top:1px solid #fff;
}

#footer{
	margin-top: 5px;
	margin-bottom:10px;
	width: 966px;	
	font-family: Arial;
	font-size: 13px;
	color: #fff;
}

#footer a{
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding-left:5px;
	padding-right: 5px;	
}

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

#b_subir{
	width: 208px;
	height: 52px;
	border:0px;
	background: url(../images/subir_cv.png);
	cursor: pointer;
}

#b_subir_c{
	width: 208px;
	height: 52px;
	border:0px;
	background: url(../images/subir_cuest.png);
	cursor: pointer;
}

#ok{	
	width:60%;
	font-family: Arial;
	font-size: 12px;
	padding:10px;
	text-align: center;
	border:1px solid #f7ec00;
	color:#000;
	margin-top:5px;
	font-weight: bold;
	background: #FFD600;
	display: none;
}

span.titulo{
	width: 900px;
	display: block;
	padding:8px;
	background: #c3c6c4;
	color:#000;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;		
}
