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

@font-face {
    font-family: 'samdanregular';
    src: url('../fonts/samdan/samdan-webfont.woff2') format('woff2'),
         url('../fonts/samdan/samdan-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background-image:url(../img/fondoinicio.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;
	background-color: #e8e8e8;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	color:#000;	
}


a:link{text-decoration:none;
		color:#FFF
}

a:hover{text-decoration:none;
		color:#ff3b49;
}

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

a:link img{
	border:none;
}

a:hover img{
	border:none;
}

a:visited img{
	border:none;
}


a.enlacesblanco:link{text-decoration:none;
						color:#666;
}

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

a.enlacesblanco:hover{text-decoration:none;
						color:#CCC;
}


#contenedor{
	background-repeat:no-repeat;
	position:relative;
 	width:1250px;
	height:955px;
	margin:0 auto;
	background-repeat:repeat;
	font-size:1.6em;
	

}

#banner{

	background-image:url(../img/fondo-provisional.jpg);
	width:1250px;
	height:745px;
	margin:0px;
}


/*----------------------------MENU---------------------------------------------------
*/


#menu_inicio{
	background-image:url(../img/fondo-menu-landing.jpg);
	height:80px;
	margin:0px;
	display: block;
	position:relative;
	padding: 5px 0px 0px 200px; 
	width:1250px;
	
	
}


a.enlacesinicio:link{text-decoration:none;
					color:#000;

}

a.enlacesinicio:visited{text-decoration:none;
						color:#000;

}

a.enlacesinicio:hover{text-decoration:none;
						color:#FFF;
						text-shadow: 0.0em 0.0em 0.7em #FFF;
}



.menu_inicio li{height:auto;
		font-family: samdanregular;
		font-weight:500;
		font-size:2.0em;
		text-align:center;
		padding-top:10px;
		float:left;
		width:400px;
		list-style:none;
		position: relative;
}