/*
Theme Name: Babette
Theme URI: http://www.babette.cl/
Description: Tema creado para Babette por <a href="http://www.apkestudio.com"> APK Estudio</a>
Author: <a href="http://amk.apkestudio.com">Francisco Aguilera G.</a> de <a href="http://www.apkestudio.com"> APK Estudio</a>.
Version: 1.0
*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
	vertical-align: middle;
}

*:focus {outline: none;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(img/tribalBG.png) right bottom no-repeat white/* #003a35 */;
	text-align: center;
	color: #366762;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%; 
}

	body.violeta {
		/* background-color: #3e0026; */
		color: #6f395a;
	}

body, html {
	min-height: 100%;
}


header, hgroup, aside, section, nav, footer, article, img {
	display: block;
}


#general {
	width: 100%;
	height: 100%;
	background: url(img/gradientBG.png) center top no-repeat;
	
	display: none;
}

#generalContainer {
	width: 978px;
	margin: 0 auto;
	padding: 30px 0;
}

#container {
	height: 594px !important;
	height: 600px;
	background: white;
	padding: 3px;
	position: relative;
	
	box-shadow: 0 0 5px black;
   -webkit-box-shadow: 0 0 5px black;
   -moz-box-shadow: 0 0 5px black;
}

#transition {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1000;
	display: none;
}



/************ GENERAL STYLES ************/

p {
	margin-bottom: 18px;
}

p img {display: inline; vertical-align: middle; margin: 5px;}

span.diagonal { padding: 0 8px;}

.fl {float: left;}
.fr {float: right;}

.alignLeft {float: left; margin: 0 15px 15px 0;}
.alignRight {float: right; margin: 0 0 15px 15px;}

/************ HEADER ************/

header {
	width: 249px;
	height: 100%;
	float: left;
	background: url(img/verde/headerBG.jpg) bottom left no-repeat #00af9f;
	text-align: center;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 1.8em;
	font-weight: 300;
}

.violeta header {
	background: url(img/violeta/headerBG.jpg) bottom left no-repeat #98005d;
}
	
	header a,
	header a:hover {
		color: white;
		text-decoration: none;
	}
	
	header hgroup h1 img {
		margin: 0 auto;
		padding-top: 44px;
	}
	
	header nav {
		margin-top: 80px;
		padding: 0 20px;
	}
	
		header nav ul li a {
			display: block;
			padding: 15px 0;
			border-bottom:  solid 1px white;
			border-bottom:  solid 1px rgba(255,255,255,.5);
		}
	

/************ SECTION ************/

section {
	width: 723px;
	height: 100%;
	float: right;
	background: #bed1cf;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

	body.violeta section {
		background: #edd3e3;
	}


section a {
	color: #019185;
}

	body.violeta section a {
		color: #d0499e;
	}

section a:hover {
	text-decoration: underline;
}	


	#shadowSection {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
	}
	
	.textos {
		margin: 35px 50px;
	}
	
	


/************ Slider Home ************/


.sliderHome {
	width: 723px;
	height: 594px;
	position: relative;
	overflow: hidden;
	background:url(img/loading.gif) no-repeat 50% 50%;
}

.sliderHome img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}

.sliderHome a {
    border:0;
    display:block;
}

