/*CSS Document*/

h3
{
	font-family: 'Quicksand', sans-serif;
	/* font-weight: 400; */
	color: white;
	font-size: 18px;
	
}

h2
{
	font-family: 'Verdana', sans-serif;
	/* font-weight: 400; */
	color: white;
	font-size: 12px;
	}

.bco
{
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: "Josefin Sans", serif; */
	color: #FFF;
	font-weight: bold;
	text-align: justify;
	font-size: 12px;
}

BODY
{
	background-image: url(../images/fondo/fondo.jpg);
	background-repeat: repeat;
	color: black;
}

#caja
{
	width: 960px;
	height: 600px;
	/*+placement:margin-auto;*/
	margin-left: auto;
	margin-right: auto;
}

.encabezado
{
	position:relative;
	left:0px;
	top:0px;
	width: 960px;
	height: 80px;
	text-align: left;
}

#logo {
	/* background-image:url(../images/logo.jpg); */
	z-index:2;
	width:260px;
	height:80px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	top: 0px;
	left: 0px;
}

#navbar {
	width:700px;
	height:40px;
	position:absolute;
	top: 40px;
	left: 260px;
}

.relleno {
	background-image:url(../images/nav_filler.jpg);
	background-repeat:repeat-x;
	float:left;
}

#inicio {
	background-image:url(../images/nav_home_off.jpg);
	width:102px;
	height:40px;
	float:left;
	/*
	position:absolute;
	top:0px;
	left:54px; */
}

#inicioon {
	background-image:url(../images/nav_home_on.jpg);
	width:102px;
	height:40px;
	float:left;

}

#inicio:hover, #inicio:active {
	background-image:url(../images/nav_home_on.jpg);
}


#galeria {
	background-image:url(../images/nav_gallery_off.jpg);
	width:113px;
	height:40px;
	float:left;
}

#galeriaon {
	background-image:url(../images/nav_gallery_on.jpg);
	width:113px;
	height:40px;
	float:left;
}

#galeria:hover, #galeria:active {
	background-image:url(../images/nav_gallery_on.jpg);
}

#portafolio {
	background-image:url(../images/nav_portfolio_off.jpg);
	width:131px;
	height:40px;
	float:left;
}

#portafolioon {
	background-image:url(../images/nav_portfolio_on.jpg);
	width:131px;
	height:40px;
	float:left;
}

#portafolio:hover, #portafolio:active {
	background-image:url(../images/nav_portfolio_on.jpg);
}

#testimonios {
	background-image:url(../images/nav_testimonials_off.jpg);
	width:167px;
	height:40px;
	float:left;
}

#testimonioson {
	background-image:url(../images/nav_testimonials_on.jpg);
	width:167px;
	height:40px;
	float:left;
}

#testimonios:hover, #testimonios:active {
	background-image:url(../images/nav_testimonials_on.jpg);
}

#contacto {
	background-image:url(../images/nav_contact_off.jpg);
	width:117px;
	height:40px;
	float:left;
}

#contactex {
	background-image:url(../images/nav_contact_on.jpg);
	width:117px;
	height:40px;
	float:left;
}

#contacto:hover, #contacto:active {
	background-image:url(../images/nav_contact_on.jpg);
}

.slider
{
	position:relative;
	left:0px;
	top:0px;
	width: 960px;
	height: 330px;
	text-align: left;
}

/* La caja que contiene la galería */
.galbak
{
	position:relative;
	left:0px;
	top:0px;
	width: 960px;
	text-align: left;
	background-color: black;
}

#contbox {
	position:relative;
	left:0px;
	top:0px;
	width: 960px;
	height: 340px;
	text-align: left;
	text-indent: 20px;
	background-image: url(../images/fondo_sombra.png);
}

#testimobox {
	position:relative;
	left:30px;

	}

.pregunta {
	width: 100px;
	float: left;
	text-indent: 20px;	
}

/* Las cajitas individuales */

#bluebox
{
   width: 960px;
   height: 190px;
	float: left;
	/* background-image: url(../images/fondo_blue.jpg); */
	background-image: url(../images/fondo_sombra.png);
}

#yellowbox
{
   width: 960px;
   height: 190px;
	float: left;
	/* background-image: url(../images/fondo_yellow.jpg); */
	background-image: url(../images/fondo_sombra.png);
}

#redbox
{
   width: 960px;
   height: 190px;
	float: left;
	/* background-image: url(../images/fondo_red.jpg); */
	background-image: url(../images/fondo_sombra.png);
}

#purplebox
{
   width: 960px;
   height: 190px;
	float: left;
	/* background-image: url(../images/fondo_purple.jpg); */
	background-image: url(../images/fondo_sombra.png);
}

#greenbox
{
   width: 960px;
   height: 190px;
	float: left;
	/* background-image: url(../images/fondo_red.jpg); */
	background-image: url(../images/fondo_sombra.png);
}

#graybox
{
   width: 960px;
   height: 190px;
	float: left;
	/* background-image: url(../images/fondo_purple.jpg); */
	background-image: url(../images/fondo_sombra.png);
}

.galvideo
{
   width: 360px;
   height: 160px;
	float: left;
	margin-top: auto;
	text-align: center;
	
}

.galfoto
{
   width: 360px;
   height: 160px;
	float: left;
	margin-top: auto;
	text-align: center;
	
}

/* Cajitas de texto en la lista */
.galtexto
{
	width: 220px;
	float: left;
	margin-top: 90px;
	margin-bottom: auto;
	font-family: 'Quicksand', sans-serif;
	color: white;
	font-size: 24px;
	text-align: right;
}

/* hasta aqui las cajitas */



/* Clase para ocultar las fotos de las galerías */
.oculto
{
	display: none;
	}	

/* Clase para enmarcar las fotos */
.enmarkada
{
	border-style: solid;
	border-color: white;
	border-width: 10px;
	}

/* Se asegura que las letras del prettyPhoto salgan negras! */
.foto
{
	color: black;
	}


/* cargamos los estilos requeridos para el plugin cycle lite */

.slideshow { height: 330px; width: 960px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;}

.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; }

/* solo son dos estilos */



.modular
{
	height: 150px;
	text-align: left;
}

.cuadro
{
	display: block;	
	width: 240px;
	height: 150px;
	float: left;
}

.cajatexto {
	width:230px;
	height: 140px;
	margin:auto;
	margin-top:auto;
	margin-bottom:auto;
}

#cuadro1 {
	background-image:url(../images/mod_1.jpg);
}

#cuadro2 {
	background-image:url(../images/mod_2.jpg);
}

#cuadro3 {
	background-image:url(../images/mod_3.jpg);
}

#cuadro4 {
	background-image:url(../images/mod_4.jpg);
}

#cuadro4:hover {
	background-image: none;
	background-color: #DB9514;
	color: white;	
	}

#pata {
	width:960px;
	height:40px;
	/* background-color:#9CA480; */
	text-align:center;
	color:#D8DBCC;
	/* :#CDD1BE; */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
