/* ------------- parallax -------------- 
#parallax-header { 
	height:200px; background-color:gray; 
 }
#parallax {
	position:relative; overflow:hidden; width:950px; height:250px;
	background-image:url('images/background.jpg');
	z-index:5;
}
.parallax-viewport {
	position: relative;  
	overflow: hidden;
}
.parallax-layer {
	position: absolute;
}

/* --------------- sitio ---------------- */ 
li {
	list-style:none;
}
a img {
    margin: 1px;
	
}

a:hover img {
    margin: 0;
}

a img.noborder {
    margin: inherit;
}

a:hover img.noborder {
    margin: inherit;
    border: none;
}

body {
    background: url(images/fondo.jpg) 0 70px no-repeat;
	margin:0 auto;
}

#nav-list-example {
    height: 132px;
    width: 624px;
    margin: 48px 0;
}

#nav-list-example li {
    width: 132px;
    height: 200px;
    float: left;
    margin-right: 24px;
    position: relative;
}

#nav-list-example li div {
    width: 132px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

#nav-list-example li div.back {
    left: -999em;
}
ul.pagination li a:hover {
    border: 1px solid #0f0;
}


.contenedor {
	background:url(../images/fondo.jpg) no-repeat 0;
	height: 720px;
}

.titulo {
	margin:0 auto;
}

.txt {
	position:absolute;
	top: 50px;
}

.texto01 {
	font-family:Arial, Helvetica, sans-serif;
	width: 420px;
	height: 135px;
	text-align: center;
	margin: 0 auto;
	padding: 70px 0;
}

.consejos {
	position:relative;
	top: 85px;
	left: 35px;
}