.sliderHome .nivo-controlNav {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.sliderTrabajos .nivo-controlNav {
	position: absolute;
	height: 83px;
	width: 723px;
	/* width: 708px !important; */
	padding-left: 15px;
	background: url(img/sliderBG.png);
	bottom: 0px;
	left: 0px;
	z-index: 99;
}

	.sliderHome .nivo-controlNav a {
		float: left;
		height: 10px;
		width: 10px;
		display: block;
		text-indent: -999999px;
		background: url(img/sliderHome/controlNavBG.png) left bottom no-repeat;
		margin-left: 5px;
	}
	
	.sliderTrabajos .nivo-controlNav a {
		float: left;
		position: relative;
		display: inline;
		margin: 10px 7px 0 7px;
		height: 63px;
		width: 63px;
	}
	
		.sliderTrabajos .nivo-controlNav a img {
			border: solid 2px white;
			display: inline;
			opacity: 0.5;
			filter: alpha(opacity = 50);
		}
	
		.sliderHome .nivo-controlNav a:hover,
		.sliderHome .nivo-controlNav a.active {
			background-position: left top;
		}
		
		.sliderTrabajos .nivo-controlNav a:hover img,
		.sliderTrabajos .nivo-controlNav a.active img {
			opacity: 1;
			filter: alpha(opacity = 100);
		}

.sliderHome .nivo-prevNav,
.sliderHome .nivo-nextNav,
.sliderTrabajos .nivo-prevNav,
.sliderTrabajos .nivo-nextNav {
	height: 35px;
	width: 34px;
	display: block;
	overflow: hidden;
	text-indent: -999999px;
	opacity: 0.5;
}

	.sliderHome .nivo-prevNav:hover,
	.sliderHome .nivo-nextNav:hover,
	.sliderTrabajos .nivo-prevNav:hover,
	.sliderTrabajos .nivo-nextNav:hover {
		opacity: 1;
	}

	.sliderHome .nivo-prevNav,
	.sliderTrabajos .nivo-prevNav {
		background: url(img/sliderHome/prevBtn.png);
		left: 20px;
	}
	
	.sliderHome .nivo-nextNav,
	.sliderTrabajos .nivo-nextNav {
		background: url(img/sliderHome/sigBtn.png);
		right: 20px;
	}

/************ Titulos ************/

#nosotrosTitulo {
	display: block;
	height: 298px;
	width: 35px;
	background: url(img/nosotrosTitulo.png) -3px top no-repeat;
	overflow: hidden;
	text-indent: -999999px;
}
	
#contactoTitulo {
	display: block;
	height: 298px;
	width: 35px;
	background: url(img/contactoTitulo.png) -3px top no-repeat;
	overflow: hidden;
	text-indent: -999999px;
}


/*
#trabajoTitulo {
	display: block;
	height: 524px;
	width: 35px;
	background: url(img/trabajoTitulo.png) top right no-repeat;
	overflow: hidden;
	text-indent: -999999px;
}
*/


/************ Trabajo ************/

/*
#listadoGalerias li {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
}

	#listadoGalerias li:nth-child(3n) {
		margin-right: 0;
	}

	#listadoGalerias li a:hover {
		text-decoration: none;
	}

#listadoGalerias li a img {
	background: white;
	padding: 3px;
}

#listadoGalerias li a span {
	display: none;
	
	height: 100px;
	width: 167px;
	position: absolute;
	top: 3px;
	left: 3px;
	
	background: black;
	color: white;
	text-shadow: none;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
*/

.trabajos {
	background: url(img/trabajos/fondo.jpg) right top no-repeat;
}

.seleccionarGaleria {
	margin: 35px 0 35px 50px;
}

#listadoGalerias li {
	background: white;
	margin-bottom: 9px;
	/* width: 723px; */
}

#listadoGalerias li.gal1 {
	background: url(img/trabajos/1.jpg) right top no-repeat;
}

#listadoGalerias li.gal2 {
	background: url(img/trabajos/2.jpg) right top no-repeat;
}

#listadoGalerias li.gal3 {
	background: url(img/trabajos/3.jpg) right top no-repeat;
}

#listadoGalerias li.gal4 {
	background: url(img/trabajos/4.jpg) right top no-repeat;
}

#listadoGalerias li.gal5 {
	background: url(img/trabajos/5.jpg) right top no-repeat;
}

#listadoGalerias li.gal6 {
	background: url(img/trabajos/6.jpg) right top no-repeat;
}

	#listadoGalerias li a {
		display: block;
		height: 80px;
	}
	
	#listadoGalerias li a:hover {
		text-decoration: none;
	}
	
		#listadoGalerias li a span {
			display: block;
			height: 80px;
			float: left;
			background: #003a35;
			line-height: 80px;
			padding: 0 30px;
			color: #BED1CF;
			
			text-shadow: none;
			font-family: 'Lato', Arial, sans-serif;
			font-size: 1.3em;
			font-weight: 300;
		}




#descripcion {
	position: absolute;
	top:40px;
	right: 0;
	z-index: 100;
	
	width: 300px;
	
	background: #00af9f;
	color: white;
	text-shadow: none;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

	body.violeta #descripcion {
		background: #98005d;
	}

