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

/* section { background: url(images/slide1a.jpg) 50% 0 no-repeat fixed; } */

.story { height: 1000px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(0,0,0,0.2); box-shadow: 0 0 50px rgba(0,0,0,0.5);}


#first { background: url(images/slide1-grupo.jpg) 50% 0 no-repeat fixed; }
#second { background: #fff2e6 url(images/slide2.jpg) 50% 0 no-repeat fixed; }
#third { background: #85cc2b url(images/slide3.jpg) 50% 0 no-repeat fixed; }
#fourth { background: #945f1e url(images/slide4.jpg) 50% 0 no-repeat fixed; }
#theend { background: #c4c7c2 url(images/bg-fundacion2.jpg) 50% 0 no-repeat fixed; }
#sixth { background: #cdb06b url(images/probiz.jpg) 50% no-repeat fixed; }
#seventh { background: #f5e8c5 url(images/bg-refugio.jpg) 50% bottom no-repeat fixed; } /* Falta agregar cosas a esta parte*/

#second .smashinglogo {
	background: url(images/smashing-logo.png) 50% 100px no-repeat fixed;
	min-height: 1000px;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

/* @group CSS first */

/* Sprites */

#first .smashinglogo {
	background: url(images/tree.png) 20% 340px no-repeat fixed;
	min-height: 1000px;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

#first article { width: 100%;
	 top: 0px;
	 position: absolute; 
	 text-align: center;
}

#main-logos{
	width:900px;
	margin:20px auto 0;
	height:300px;
}
#logo-grupo{
	display:block;
	float:left;
	margin-top: 40px;
	margin-left: -40px;
}
#logo-retablo{
	display:block;
	float:right;
}

#all-logos{
	height:110px;
    width:100%;
    margin:auto;
    position: fixed;
    bottom: 0;
    z-index: 99;
	
}
#textos{
	width: 900px;
	margin: 0 auto;
}
#texto-iz{
	width: 50%;
	text-align: left;
	float: left;
}
#texto-de{
	width: 50%;
	text-align: right;
	float: right;
}
.title-main{
	color: #ff7901;
	font: 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* @end */

/* @group CSS second - Don Bizcocho */
#second article { width: 100%;
	 top: 0px;
	 position: absolute; 
	 text-align: center;
}
#donbizcocho{
	width: 908px;
	height: 695px;
	background: url('images/donbiz-background.png') no-repeat;
	margin: 70px auto 0;
}

#donbizcocho-contenedor{
	width: 760px;
	margin: 0 auto;
	padding-top: 280px;
	padding-right: 80px;
}
#donbizcocho h3{
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	color: #512a00;
	margin-bottom: 10px;
}

#donbizcocho p{
	color: #512a00;
	text-align: left;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	margin-bottom: 10px;

}
a.enlace-donbizcocho{
	margin-top: 6px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #ff7901;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

a:hover.enlace-donbizcocho a:visited.enlace-donbizcocho{
	color: #FFF;
}


/* @end */

/* @group CSS third - Vitalpack */
#third article { width: 100%;
	 top: 0px;
	 position: absolute;
	 text-align: center;
}
#vitalpack{
	width: 940px;
	height: 618px;
	background: url('images/vitalpack-background.png') no-repeat;
	margin: 70px auto 0;
}
#vitalpack-contenedor{
	width: 800px;
	margin: 0 auto;
	padding-top: 100px;
}

.title-vitalpack{
	font: 2em "Trebuchet MS";
	margin-bottom: 50px;
}

#vitalpack p{
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 10px;
	
}

.enlace-vitalpack{
	margin-top: 60px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #00923e;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

a:hover.enlace-vitalpack, a:visited.enlace-vitalpack {
	color: #FFF;
}

ul{
	text-align: left;
	font-size: 1.2em;
}

/* @end */
/* @group CSS fourth - Albatros */

#fourth article { width: 100%;
	 top: 0px;
	 position: absolute;
}
#albatros{
	width: 923px;
	height: 544px;
	background: url('images/albatros-background.png') no-repeat;
	margin: 120px auto 0;
}

