/********************************************
 *  CSS ROLFING Ferran                      *
 *  Archivo     :   style.css               *
 *  @author     :   Dealfil Comunicación    *
 *  @author     :   info@dealfil.com        *
 *  @WEB        :   http://www.dealfil.com	*
 *  @version    :   1.0                     *
 *                                          *
 ********************************************/

* {
    margin: 0;
    padding:0;
}

html, body{
	height: 100%;
	width: 100%;
	padding:0; 
	margin:0;
	overflow:hidden;/*Needed to eliminate scrollbars*/
}
body{
	background: #879298 url(img/bg_cuadrado.jpg) repeat 0px -59px;
	color: #3d5d6c;
	overflow:hidden;/*Needed to eliminate scrollbars*/
	font-family: Arial;
}


/*------------------------------
=GENERAL
------------------------------*/
.left{
	float: left;
}
.right{
	float: right;
}
a{
	color: #3d5d6c;
	text-decoration:none;
}
.clear{
	clear: both;
}

#dealfil_credit{
	text-decoration: none;
	position: absolute;
	left: 98.7%;
	top:75%;
	z-index: 9000;
	cursor: pointer;
}

/*** clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('img/loading.png');
}


/*------------------------------
=ESTRUCTURA
------------------------------*/
html, body, #wrapper {
	height: 100%;
}

body > #wrapper {
	height: auto; 
	min-height: 100%;
}
#wrapper{
	width: 100%;
	margin: 0px auto -50px auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	z-index: 1;
	background: url(img/bg_humo.png) no-repeat center center;
}
#content {
	padding-bottom: 77px;
	position: relative;
	padding-bottom: 40px;
}  /* debe ser el mismo alto que el footer */

#footer {
	position: relative;
	margin-top: -50px; /* valor negativo del alto del footer */
	height: 50px;
	clear:both;
	font-size: 11px;
	z-index: 1;
	overflow: hidden;
}




/*------------------------------
=HEADER
------------------------------*/
#header{
	padding: 25px 0px 0px 0px;
	/*width: 808px;*/
}
#logo{
	width: 250px;
	height: 82px;
	display: block;
	text-indent: -9999px;
	background: url(img/logo.jpg) no-repeat;
}
#nav{
	margin: 45px 0px 0px 0px;
	height: 200px;
}
#nav li{
	margin-bottom: 3px;
	position: relative;
	z-index: 1;
	/*width: 611px;*/
}
#nav a{
	color: #3d5d6c;
	letter-spacing: -1px;
	background: #fff;
	padding: 0px 7px;
	padding-bottom: 6px;
	font-size: 29px;
	display: inline-block;
	position: relative;
	z-index: 10;
}
#nav li .img_active{
	position: absolute;
	right: -15px;
	top: 0px;
	display: none;
	z-index: 5;
}
#nav span.active{
	color: #fff;
	background: #3d5d6c;
	display: inline-block;
}
#nav a:hover,
#nav span.active{
	color: #fff;
	background: #3d5d6c;
}
#nav a.active{
	color: #fff;
	background: transparent;
}

