* { 
	margin: 0; 
	padding: 0; 
	outline: 0; 
}

* {margin:0; padding:0;}

@font-face {
    font-family: 'MerriweatherRegular';
    src: url('fonts/merriweather-regular-webfont.eot');
    src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-regular-webfont.woff') format('woff'),
         url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
         url('fonts/merriweather-regular-webfont.svg#MerriweatherRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MerriweatherBold';
    src: url('fonts/merriweather-bold-webfont.eot');
    src: url('fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/merriweather-bold-webfont.woff') format('woff'),
         url('fonts/merriweather-bold-webfont.ttf') format('truetype'),
         url('fonts/merriweather-bold-webfont.svg#MerriweatherBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* --------------------------------------
    RESET
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL */

body {
	background-image: url(images/background_proximamente.png);
	font-family: 'Inder', sans-serif;
	line-height: 25px;
}

.linea {
	width:100%;
	height:5px;
	background-color:#755095;
	top:0;
}

.lineab {
	width:960px;
	height:5px;
	margin: 0 auto;
}

.linkedin {
	width:950px;
	text-align:right;
	margin: 0 auto;
}


#content {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	height:300px;
	padding:0;
}

.back {
	float:right;}
::selection {}
::-moz-selection { }


header {
	width:100%; 
	background-image:url(images/background_proximamente.png); 
	position: fixed; 
	z-index: 10; 
	height:100px;
	}
	
#headercontainer, #contentcontainer { 
	width: 960px; 
	margin: 0 auto; 
	position: relative;
}

#contentcontainer { 
	float: none; 
	padding-top: 0px; 
}



header nav {
    float: right;
	margin-top:30px;
}
header nav ul {
	font-family: 'Inder', sans-serif;
	font-size:13px;
	color:#666;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;

}

header nav ul a { 
	text-decoration:none;
	color:#666;
	}


header nav ul a:link, header nav ul a:visited {
    margin-right: 20px;
}

header nav ul a:hover,
header nav ul a:active {
	color:#755095;
	border-bottom:2px solid #755095;
}

.logo {
	margin-top:30px;
}

section { 
	padding-top: 130px; 
	float: left; 
}

/* HOME */



section#home{
    width: 960px;
	background-color:#FFF;
	height:490px;
}


.texto-home {
	background-image:url(../images/texto.png);
	background-repeat:no-repeat;
	background-color:#755095;
	height:287px;
	width:960px;
}
	
/* HOME FOTOS */

h3 {
			margin: 0;	
			padding: 7px 0 0 0;
			font-size: 16px;
			text-transform: uppercase;
		}

		div#feature_list {
			width: 910px;
			height: 240px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;	
			padding: 0;
			margin: 0;
		}

		ul#tabs {
			left: 0;
			z-index: 2;
			width: 350px;
		}

		ul#tabs li {
			font-size: 12px;
			font-family: Arial;
		}
		
		ul#tabs li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#tabs li a {
			color: #222;
			text-decoration: none;	
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#tabs li a:hover {
			text-decoration: underline;
		}

		ul#tabs li a.current {
			background-color:#F1F1F1;
		}

		ul#tabs li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#output {
			right: 0;
			width: 550px;
			height: 240px;
			position: relative;
		}

		ul#output li {
			position: absolute;
			width: 550px;
			height: 240px;
		}

		ul#output li a {
			position: absolute;
			bottom: 5px;
			right: 5px;
			padding: 0px 5px 3px;
			text-decoration: none;
			background: #DDD;
			-moz-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

		}
		
		ul#output li a:hover {
			background: #FFF;
			-moz-box-shadow: 0px 0px 6px #000000;
-webkit-box-shadow: 0px 0px 6px #000000;
box-shadow: 0px 0px 6px #000000;
		}
		
		
		
/* -----------------------------------------
   QUIENES
------------------------------------------- */

section#quienes {
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#666;
	padding-top:100px;
	background-color:#755095;
	margin: 0 auto;
	height:730px;
	text-align:left;
}

section#quienes .quienes-int { 
	background-color:#FFF; 
	width:960px;
	height:700px;
	}

section#quienes .linea-violeta {
	width:960px;
	height:5px;
	background-color:#755095;
	}
	
section#quienes .texto-quienes {
	font-size:13px;
	width:440px;
	margin: 0 auto;
	text-align:left;

}

