@charset "utf-8";
/* CSS Document */
* {
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: aall 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Oxygen;
	font-size: 100%;
}
#contenedor {
	text-align: center;
	width: 100%;
}
#banner {
	text-align: left;
	display: block;
	float: left;
	height: 60px;
	width: 90%;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	position: absolute;
	margin-left: -50%;
	left: 50%;
	z-index: 2;
	background-image: url(img/banner-fondo.png);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.logo {
	font-size: 350%;
	font-family: "Berkshire Swash";
	font-weight: bolder;
	color: #FFF;
	display: block;
	float: left;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 321px;
}

#banner spam {
	font-size: 60%;
}

a.botonera {
	font-family: Pacifico;
	font-size: 150%;
	color: #FF6;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
a.botonera:hover {
	color: #FF6;
	text-decoration: underline;
	margin-top: 15px;	
}
.botonera-visitado {
	font-family: Pacifico;
	font-size: 150%;
	color: #FFF;
	text-decoration: underline;
	text-align: center;
	display: block;
	float: right;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#slide {
	height: 600px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
	background-color: #FFF;
}

.slide-txt {
	height: 60px;
	width: 600px;
	margin-left: -300px;
	z-index: 3;
	position: absolute;
	left: 50%;
	top: 480px;
	float: left;
	text-align: center;
	display: block;
	visibility: visible;
	padding-top: 0px;
	color: #FFF;
	font-family: Cuprum;
	font-size: 260%;
	text-decoration: none;
	line-height: 100%;
}
.spam-txt-slide {
	height: 60px;
	width: 600px;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	top: 480px;
	float: left;
	text-align: center;
	display: block;
	padding-top: 0px;
	color: #FFF;
	font-family: Roboto;
	font-size: 260%;
	text-decoration: none;
	line-height: 100%;
	
}
.spam-txt-slide .selected {
	z-index: 1;
	opacity: 1;
	-moz-transition: all 5s ease 0s;
	-ms-transition: all 5s ease 0s;
	-o-transition: aall 5s ease 0s;
	-webkit-transition: all 5s ease 0s;
	transition: all 5s ease 0s;
}

.spam-txt-slide .noselected{
	z-index: 0;
	opacity: 0;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}



/*---slide-------*/

#galeria{
	padding: 0;
	position: relative;
	height: 100%;
	list-style: none;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
#galeria li{
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#galeria li img{
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
#galeria .selected{
	z-index: 1;
	opacity: 1;
	-moz-transition: all 5s ease 0s;
	-ms-transition: all 5s ease 0s;
	-o-transition: aall 5s ease 0s;
	-webkit-transition: all 5s ease 0s;
	transition: all 5s ease 0s;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;		
}
#galeria .noselected{
	z-index: 0;
	opacity: 0;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.caja-01 {
	background-color: #FFF;
	display: block;
	float: left;
	height: 900px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	background-attachment: fixed;
	background-image: url(img/img-scroll.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-style: 1;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color: #FFF;
}
.caja-02 {
	background-color: #FFFFFF;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	background-size: cover;
}


.titulo-box {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
h1 {
	font-family: Pacifico;
	font-size: 300%;
	font-weight: lighter;
}


h2 {
	font-family: Roboto;
	font-size: 200%;
	text-decoration: none;
	font-weight: lighter;
	color: #666;
	display: inline;
}
h3 {
	font-family: Oxygen;
	font-size: 130%;
	text-decoration: none;
	font-weight: lighter;
	display: inline;
}
.media-caja h1 {
	display: block;
	float: left;
	width: 100%;
}
.caja-02 .titulo-box h1 spam {
	color: #666;
}

.caja-01 p {
	color: #FFF;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Cuprum;
	font-size: 120%;
	line-height: 140%;
	text-align: center;
	display: block;
	padding-bottom: 40px;
}
a.leermas {
	font-family: Oxygen;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #FFF;
	height: 20px;
	width: 100px;
}
a.leermas:hover {
	color: #666;
	border: 1px solid #FFF;
	background-color: #FFF;	
}
#footer {
	background-color: #666;
	text-align: left;
	display: block;
	float: left;
	height: 400px;
	width: 90%;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	clear: both;
}
.foot-01 {
	width: 30%;
	float: left;
	height: auto;
	color: #FFF;
	margin-top: 20px;
}
.foot-center {
	width: 24%;
	float: left;
	height: auto;
	color: #FFF;
	margin-top: 20px;
	margin-left: 20px;
}
#footer .foot-center a img {
	display: block;
	float: left;
	margin-right: 20px;
}
#footer .foot-center a img:hover {
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: -5px;
}



.foot-02 {
	width: 40%;
	float: right;
	height: auto;
	color: #FFF;
	margin-top: 20px;
	text-align: left;
	display: block;
}

#footer .foot-01 a {
	display: block;
	float: left;
	height: auto;
	width: 60%;
	padding-top: 2px;
	padding-bottom: 10px;
	font-family: Oxygen;
	text-decoration: none;
	font-size: 130%;
	font-weight: lighter;
	color: #FFF;
	margin-right: 40%;
}
#footer .foot-01 a:hover {
	color: #FC0;
	margin-top: -5px;
}
.foot-datos {
	font-family: Oxygen;
	font-size: 100%;
	display: block;
	float: left;
	width: 100%;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 20px;
	line-height: 150%;
	height: auto;
}
li {
	line-height: 200%;
}
.media-caja-right img {
	display: block;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vacia {
	display: block;
	float: right;
	height: 150px;
	width: 100%;
}

a.link-txt {
	color: #F60;
	text-decoration: none;
}

a.link-txt:hover {
	color: #333;
	text-decoration: none;
}
.compartir {
	text-align: left;
	display: block;
	float: left;
	width: 25%;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer .foot-center .foot-datos .compartir a img {
	display: block;
	float: left;
	height: 37px;
	width: 35px;
}
#footer .foot-center .foot-datos .compartir a img:hover {
	transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
}
