body{
	background: #EDEDED url(../images/bg/bg_top.jpg) repeat-x left top;
	color:#444;
	font-size:12px;
	line-height:1.3em;
	margin: 0;
	padding:0;
}

p,
h1,
h2,
h3,
span,
li{
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
}

/* Layout */

.wrapper{
	margin: 0 auto;
	position:relative;
	width:900px;
}

.main_content{
	height: 444px;
	position:relative;
	width:900px;
}

.logo{
	left: 0;
	position: absolute;
	top:15px;
	z-index: 5;
}

.small_images{
	position: absolute;
	right:8px;
	top:26px;
	width:550px;
	z-index: 5;
}

.small_images div{
	border:3px solid #EAECEC;
	float:left;
	height:86px;
	margin-right:10px;
	overflow: hidden;
	width: 170px;
}

.small_images div.last{
	margin-right:0;
}

.main_image{
	height:358px;
	top:77px;
	overflow: hidden;
	position:relative;
	width:900px;
	z-index:2;
}

.main_image .images{
	height:358px;
	left:0;
	position: relative;
}

.main_image .images img{
	display: block;
	float:left;
	margin:0;
}

.main_image .shadow{
	position: absolute;
	left:0;
	top:0;
	z-index: 98;
}

.main_image span{
	bottom:10px;
	color:#FFF;
	left:10px;
	position: absolute;
	z-index: 99;
}

.bottom_content{
	position: relative;
	width: 900px;
}

.nav{
	float:left;
	margin: 15px 0 0 0;
	padding:0;
}

.nav li{
	background: #d8e5ef;
	background: -moz-linear-gradient(left, #d8e5ef 0%, #c0d0db 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d8e5ef), color-stop(100%,#c0d0db));
	background: -webkit-linear-gradient(left, #d8e5ef 0%,#c0d0db 100%);
	background: -o-linear-gradient(left, #d8e5ef 0%,#c0d0db 100%);
	background: -ms-linear-gradient(left, #d8e5ef 0%,#c0d0db 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e5ef', endColorstr='#c0d0db',GradientType=1 );
	background: linear-gradient(left, #d8e5ef 0%,#c0d0db 100%);
	border:1px solid #d3d3d3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	float:left;
	height:80px;
	list-style:none;
	margin: 0 20px 0 0;
	padding: 0;
	width:218px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.nav li.last{
	margin-right: 0;
}


.nav li:hover{
	-webkit-box-shadow: 0px 0px 5px 0px #2875aa;
	-moz-box-shadow: 0px 0px 5px 0px #2875aa;
	box-shadow: 0px 0px 5px 0px #2875aa;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.nav li a img{
	border:none;
	position: relative;
	top:-8px;
}

.social_options{
	left: 730px;
	position: absolute;
	top: 65px;
}

.encuentrenos_en_facebook {
	left: 726px;
	position: absolute;
	top: 10px;
}

/* Acerca del estudio */

.acerca_de .main_image{
	background-color: #FFF;
	overflow: visible;
}

.acerca_de .main_image .section_image{
	left:14px;
	position: absolute;
	top: -81px;
}

.acerca_de .titulo {
	left:560px;
	position:absolute;
	top:40px;
	z-index: 9;
}

.acerca_de .description{
	left:560px;
	position:absolute;
	top:80px;
	width:300px;
}

.acerca_de .equipo{
	background: transparent url(../images/bg/black_transp.png) repeat left top;
	bottom: 0;
	color: #FFF;
	left: 14px;
	line-height:1.4em;
	margin: 0;
	padding: 10px 0 10px 15px;
	position:absolute;
	width: 510px;
	z-index: 9;
}

/* Contacto */

.datos_contacto {
	position: absolute;
	right:0;
	top:55px;
}

.datos_contacto a img {
	border:0;
	text-decoration: none;
}

.datos_contacto img {
	display: block;
	margin:0;
}

/* Galería */

.galeria_de_fotos {
	left: 20px;
	position:absolute;
	top: 55px;
	z-index: 3;
}

.side_menu_container{
	background: transparent url(../images/bg/side_menu_bg.png) no-repeat left top;
	position:absolute;
	left: 120px;
	padding-top:24px;
	top: 116px;
	width: 182px;
	z-index: 1;
	margin: 0;
}

.side_menu {
	background-color: #F5F5F5;
	height:295px;
	padding: 0 0 0 20px;
	position:relative;
}

.side_menu li{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	margin: 0 0 4px 0;
	padding: 0 0 3px 0;
	text-transform: uppercase;	
}

.side_menu li a.active{
	color:#114971;
}

.side_menu li.last{
	border:none;
}

.side_menu li a{
	color:#555;
	text-decoration: none;
}

.side_menu li a:hover{
	color:#222;
	text-decoration: none;
}

.gallery {
	background: transparent url(../images/bg/gallery_bg.png) no-repeat left top;
	height: 411px;
	left: 284px;
	margin: 0;
	overflow:hidden;
	position:relative;
	top: 24px;
	width: 633px;
	z-index: 2;
}

.galleryContainer{
	height:330px;
	margin-top:30px;
	overflow: hidden;
	position:relative;
}

#arrowTop{
	cursor:pointer;
	left:280px;
	position:absolute;
	top:370px;
}

#arrowBottom{
	cursor:pointer;
	left:320px;
	position:absolute;
	top:370px;
}

.gallery ul{
	left: 46px;
	margin: 0;
	padding: 0;
	position:relative;
	top:0;
}

.gallery li{
	background-color: #FFF;
	border: 1px solid #AAA;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer; 
	display:block;
	float: left;
	height:71px;
	margin: 0 10px 10px 0;
	padding: 1px;
	width:96px;
}

.gallery li:hover{
	border-color: #444;
}

.gallery li img{
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	line-height: 0;
}

.big_images{
	background-color: #000;
	display: none;
	height: 352px;
	left: 330px;
	overflow: hidden;
	position:absolute;
	top: 50px;
	width: 540px;
	z-index: 3;
}

.big_images_container{
	height: 352px;
	overflow: hidden;
	text-align: center;
	width:540px;
}


#prev{
	background: transparent url(../images/bg/arrow-left.gif) no-repeat left top;
	cursor: pointer;
	display:none;
	height: 17px;
	left:572px;
	position:absolute;
	top:410px;
	width: 14px;
	z-index: 9;
}

#next{
	background: transparent url(../images/bg/arrow-right.gif) no-repeat left top;
	cursor: pointer;
	display:none;
	height: 17px;
	left:614px;
	position:absolute;
	top:410px;
	width: 14px;
	z-index: 9;
}

/* Tools */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}