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


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, br, 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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


/*FIN RESET*/

.web {
	width:900px;
	height:auto;
	background-color:#FFF;
	margin:0 auto;
}

header {
	height:170px;
}
	
.cuerpo {
	background-color:#FFF;
}

.container {
	height:auto;
}

footer {
	height:30px;
	clear:both;
	margin:20px 0;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}

.redessociales {
	width:240px;
	height:20px;
	list-style-type:none;
	margin-top:20px;
	float:left;
}

.redessociales li {
	float:left;
	width:20px;
	height:20px;
	margin-left:10px;
}

.logo {
	width:300px;
	height:100px;
	float:right;
	margin-top:50px;
}

h1 {
	font-size:0;
	color:#FFF;
	position:absolute;
	margin-left:-9999px;
}

.menuprincipal {
	display:none;
}

nav ul {
	width:75%;
	height:auto;
	float:right;
	margin-bottom:20px;
}

nav ul li {
	width:20%;
	float:left;
	border-right:solid 1px #000;
	text-align:center;
}

nav ul li:last-child {
	border-right:0;
}

nav ul li a:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000;
	font-size:12px;
}

nav ul li:first-child a:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	font-size:12px;	
}

nav ul li:first-child {
	background-color:#000;
}

nav ul li:hover {
	background-color:#000;
}

nav ul li a:hover {
	color:#FFF;
}

nav ul li a:visited {
	color:#999;
}

nav ul li:nth-child(3):hover {
	background-color:#e81a74;
}

section {
	height:auto;
	clear:both;
	padding-top:20px;
	border-top:solid 1px #CCC;
	margin:0 auto;
}

article {
	height:auto;
	margin:0 auto;
}

.intro1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:20px;
	padding-bottom:20px;
	text-align:center;
	margin:0 auto;
	font-weight:bold;	
}

.intro2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:16px;
	padding-bottom:20px;
	text-align:center;
	margin:0 auto;	
	line-height:1.2em;
	width:625px;
}
	
#container {
	width:900px;
	height:325px;
	margin:0 auto;
}

#slides {
	width:900px;
	height:325px;
	margin:0 auto;
}

.slides_container {
	width:900px;
	height:325px;
	margin:0 auto;
}

.flecha1 {
	display:inline;
	width:20px;
	height:20px;
	margin-bottom:20px;	
}
	
.flecha2 {
	display:inline;
	width:20px;
	height:20px;
	margin-bottom:20px;	
}

.pagination {
	float:right;
}

.pagination li {
	float:left;
	list-style:none;
	margin-top:5px;
	margin-bottom:20px;
}

.pagination li a {
	display:block;
	width:12px;
	height:12px;
	padding-top:12px;
	background-image:url(images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.servicios2, .servicios3, .servicios4 {
	width:200px;
	height:200px;
	float:left;
	margin-left:33px;
	border:solid 1px #CCC;
	margin-bottom:40px;
	text-align:center;
}

.servicios1 {
	width:200px;
	height:200px;
	float:left;
	margin-left:0;
	border:solid 1px #CCC;
	margin-bottom:40px;
	text-align:center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding-top:15px;
}

.servicios1 img, .servicios2 img, .servicios3 img, .servicios4 img {
	width:100px;
	height:100px;
	margin-top:15px;
}

.p1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
}

.copyrightcontacto {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:10px;
	padding-top:8px;
	text-align:center;
	font-weight:bold;
}

.mailto, .linkllamar {
	color:#e81a74;
	font-size:12px;
}

.contacto {
	display:inline;
}

.p3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	display:inline;
}

.p2a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	padding-left:85px;
	font-weight:bold;
}

.p2b {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	display:inline;
}

.iconitos {
	padding-left:85px;
}

.mailto2, .telf2, .bcn, .linkllamar2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	font-weight:bold;
	display:inline;
}

.datoscontacto {
	width:450px;
	height:240px;
	float:left;
	padding-left:45px;
	padding-top:20px;
}

.formulariocontacto {
	width:450px;
	height:560px;
	background-color:#e8e8e8;
	float:right;
	padding-left:45px;
	padding-top:20px;
	margin-bottom:40px;
	border:solid 1px #CCC;
}

.mapacontacto {
	width:450px;
	height:320px;
	float:left;
	padding-left:45px;
}

.googlemaps {
	width:360px;
	height:259px;
}

.proyectos2, .proyectos3 {
	width:260px;
	height:170px;
	float:left;
	margin-left:60px;
	margin-bottom:80px;
	text-align:center;
}

.proyectos1 {
	width:260px;
	height:170px;
	float:left;
	margin-left:0;
	margin-bottom:80px;
	text-align:center;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
	padding-top:15px;
}

.p4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	padding-top:5px;
}

.proyectos a:link {
	list-style-type:none;
	text-decoration:none;
}

.descriptionproyecto {
	float:left;
	width:248px;
	padding-right:25px;
	margin-bottom:30px;
}

.imageproyecto {
	float:left;
	width:652px;
	margin-top:10px;
}