section#quienes .texto-quienes p {
	padding-top:10px;

}

section#quienes .semicirculos {

	width:960px;
	margin: 0 auto;
	background-color:#FFF;}

section#quienes .semi-izquierda {
	float:left;
	width:450px;
	padding-top:50px;
	padding-left:20px;
	height:500px;
	background-color:#FFF;
}

section#quienes .semi-derecha {
	float: right;
	width:460px;
	height:520px;
	background-color:#F5F5F5;
	margin-right:10px;
	margin-top:5px;
	text-align:center;
}	

section#quienes .linea-maria {
	height:1px; 
	width:448px;
	background-color:#755095;
	margin: 0 auto;
}

section#quienes .creativos {
	background-image: url(images/creativos.png);
	background-repeat:no-repeat;
	width:450px;
	height:72px;
	font-size:13px;
	padding-bottom:50px;
}

section#quienes .equipo {
	background-image: url(images/equipo.png);
	background-repeat:no-repeat;
	width:450px;
	height:72px;
	font-size:13px;
	padding-bottom:50px;
}

section#quienes .concientes {
	background-image: url(images/concientes.png);
	background-repeat:no-repeat;
	width:450px;
	height:72px;
	font-size:13px;
	padding-bottom:50px;
}

section#quienes .detallistas {
	background-image: url(images/detallistas.png);
	background-repeat:no-repeat;
	width:450px;
	height:72px;
	font-size:13px;
}
section#quienes .creativos p {
	padding-left:45px;
	padding-top:20px;
}

section#quienes .equipo p {
	padding-left:45px;
	padding-top:20px;
}

section#quienes .concientes p {
	padding-left:45px;
	padding-top:20px;
}

section#quienes .detallistas p {
	padding-left:45px;
	padding-top:20px;
}

section#quienes .imagen-quienes { 
	background-color:#FFF;
}
		
		

/* ---------------------------------------
    SERVICIOS
----------------------------------------- */
section#servicios {
	width:960px;
	font-size:12px;
	color:#666;
	padding-top:100px;
	}
	
section#circulos {
	width:960px;
	font-size:12px;
	color:#666;
	padding-top:100px;
	height:600px;
	background-image:url(images/mas.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	background-color:#FFF;

	}
	
.texto-servicios{
	font-family: 'Maven Pro', sans-serif;
	width:960px;
	padding:0;

}

.fondo-servicios {
	text-align:center;

}

.texto-servicios p{
	margin: 0 auto;
	width:700px;
	color:#666;
	padding-top:20px;
	line-height:300%;
	font-size:14px;
}

imagen-servicios {
	background-color:#755095;
	width:960px;
	height:400px;
	margin: 0 auto;
}



/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	margin:165px auto 20px auto;
	width:960px;
	height:240px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:320px;
	height:100%;
	text-align:center;
}
.ca-more{
	position: absolute;
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	background: #745096;
	text-align:center;
	color: white;
	text-decoration:none;

}
.ca-close{
	position:absolute;
	top:10px;
	right:10px;
	background:#fff url(images/cross.png) no-repeat center center;
	width:27px;
	height:27px;
	text-indent:-9000px;
	outline:none;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	opacity:0.7;
}
.ca-close:hover{
	opacity:1.0;
}
.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	border-right:1px solid #ccc;
}
.ca-icon{
	width:233px;
	height:200px;
	position:relative;
	margin:0 auto;
	background: url(images/circuloA.png); background-repeat:no-repeat; background-position:center;
}
.ca-item-2 .ca-icon{
	background-image:url(images/circuloB.png);
}
.ca-item-3 .ca-icon{
	background-image:url(images/circuloC.png);
}

.ca-item h3{

	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	height:85px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family: 'Maven Pro', sans-serif;
	font-size:13px;
	text-align:left;
	border-left:5px solid #745096;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	text-indent:40px;
	display:block;
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}
.ca-content-wrapper{
	background:#C8BFE7;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:440px;
	top:5px;
	text-align:left;
	overflow:hidden;
	color:#333;
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
}
.ca-content{
	width:640px;
	overflow:hidden;
}

.izquierda { 
width:205px;
float:left;
}
.derecha {
	width:370px;
	float:left;
	padding-top:0px;
}
.ca-content-text{
	font-size: 13px;
	width:610px;
	margin:10px 20px;
	padding:0px 0px;
	line-height:20px;
	word-spacing:1px;
	
	
}
.ca-content-text p{
	padding-bottom:8px;
}