#slidepics{
	position: absolute;
	top: 0px;
	right: 37px;
	z-index: 1000;
	height: 70px;
	width: 496px;
	display: none;
}
#slidepics #prev,
#slidepics #next{
	width: 52px;
	height: 70px;
	display: block;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
	z-index: 10;
	cursor: pointer;
}
#slidepics #prev{
	left: -52px;
	background: url(img/slidepics_left.jpg) no-repeat;
}
#slidepics #next{
	right: -49px;
	background: url(img/slidepics_right.jpg) no-repeat;
}
#slidepics .slideIner{
	position: absolute;
	left: 0px;
	height: 70px;
	overflow: hidden;
	top: 0px;
	width: 496px;
}
#slidepics ul#thumbs{
	height: 70px;
	background: #3D5D6C;
}
#slidepics ul#thumbs li{
	position: relative;
	float: left;
	margin: 0px;
	width: 70px;
	height: 70px;
	margin-right: 1px;
}
#slidepics ul#thumbs li img{
	cursor: pointer;
}
/*------------------------------
=CONTENT
------------------------------*/
#par_derecha{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}
#content{
	position: relative;
	z-index: 100;
}
#img_testimonio{
	position: absolute;
	margin-left: 0px;
	top: 0px;
	width: 263px;
	z-index: 99;
	height: 172px;
	background: #fff;
}
#img_testimonio .manipulacion_img{
	position: absolute;
	bottom: 0px;
	display: none;
}
#wrapiframe{
	position: absolute;
	top: 190px;
	/*left: 201px;*/
	right: 136px;
	width: 410px;
	display: none;
	z-index: 1000;
	/*min-height: 216px;*/
}
#wrapiframe .iframe{
	background: #fff;
	position: relative;
	z-index: 150;
}
#wrapiframe .iframe .contenido{
	position: relative;
	z-index: 100;
}
.google{
	position: relative;
	z-index: 3000;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-top: -20px;
	width: 410px;
	height: 190px;
}
.tab_content,
.tab_content_img{
	/*width: 370px;*/
	/*height: 194px;*/
	padding: 10px;
	text-align: justify;
	position: relative;
	overflow: auto;
}
.tab_content h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	line-height: 24px;
	text-align: left;
}
.tab_content p{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}
.tab_content ul li{
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
}
.tab_content a:hover{
	font-weight: bold;
}
.tab_content .telf{
	font-size: 13px;
	text-align: left;
}
.paginator{
	width: 370px;
	height: 33px; 
}
.paginator span.thumb{
	display: none;
	float: left;
	width: 33px;
	height: 24px;
	padding-top: 9px;
	text-align: center;
	color: #8e9fa7;
	font-weight: bold;
	background: url(img/paginator_bg.jpg) no-repeat;
	margin: 0px 2px 0px 0px;
	cursor: pointer;
}
.paginator span.thumb:hover{
	color: #3d5d6c;
}
.paginator span.active{
	background: #fff;
	color: #3d5d6c;
	cursor: default;
}
.atangencias,
.dtangencias{
	position: absolute;
	top: 0px;
	z-index: -1;
	/*right: -230px;*/
	display: none;
}
/*.dtangencias{
	position: absolute;
	right: -230px;
	top: 0px;
	z-index: -1;
	display: none;
}*/
#siluetas{
	position: absolute;
	top: 20px;
	z-index: 100;
	right: 20px;
}
#siluetas .silueta{
	width: 29px;
	height: 70px;
}
#siluetas div{
	cursor: pointer;
	float: left;
	margin: 0px 10px 0px 0px;
	position: relative;
}
#siluetas div span{
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
#siluetas div span.mostrar{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}
#siluetas p{
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
	cursor: default;
	clear: both;
}
.texto_contacto{
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	width: 130px;
	position: absolute;
	z-index: 2000;
	left: 	-140px;
	bottom: 58px;
	cursor: default;
	text-align: right;
}
.coloca{
	background: url(img/navigation_icon.png) no-repeat left top;
	padding: 38px 0px 0px 0px;
	font-size: 10px;
	width: 120px;
	position: absolute;
	z-index: 2000;
	bottom: 100px;
	right: -95px;
	cursor: default;
}
#tipos,
#tipos_mv{
	position: absolute;
	width: 425px;
	height: 100%;
	top: -10px;
}
#tipos_mv .activarsentado,
#tipos_mv .tipos_mv_img{
	display: none;
}
#tipos .prev,
#tipos .next{
	width: 48px;
	height: 82px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -41px;
	text-indent: -9999px;
	z-index: 10;
	cursor: pointer;
}
#tipos .prev{
	left: -20px;
	background: url(img/l_arrow.png) no-repeat;
}
#tipos .next{
	right: -20px;
	background: url(img/r_arrow.png) no-repeat;
}
#tipos .img_antes,
#tipos_mv .img_antes{
	position: absolute;
	left: -47px;
	top: 26px;
	display: none;
	font-size: 100px;
	color: #fff;
}
#tipos .img_despues,
#tipos_mv .img_despues{
	position: absolute;
	left: -181px;
	top: 26px;
	display: none;
	font-size: 100px;
	color: #fff;
}
#tipos .tipo{
	display: none;
}
#tipos .activeslide{
	display: none;
}
#tipos .tipo img.lol,
#tipos_mv img.lol{
	position: absolute;
}
#tipos .tipo div.span,
#tipos_mv .activarsentado div.span{
	display: none;
	position: relative;
}

.sombra_tipo{
	background: url(img/bg_sombra_tipo.png) no-repeat;
	width: 1140px;
	height: 547px;
	position: absolute;
	bottom: -30px;
	right: -20px;
}

/*------------------------------
=FOOTER
------------------------------*/

#footer .footerwrap{
	background: #fff;
	margin-top: 10px;
	height: 100%;
	padding: 10px 28px;
	position: relative;
}
#footer ul{
	float: left;
}
#footer li{
	float: left;
	margin: 0px 5px;
}
#footer li a:hover{
	font-weight: bold;
}
.comuniti{
	float: left;
	margin-top: -20px;
	margin-right: 47px;
	position: relative;
	z-index: 1000;
}
.comuniti li{
	margin: 0px;
}
#testimonios{
	float: right;
	margin-top: -20px;
	position: relative;
	z-index: 1000;
	cursor: pointer;
	
}
#testimonios span{
	margin: 20px 10px 0px 0px;
	display: block;
	float: left;
}
.aviso{
	clear: both;
	width: 650px;
	/*margin: 40px auto 0px auto;*/
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	position: relative;
	top:28px;
	left: 50%;
	margin-left: -340px;
	display: none;
}
.aviso .close{
	position: absolute;
	right: 0px;
	top: -43px;
	cursor: pointer;
	display: none;
	font-weight: bold;
	font-size: 14px;
}
.biografia{
	clear: both;
	width: 650px;
	/*margin: 40px auto 0px auto;*/
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	position: relative;
	top:28px;
	left: 50%;
	margin-left: -340px;
	display: none;
	font-size: 14px;
	line-height: 16px;
}
.biografia p{
	margin-bottom: 20px;
}
.biografia h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 17px;
	line-height: 24px;
	text-align: left;
}
.biografia img{
	float: left;
	border: 1px solid #3D5D6C;
	margin: 0px 20px 10px 0px;
}
.biografia .close{
	position: absolute;
	right: 0px;
	top: -43px;
	cursor: pointer;
	display: none;
	font-weight: bold;
	font-size: 14px;
}



/*Supersize Plugin Styles*/
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position: absolute;
			top: 0px;
			left: 0px;
		}
		#supersize .activeslide, #supersize .activeslide img{
			display:inline;
		}

