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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* INICIO */

#back_inicio{
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#cecece;
	}

#barratop{
	background-image:url(../images/bordetophome.jpg);
	height:18px;
	}
	
#contenido{
	background-image:url(../images/backlineas.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:645px;
	padding:200px 0 0 0;
	}
	
#lenguaje{
	width:319px;
	text-align: center;
	margin:0 auto;
	}

#lenguaje p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#lenguaje a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none;
}

#lenguaje a:hover{
	color:#000;
	text-decoration:underline;
}

#lenguaje a:visited{
	color:#666;
	text-decoration:none;
}

/* PAGES */

#menu-area{
	background-image:url(../images/back_menu.jpg);
	background-position: center;
	height:98px;
	
	}
	
.w850{
	width:850px;
	margin:0 auto;
	}
	
#contenidos{
	background-image:url(../images/back-contenidos-01.png);
	background-position:center top;
	background-color:#FFF;
	height:328px;
	}

#textos{
	width:500px;
	padding:15px;
	background-image:url(../images/back-blanco-translucido.png);
	float:right;
	margin-top:15px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	}
	


#textos h1{
	font-weight:bold;
	}


#textos ul{
	
	}

#textos li{
	list-style:disc;
	margin-left:20px;
	line-height:19px;
	}
	
#textos-contacto{
	width:300px;
	padding:15px;
	background-image:url(../images/back-blanco-translucido.png);
	float:right;
	margin-top:15px;
	margin-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	}

#textos-contacto .input{
		width:250px;
		border:solid 2px #e0e0e0;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}

#textos-contacto .boton{
	cursor:pointer;
	}

	
#barra{
	background-image:url(../images/barra-div.jpg);
	height:50px;
	}
	
#contacto a{
	padding:15px 10px 0 10px;
	height:35px;
	float:right;
	
	color:#FFF;
	font-family:'Marvel', sans-serif;
	font-weight:800;
	font-size:18px;
	cursor:pointer;
	text-decoration:none;
	}

#contacto a:hover{
	background-color:#9a8955;
}
	


#prefooter p{
	margin:25px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:17px;
	}
	
/* MENU */

.menu{
	margin:0 auto; 
	padding:0; 
	height:30px; 
	width:550px; 
	display:block;
	float: right; 
	}

.menu li{
	height:110px;
	padding:0; 
	margin:0; 
	list-style:none; 
	display:inline;
	}
	
.menu li a{
	height:75px;
	text-align:center;
	width:112px;
	float:left;
	padding:35px 10px 0px 10px;
	display:block;
	color:#595959;
	font-family:'Marvel', sans-serif;
	font-size:18px;
	font-weight:100;
	text-decoration:none; 
	cursor:pointer; 
	outline:none;
	}
	

	
.menu li a:hover{
	color:#9a8955;
	}
	

	
.menu li a.active{
	color:#FFF;
	background-image:url(../images/menu_hover.png);
	
	}
	

/* GENERAL */
	
.left{
	float:left;
	}