#albatros-contenedor{
	width: 700px;
	margin: 0 auto;
	padding-top: 150px;
	padding-right: 80px;
}



#albatros h3{
	color: #000;
	text-indent: -2500px;
}
#albatros p{
	color: #e6e6e6;
	text-align: left;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
}
.enlace-albatros{
	margin-top: 6px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #8c6000;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

a:hover.enlace-albatros, a:visited.enlace-albatros{
	color: #FFF;
}



/* @end */

/* @group CSS theend - Sanigrup */
#theend article { width: 100%;
	 top: 0px;
	 position: absolute; 
	 text-align: center;
}
#sanigrup{
	width: 975px;
	height: 628px;
	background: url('images/sanigrup-background.png') no-repeat;
	margin: -20px auto 0;
}
#sanigrup-logo{
	width: 957px;
	text-align: right;
	height: 112px;
	margin: 50px auto 0;
}
#sanigrup-contenedor{
	width: 480px;
	margin: 0 0 0 280px ;
	padding-top: 70px;
}

#sanigrup h3{
	font: 2em "Trebuchet MS";
	margin-bottom: 10px;
}

#sanigrup p{
	text-align: left;
	font-size: 1em;
	line-height: 1.6em;
}

.enlace-sanigrup{
	margin-top: 20px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #000;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}

a:hover.enlace-sanigrup, a:visited.enlace-sanigrup{
	color: #FFF;
}

/* @end */

/* @group CSS sixth - Probiz */
#probiz-logo{
	width: 856px;
	text-align: left;
	height: 130px;
	margin: 30px auto 0;
}

#probiz-contenedor{
	width: 660px;
	margin: 0 0 0 180px ;
	padding-top: 70px;
}

#probiz h3{
	font: 2em "Trebuchet MS";
	margin-bottom: 10px;
	text-align: right;
	color: #743216;
}

#probiz p{
	text-align: right;
	font-size: 1.5em;
	line-height: 1.6em;
}

#probiz{
	width: 899px;
	height: 559px;
	background: url('images/probiz-background.png') no-repeat;
	margin: -20px auto 0;
}

.enlace-probiz{
	margin-top: 20px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #743216;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	float: right;
	text-decoration:line-through;
}

a:hover.enlace-probiz, a:visited.enlace-probiz{
	color: #FFF;
	background-color: #743216;
}


/* @end */

/* @group CSS seventh - El Refugio */
#refugio{
	width: 692px;
	height: 426px;
	background: url('images/refugio-logote.png') no-repeat;
	margin: 200px auto 0;
}

/* @end */

/* @group CSS fundacion */
#fundacion{
	background: rgba(255, 255, 255, 0.8);;
	width: 940px;
	height: 530px;
	margin: 0 auto;
	color: #6a463d;
}

#fundacion-contenedor{
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
}

#fundacion p{
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 10px;
	
}

.title-fundacion{
	font: 2em "Trebuchet MS";
	margin-bottom: 30px;
}

p.align-rigth{
	text-align: center;
}

.enlace-fundacion{
	margin-top: 10px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #6a463d;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
}



a:hover.enlace-fundacion, a:visited.enlace-fundacion {
	color: #fff;
}



#refugio-contenedor{
	width: 740px;
	margin: 0 auto;
	padding-top: 120px;
}

#refugio-contenedor p{
	margin-top: 60px;
	color: #a65f4f;
	font-size: 1.2em;
	line-height: 1.3em;
}

.enlace-refugio{
	margin-top: 20px;
	display: block;
	height: 26px;
	width: 160px;
	color: #e6e6e6;
	background-color: #a65f4f;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	float: right;
}

a:hover.enlace-refugio, a:visited.enlace-refugio{
	color: #FFF;
	background-color: #743216;
}

/* @end */