.imagesproyecto {
	width:652px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectovertical {
	width:452px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectop14h {
	width:652px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectop14v {
	width:327px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectop12v {
	width:227px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.radio {
	margin-bottom:30px;
	padding-top:70px;
}

.video {
	margin-bottom:30px;
	width:650px;
	height:450px;
	float:left;
	margin-top:10px;
}

.spot {
	width:650px;
	height:450px;	
}

.cuento {
	float:left;
	width:450px;
	margin-bottom:30px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	padding-top:10px;
	line-height:1.2em;
}

.p2, p {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	padding-top:20px;
	line-height:1.2em;
}

.enlaces a {
	font-family:Arial, Helvetica, sans-serif;
	color:#e81a74;
	font-size:14px;
	padding-top:10px;
	line-height:1.2em;
	text-decoration:none;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.columna1 {
	width:250px;
	float:left;
}

.columna2, .columna3 {
	width:300px;
	float:left;
	margin-left:25px;
}

.fotosofi {
	width:250px;
}

.cvsofi1 {
	width:300px;
}

.cvsofi2 {
	width:300px;
	margin-bottom:20px;
	background-color:#e8e8e8;
	border:solid 1px #CCC;
	padding-left:25px;
	padding-right:25px;
	padding-top:13px;
	padding-bottom:20px;
}

.cvsofi3, .cvsofi4 {
	width:300px;
	margin-bottom:20px;
	border-top:solid 1px #CCC;
	padding-top:20px;
}

.cvsofi5 {
	width:300px;
	margin-bottom:40px;	
	border-top:solid 1px #CCC;
	margin-top:20px;
	padding-top:20px;
}

.p2bold {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.9em;
	line-height:1.2em;
	font-weight:bold;
}

.sofiaespejocv {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	line-height:1.2em;
}

.enlacecv {
	display:inline;
}

.enlacecv a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	line-height:1.2em;
	font-weight:bold;
	text-decoration:none;
}

.enlacecv a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:14px;
	line-height:1.2em;
	font-weight:normal;
	text-decoration:none;
}

@media only screen and (max-width:900px) {
	
.web {
	width:700px;
}

.p1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	padding-top:15px;
	padding-left:50px;
	padding-right:50px;
}

.servicios1 {
	width:300px;
	clear:both;
	margin-left:33px;
}

.servicios2 {
	width:300px;
	float:left;
	margin-left:33px;
}

.servicios3 {
	width:300px;
	clear:both;
	margin-left:33px;
}

.servicios4 {
	width:300px;
	float:left;
	margin-left:33px;
}

#container {
	width:700px;
	height:253px;
	margin:0 auto;
}

#slides {
	width:700px;
	height:253px;
	margin:0 auto;
}

.slides_container {
	width:700px;
	height:253px;
	margin:0 auto;
}

.logo {
	width:270px;
	height:90px;
}

.datoscontacto {
	width:350px;
	padding-left:0;
}

.formulariocontacto {
	width:350px;
	padding-left:25px;
}

.mapacontacto {
	width:325px;
	padding-left:0;
	overflow:hidden;
}

.cuadrosblancos1, .cuadrosblancos2 {
	width:300px;
}

.p2a, .iconitos {
	padding-left:45px;
}

.columna1 {
	width:215px;
	float:left;
}

.columna2, .columna3 {
	width:225px;
	float:left;
	margin-left:17px;
}

.fotosofi {
	width:215px;
}

.cvsofi1 {
	width:225px;
}

.cvsofi2 {
	width:225px;
	padding-right:20px;
	padding-left:20px;	
}

.cvsofi3, .cvsofi4 {
	width:225px;
}

.cvsofi5 {
	width:225px;
}

.proyectos2, .proyectos3 {
	width:220px;
	float:left;
	margin-left:20px;
	margin-bottom:50px;
}

.proyectos1 {
	width:220px;
	float:left;
	margin-left:0;
	margin-bottom:50px;
}

.descriptionproyecto {
	float:left;
	width:223px;
	padding-right:20px;
	margin-bottom:30px;
}

.imageproyecto {
	float:left;
	width:477px;
}

.imagesproyecto {
	width:477px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectovertical {
	width:341px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectop14h {
	width:477px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectop14v {
	width:240px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.imagesproyectop12v {
	width:166px;
	margin-bottom:30px;
	border:solid 1px #CCC;
}

.video {
	margin-bottom:30px;
	width:475px;
	height:356px;
	float:left;
}

.spot {
	width:475px;
	height:356px;	
}

}

@media only screen and (max-width:700px) {
	
.web {
	width:500px;
}

.p1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	padding-top:15px;
	padding-left:3px;
	padding-right:3px;
}

.servicios1, .servicios2, .servicios3, .servicios4 {
	width:230px;
	height:200px;
	float:left;
	margin-left:13px;
}

#container {
	width:500px;
	height:198px;
	margin:0 auto;
}

#slides {
	width:500px;
	height:198px;
	margin:0 auto;
}

.slides_container {
	width:500px;
	height:198px;
	margin:0 auto;
}

.logo {
	width:240px;
	height:80px;
	margin-top:70px;
}

nav ul {
	width:90%;
}

.formulariocontacto {
	float:left;
	margin-left:75px;
	margin-top:0;
}

.cuadrosblancos2 {
	width:300px;
	height:110px;
}

.datoscontacto {
	margin-bottom:20px;
	padding-top:10px;
}

.mapacontacto {
	width:450px;
	margin-bottom:40px;
}

.googlemaps {
	margin-left:70px;
}

.columna1 {
	width:200px;
	float:left;
}

.columna2 {
	width:285px;
	margin-left:15px;
	float:right;
}

.columna3 {
	width:200px;
	margin-left:0;
	float:left;
}

.fotosofi {
	width:200px;
	margin-bottom:-20px;
}

.cvsofi1, .cvsofi2, .cvsofi3, .cvsofi4 {
	width:285px;
}

.cvsofi5 {
	width:200px;
}

.proyectos1, .proyectos2, .proyectos3 {
	width:220px;
	float:left;
	margin-left:20px;
	margin-bottom:50px;
}

.descriptionproyecto {
	width:500px;
	margin-right:15px;
	margin-bottom:5px;
}

.imageproyecto {
	width:477px;
	margin-top:20px;
}

.imagesproyecto {
	width:477px;
	margin-left:11px;
}

.imagesproyectovertical {
	width:341px;
	margin-left:79px;
}

.imagesproyectop14h {
	width:477px;
	margin-left:11px;
}

.imagesproyectop14v {
	width:240px;
	margin-left:130px;
}

.imagesproyectop12v {
	width:166px;
	margin-left:167px;
}

.radio {
	margin-bottom:30px;
	padding-top:200px;
}

.video {
	margin-bottom:30px;
	width:475px;
	height:356px;
	margin-left:12px;
	margin-top:20px;
}

.spot {
	width:475px;
	height:356px;		
}

.intro2 {
	width:500px;
}

.p2, .cuento, p, .intro2, .p1 {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
}

.sofiaespejocv, .enlacecv {
	margin-top:20px;
}

}

@media only screen and (max-width:500px) {

.web {
	width:300px;
}

.p1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-size:12px;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
}

.servicios1, .servicios2, .servicios3, .servicios4 {
	width:300px;
	height:200px;
	margin:0 auto;
	margin-bottom:30px;
}

.servicios1 {
	margin-top:10px;
}

#container {
	width:300px;
	height:200px;
	margin:0 auto;
	margin-bottom:60px;
}

#slides {
	width:300px;
	height:200px;
	margin:0 auto;
}