#descripcion .text {
	padding: 20px;
	position: relative;
}

	#descripcion .text p {
		margin: 15px 0 0 0;
		line-height: 15px;
	}


.btnDescripcion {
	display: block;
	height: 20px;
	width: 20px;
	background: url(img/btnDescripcionBG.png) no-repeat #003a35;
	position: absolute;
	left: -20px;
	text-indent: -999999px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

	body.violeta .btnDescripcion {
		background-color: #3e0026;
	}

#ocultarDescripcion {
	background-position: left top;
}

#mostrarDescripcion {
	background-position: left bottom;
}

#volverDescripcion {
	display: block;
	padding: 8px 20px;
	background: #003a35;
	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

	body.violeta #volverDescripcion {
		background: #3e0026;
	}



/************ Contacto ************/


#contactForm {
	width: 280px;
	float: left;
}

#contactInfo {
	width: 252px;
	float: right;
}

	#contactInfo p.contactMail {
		padding-left: 30px;
		font-weight: bold;
		background: url(img/mailIcon.png) left center no-repeat;
		margin-bottom: 40px;
	}

#facebookLike {
	
}

	#facebookLike h3 {
		color: white;
		height: 37px;
		line-height: 37px;
		padding: 0 10px;
		background: url(img/headerFacebookLikeBG.png) top right no-repeat;
		font-size: 13px;
		text-shadow: none;
	}
	
		body.violeta #facebookLike h3 {
			background-position: top left;
		}
	
	#facebookLike .like {
		background: url(img/facebookLikeBG.png) center bottom no-repeat;
	}
	
		#facebookLike .like iframe {
			margin: 20px auto;
		}

	
.formOk {
	padding: 30px;
	background: #fcfcde;
	border: 1px solid #ad2486;
	color: #ad2486;
	text-align: center;
	font-weight: bold;
}
	
/************ FOOTER ************/

footer {
	padding-top: 20px;
	text-align: left;
	font-size: 1.2em;
	color: white;
	line-height: 1.3em;
}

footer a {
	color: white;
}

footer a:hover {
	text-decoration: underline;
}

span.design {
	font-size: 0.9em;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

footer .facebook,
footer .facebook img {
	float: right;
}

footer .facebook img {
	margin-left: 8px;
}

footer .facebook span {
	line-height: 19px;
	font-weight: bold;
	font-style: italic;
}


/************ Form ************/

form {
	position: relative;
}

input {
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
}

textarea {
	padding: 10px;
	height: 147px;
}

input,
select,
textarea {
	width: 258px !important;
	width: 278px;
	margin-bottom: 7px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

	background: #a9c5c2;
	border: 1px solid #9abab7;
	color: #486764;
}

	body.violeta input,
	body.violeta select,
	body.violeta textarea {
		background: #dec3d4;
		border: 1px solid #c7a7bb;
		color: #876c7d;
	}
	
	

input[type="submit"] {
	color: white;
	width: 90px !important;
	width: 90px;
	height: 34px;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	padding: 0;
	border: none;
	
	background: url(img/enviarBtn.png) top left no-repeat;
}

	body.violeta input[type="submit"] {
		border: none;
		color: white;
		
		background: url(img/enviarVioletaBtn.png) top left no-repeat;
	}

	input[type="submit"]:hover,
	body.violeta input[type="submit"]:hover {
		color: #ccc;
	}
	
.volver {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 30px;
	right: 0;
	background: url(img/volver.png) center center no-repeat white;
	overflow: hidden;
	text-indent: -999999px;
	z-index: 10;
}


.es-carousel {
	padding: 0 20px;
}
.rg-gallery {
	position: relative;
}
.rg-thumbs {
	position: absolute;
	bottom: 10px;
	z-index: 999;
	width: 723px;
}




/*
#slider { }
#carousel {position: absolute; bottom: -60px; z-index: 900; background: }
#carousel li {width: 88px;}
#carousel img {display: block; opacity: .5; cursor: pointer;}
#carousel img:hover {opacity: 1;}
#carousel .flex-active-slide img {opacity: 1; cursor: default;}
*/