.ca-content ul{
	margin:20px 35px;
	height:30px;
}
.ca-content ul li{
	float:left;
	margin:0px 2px;
}
.ca-content ul li a{
	color:#fff;
	background:#000;
	padding:3px 6px;
	font-size:14px;
}
.ca-content ul li a:hover{
	background:#fff;
	color:#000;
	text-shadow:none;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}


.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/* ---------------------------------------------------
    Contact
----------------------------------------------------- */

section#contacto {
	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	width:960px;
	height:570px;
	padding-top:100px;
	background-color:#FFF;
	}




.imput {
	background-image:url(../images/input.png);
	margin-left:330px;
	margin-top:3px;

}
.button { 
	background-image: url(../images/send1.png);
	background-repeat:no-repeat;
	width:95px;
	height:25px;
	border:none;
}


input { 
	border: 1px solid #999999;
	}
	
#contentForm {
  	width: 960px;
  	font-family: 'Maven Pro', sans-serif;
	font-size:14px;
	color:#666;
	float:right;
	background-color:#FFFFFF;
	height:400px;
	


}
.contacto-izquierda {
	width:444px;
	margin-left:6px;
	float:left;
	height:394px;
	background-color:#F5F5F5;
}
	
.contacto-derecha {
	width:510px;
	height:400px;
	float:left;
	background-color:#FFF;
	background-image:url(../images/necesita2.png);
	background-repeat:no-repeat;
}

.linea-gris { 
	width:330px;
	height:5px; 
	background-color:#755095;
	margin: 0 auto;
	margin-bottom:4px;
	float:right;
	margin-top:30px;
	}

.formulario { 
	width:330px;
	padding-top:20px;
	float: left;
	padding-left:60px;
	}


.datos {
	text-align: left;
	width:900px;
	margin: 0 auto;
	padding-top:120px;
	letter-spacing:1.5px;
}



.datos h2 {
	color:#666;
	font-size:16px;
	padding-right:10px;
	padding-bottom:10px;
	font-weight:bold;
}
	
.datos p {
	color:#666;
	font-size:14px;
	padding-right:50px;
	padding-top:5px;

}

.datos a {
	color:#666666;
	text-decoration:none;
}
	
.datos a:hover {
	color:#755095;
	
}


.obien { 
	width:330px;
	height:170px;
	padding-top:200px;
	margin-right:30px;
	float:right;


}

.obien p {
	margin-top:10px;
	margin-bottom:10px;
	padding-right:10px;
	padding-left:35px;
	color:#666;
	letter-spacing:1.5px;
	font-size:14px;
}

.obien a {
	color:#755095;
	text-decoration:none;
}

.obien a:hover {
	color:#666;
}

.obien h2 {
	font-size:18px;
	padding-bottom:30px;
}


	

.mail { 
	padding-top:70px;
}
	




input[type="text"]:focus, textarea:focus, input[type="search"]:focus {
	outline: #755095;
}

input:focus, textarea:focus, select:focus {
  	border: 1px solid #999;
  	background-color: #FFFFFF;
}

.errormsg {
  	display: block;
  	width: 90%;
  	height: 22px;
  	line-height: 22px;
  	color: #FFFFFF;
  	font-weight: bold;
  	background: #DADADA url(images/stop.gif) no-repeat 10px center;
  	padding: 3px 10px 3px 40px;
 	margin: 10px 0;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

.info {
	width:960px;
	height:220px;

	margin: 0 auto;
	}

.contactenos {
	width:960px;
	height:900px;
	}



.mensaje {
	width:645px;
	float:left;
}

.boton { 
width:85px;
height:85px;
float:right;
}


footer {
	clear: both;
	width: 960px;
	margin-top: 30px;
	padding: 40px 0px 20px 0;
	text-align: center;
	font-family: 'Maven Pro', sans-serif;
    font-size: .75em;
    line-height: 1em;
    color: #666666;
    padding: 1px 12px;
    border-left:  1px  solid #ADADAD;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
	
	

}

footer a {
	color: #333;
	font-weight: normal;
	text-decoration:none;
	padding-top:20px;
}

footer ul {
    float: left;
    padding: 0;
    list-style: none;
	padding-top:15px;
	padding-bottom:15px;
}

footer  ul li {
	float:left;
	padding-right:20px;


}