.slides_container {
	width:300px;
	height:200px;
	margin:0 auto;
}

header {
	width:300px;
	height:230px;   
}

.redessociales {
	width:300px;
	height:20px;
	margin:0 auto;
	float:none;
	padding-top:10px;
}

.redessociales li {
	width:20px;
	height:20px;
	margin-left:20px;
	margin-bottom:30px;	
}

.redessociales li:first-child {
	margin-left:0;	
}

.logo {
	width:200px;
	height:200px;
	margin:0 auto;
	float:none;
}

.menuprincipal {
	display:inherit;
	width:300px;
	height:30px;
	margin-bottom:40px;
	margin-top:50px;
	cursor:pointer;
	background:none #FFF;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
	padding:5px 5px;	
}

nav ul {
	display:none;		
}

footer {
	height:40px;
}

.formulariocontacto {
	width:300px;
	margin:0 auto;
	padding:20px;
	margin-bottom:40px;
}

.mapacontacto, .googlemaps {
	width:300px;
	margin-left:0;
	overflow:hidden;
}

.cuadrosblancos1, .cuadrosblancos2 {
	width:260px;
}

.columna1 {
	width:300px;
	margin:0 auto;
}

.columna2 {
	width:300px;
	margin:0 auto;
}

.columna3 {
	width:300px;
	margin:0 auto;
}

.fotosofi {
	margin-bottom:0;
}

.cvsofi1, .cvsofi2, .cvsofi3, .cvsofi4, .cvsofi5 {
	width:300px;
}

.cvsofi5 {
	margin-top:0;
}

.proyectos1, .proyectos2, .proyectos3 {
	width:260px;
	margin-bottom:80px;
}

.descriptionproyecto {
	width:300px;
}

.imageproyecto {
	width:300px;
}

.imagesproyecto {
	width:300px;
	margin-left:0;
}

.imagesproyectovertical {
	width:215px;
	margin-left:40px;
}

.imagesproyectop14h {
	width:300px;
	margin-left:0;
}

.imagesproyectop14v {
	width:151px;
	margin-left:75px;
}

.imagesproyectop12v {
	width:105px;
	margin-left:95px;
}

.cuento {
	width:300px;
}

.radio {
	margin-bottom:30px;
	padding-top:230px;
}

.video {
	margin-bottom:30px;
	width:300px;
	height:225px;
	margin-left:0;
}

.spot {
	width:300px;
	height:225px;	
}

.intro2 {
	width:300px;
}

.sofiaespejocv, .enlacecv {
	margin-bottom:40px;
}

}