/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

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

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fuentes/bebasneue-webfont.eot');
    src: url('../fuentes/bebasneue-webfont.eot') format('embedded-opentype'),
         url('../fuentes/bebasneue-webfont.woff') format('woff'),
         url('../fuentes/bebasneue-webfont.ttf') format('truetype'),
         url('../fuentes/bebasneue-webfont.svg#BebasNeueRegular') format('svg');
}


body{
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin: 0;
	width:100%;
	height:100%;
	padding: 0;
	overflow:hidden;
}

h1{
	font-family: 'BebasNeueRegular';
	font-size:16pt;
	font-weight:normal;
	text-transform: uppercase;
	margin:0;
	padding:0;
	color:#2f60c4;
	}
	
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-weight:normal;
	font-style:italic;
	margin:0;
	padding:0;
	color:#484545;
	}	

.wrap{
	width:1020px;
	position:relative;
	margin:0 auto;
	}

#home{
	background: url(../img/fondo_grupo.jpg) no-repeat top center;
	width:100%;
	z-index:9999999;
	position:relative;
	}	

#home header{
	text-align:center;
	width:100%;
	}

#nav_principal{
	width:100%;
	display:inline-block;
	margin:25px 0 0 0;
	}

#nav_principal .item{
	width:180px;
	float:left;
	margin:0 10px 0 10px;
	}

#nav_principal .item .imagen_item{
	background:url(../img/fondo_thumbs.png) no-repeat top left;
	padding:5px;
	float:left;
	}	
	
#nav_principal .item .imagen_item a{
	float:left;
	margin:0;
	position: relative;
    display: inline-block;
    text-indent: -9999px;
    width: 169px;
    height: 159px;
    background-position: 0 0;
	}

#nav_principal .item .imagen_item a img{
	margin:0;
	}				

#nav_principal .item .imagen_item a span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-position: 0 -159px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition:  opacity 0.5s ease;
}

#nav_principal .item .imagen_item a span:hover {
    opacity: 1;
}		

#nav_principal .item .descripcion_item{
	padding:5px;
	margin:2px 0 0 0;
	float:left;
	width:94%;
	}

#nav_principal .item .descripcion_item h2{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #bababa;
	}	

#nav_principal .item .descripcion_item p{
	margin:5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:9pt;
	line-height:13pt;
	}	

img{
	border: 0;
}

#nav{
	list-style: none;
	position: fixed;
	left: 50%;
	top:30px;
	z-index:999999;
	width:695px;
	margin-left:-387px;
	height:86px;
}

#nav img{
	float:left;
}

#nav a{
	float:left;
	margin:0;
	position: relative;
    display: inline-block;
    text-indent: -9999px;
    height: 84px;
    background-position: 0 0;
	}

#nav a img{
	margin:0;
	}				

#nav a span {
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-position: 0 -84px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition:  opacity 0.5s ease;
}

#nav a span:hover {
    opacity: 1;
}

.descripcion_principal{
	background:url(../img/fondo_desc.png) top left no-repeat;
	width:630px;
	padding:30px;
	position:relative;
	margin:0 auto;
	top:180px;
	height:290px;
	}
	
.descripcion_principal_left{
	float:left;
}

.descripcion_principal_right{
	float:left;
	width:75%;
}

.descripcion_principal img{
	float:left;
	margin:0 20px 0 0;
	}	

.descripcion_principal h1{
	font-size:22pt;
	}
	
.descripcion_principal h2{
	font-size:13pt;
	font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-style:normal;
	line-height:10pt;
	}	

.descripcion_principal p{
	font-size:10pt;
	line-height:14pt;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}

.descripcion_principal p a{
	color:#2f60c4;
	text-decoration:none;
	}	

.descripcion_principal p a:hover{
	text-decoration:underline;
	}		

#home{
	background: url(../img/fondo_grupo.jpg) 50% 0 no-repeat fixed;
    color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
	}	

#rio{
	background: url(../img/fondo_rio.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}

#ese{
	background: url(../img/fondo_ese.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}

#bodega{
	background: url(../img/fondo_bodega.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}

#merecida{
	background: url(../img/fondo_merecida.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}

#santa{
	background: url(../img/fondo_grupo.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}


#santa{
	background: url(../img/fondo_santaclara.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1300px;
	margin: 0 auto;
	padding: 0;
}
