/* General Reset */
body{
	margin:0;
	color:#333;
	font:14px/20px Arial, Helvetica, sans-serif;
	background-color:#000;
	padding:0;

}
img{border-style:none; border:0; padding:0; margin:0;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#3275b7;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
header, nav, section, article, aside, footer{display:block;}



p, .blogText {   font-weight:normal; padding-bottom:4px; font-weight:bold;  text-align:left; font: Normal 13px 'Ubuntu', sans-serif;  line-height:19px; }
p a { color:#3275b7; }
p.intro { font-size:12px; line-height:18px; }
p.subintro { font-size:12px; line-height:18px; 	background:url(../images/bg-arrow.png) no-repeat 0 -4px; padding-left:28px;  }
p.small { font-size:12px; color:#999999; }
p.socialContact { padding-bottom:0;  margin-bottom:0; }
/* General settings */

.inBlack { background-color:#000000; color:#CCCCCC; font: Normal 11px 'Ubuntu', sans-serif;  text-transform:uppercase; padding:3px 7px 5px 7px; }
.inBlack:hover { background-color:#333; text-decoration:none;}

/* h titles */
h2 { margin:0; color:#333;  font-weight:bold; line-height:23px; text-align:left; font: 19px 'Ubuntu', sans-serif;  }
h2.second { font-size:15px; padding-top:5px;}
h3 { margin:0; color:#333; font: 14px bold 'Lato', sans-serif; text-transform:uppercase; padding-top:5px; clear:both; overflow:hidden; text-align:left; line-height:20px; }
h3.inBold { font-weight:bold; font-size:13px; text-transform:capitalize; }
h3.second  { margin:0; color:#333; font-size:15px; text-transform:uppercase; font-weight:normal; line-height:23px; padding-top:0; }
h3.intro  {  font-size:12px; text-transform:uppercase; line-height:16px; font-weight:normal;  }

.specialHeader { margin:0; padding:0; color:#333;  font-weight:bold; line-height:23px; text-align:left; font: 15px 'Ubuntu', sans-serif; }

/* header */
header{
	width:100%;
	background-color:#000000;
	padding:0;
	height:34px;
	margin-bottom:25px;
}
.header-area{
	width:780px;
	padding:0 10px;
	overflow:hidden;
}
.header-area:after{
	clear:both;
	content:'';
	display:block;
}
.header-area .phone{
	float:left;
	margin:0;
	font-size:13px;
	color:#ccc;
	padding-top:5px;
}
.header-area .phone a {
	font-size:13px;
	color:#ccc;
}
.header-area .phone strong {
	font-size:15px;
	color:#fff;
	font-weight:normal;
	padding-top:2px;
}


ul.languages {
	margin:11px 2px 0 0;
	padding:0;
	list-style:none;
	float:left;
	display:block;
	position:relative;
}
.languages li {
	float:left;
	padding:0;
	margin:0 5px 0 0;
}
.languages li a {color:#ccc; padding:0; margin:0; 	text-indent:-9999px; overflow:hidden; width:16px; height:11px; 	display:block;}
.languages li .es {background:url(../images/lang-es.png) no-repeat 0 1px; }
.languages li .en {background:url(../images/lang-gb.png) no-repeat 0 1px;}
.languages li .fr {background:url(../images/lang-fr.png) no-repeat 0 1px;}
.languages li .us {background:url(../images/lang-us.png) no-repeat 0 1px;}
.languages li .cn {background:url(../images/lang-cn.png) no-repeat 0 1px;}
.languages li .br {background:url(../images/lang-br.png) no-repeat 0 1px;}
.languages li .se {background:url(../images/lang-se.png) no-repeat 0 1px;}
.languages li .de {background:url(../images/lang-de.png) no-repeat 0 1px;}
.languages li .it {background:url(../images/lang-it.png) no-repeat 0 1px;}
.languages li .ch {background:url(../images/lang-ch.png) no-repeat 0 1px;}
.languages li .ru {background:url(../images/lang-ru.png) no-repeat 0 1px;}

.languages select { font-size:10px; background-color: #FFFEC6; height:20px; border:1px solid #ccc; margin-top:-5px;  }
.languages span { display:none; }
.languages .skiptranslate { color:#fff; margin-top:-9px; }



/* breadcrumbs */
.breadcrumbs{
	margin:0 0 -1px -1px;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:10px;
	line-height:15px;
	color:#004054;
	position:relative;
}
.breadcrumbs li{
	float:left;
	padding:0 5px 0 6px;
	background:url(../images/bullet-breadcrumbs.gif) no-repeat 0 6px;
}
.breadcrumbs a{color:#004054;}


span.marked {background-color:#ffff00;}


/* main */
#main{ width:1100px; margin:0 auto; padding:0 20px 0 20px; }
/* main-holder */
.main-holder { overflow:hidden; padding:0; }
.main-holder #content { width:800px; float:right; position:relative; padding-left:35px; padding-right:35px;background-color:#fff; }

.main-holder aside{ float:left; width:230px;  }
.main-holder aside .logo {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.gif) no-repeat;
	width:230px;
	height:160px;
	margin:15px 0 40px 0;
	position:relative;
}
.main-holder aside .logo a { display:block; height:100%; }

.contentLeft { float:left; width:340px; }
.contentRight{ float:right; width:340px; }





ul.inBlog {  font: Normal 12px 'Ubuntu', sans-serif; list-style:square; }
ul.inBlog li { padding-bottom:12px; }





/* navigation */
nav{
	overflow:hidden;
	margin:2px 0 0 0;
	position:relative;
	width:230px;
	float:left;
}
nav.submenu{
	margin:0 0 0 0;
}
nav ul{
	margin:12px 20px 12px 8px;
	padding:0;
	list-style:none;
}



nav ul li{
	clear:both;
	overflow:hidden;
	margin-left:5px;
	margin-bottom:0;
}

nav ul a{
	float:left;
	padding:3px 0 3px 14px;
	color:#ccc;
	position:relative;
	text-transform:uppercase;
	font: 11px bold 'Lato', sans-serif;
	background:url(../images/bullet01.gif) no-repeat 0 8px;
	display:block;
	width:190px;
	letter-spacing:0.5px;
	line-height:15px;
	margin-left:5px;
}
nav ul a:hover, nav ul li.andMoreSub a:hover{
	text-decoration:none;
	background:url(../images/bullet04.gif) no-repeat 175px 7px;
	color:#ccc;
}
nav ul .active, nav ul li.andMoreSub a.active {
	text-decoration:none;
	background:url(../images/bullet04.gif) no-repeat 175px 7px;
	color:#fff;
}

nav ul li.andMoreSub {
	color:#999;
	text-transform:lowercase;
	padding-bottom:4px;
	border-bottom:1px solid #999;
	padding-left:5px;
	margin-bottom:10px;
	width:190px;
	font: 17px bold 'Lato', sans-serif;
	letter-spacing:0.5px;
}

.widget {
	clear:both;
	overflow:hidden;
	margin:2px 0 0 0;
	float:left;
}
.widget a {
	background:url(../images/mario-gisbert-micropigmentacion.jpg) no-repeat 0 0;
	position:relative;
	width:220px;
	height:141px;
	float:left;
}
.widget a span.one {
	position:absolute;
	right:20px;
	top:55px;
	font-size:13px;
	color:#ccc;
}
.widget a span.two {
	position:absolute;
	right:20px;
	top:75px;
	font-size:15px;
	color:#d2aeb8;
	font-weight:bold;
}


/* social */
.social{
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
	position:relative;
	float:right;
}
.social li{
	float:left;
	margin-left:6px;
}
.social a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:15px;
	height:15px;
	border:1px solid #333;
}
.social .linkedin {	background:url(../images/social-linkedin.png) no-repeat;}
.social .google {	background:url(../images/social-google.png) no-repeat;}
.social .facebook {	background:url(../images/social-facebook.png) no-repeat;}
.social .twitter {	background:url(../images/social-twitter.png) no-repeat;}
.social .youtube {	background:url(../images/social-youtube.png) no-repeat;}
.social .rss {	background:url(../images/social-rss.png) no-repeat;}

.social .linkedin:hover, .google:hover, .facebook:hover, .twitter:hover, .youtube:hover, .rss:hover {background-position:0 -16px; background-color:#fff; }


.subSection { clear:both; overflow:hidden; padding:0; margin:-1px 0 20px 0; list-style:none; }
.subSection li {
	float:left;
}
.subSection li a {
	float:left;
	padding:4px 12px;
	color:#ccc;
	font-size:12px;
	margin-right:1px;
	background-color:#252525;
}
.subSection li a:hover, .subSection li a.active {
	background: url(../images/bg-menu.gif) repeat 0 0;
	text-decoration:none;
	color:#333;
}



/* sobre mario */
.lineBox { clear:both; overflow:hidden; border-bottom:1px solid #999; margin:0 0 0 0; padding:20px 0 0 20px; box-shadow: 0 0 0 1px rgba(0,0,2,0.1), 0 1px 0 rgba(0,0,2,0.15), 0 1px 1px rgba(0,0,2,0.1);}
.subContent { float:left; width:480px; padding:0; margin:0; }



.subImage { float:right; width:195px; padding:0; margin:0; }
.subImage img { float:left; padding:0; margin:0; }

.lineBox.blog { padding:0 0 5px 0; background:none; border:0; box-shadow:none; }
.lineBox.blog .subContent { width:auto; margin-bottom:20px; }

/* la micro */
 .imageBox{ clear:both; overflow:hidden; padding-bottom:25px; }
 ul.numberList { float:left; width:370px; padding:0; margin:0; }
 ul.numberList li { margin-bottom:7px; list-style:none; clear:both; overflow:hidden; }
 ul.numberList span.number { font-size:11px; padding:0 5px; color:#fff; background-color:#d2b0bb; font-weight:bold; float:left; margin:0;  }
 ul.numberList li p { float:left; margin:0; padding:2px 0 0 0; margin-left:7px; clear:none; width:340px; font-size:12px; }
 ul.sub { padding-top:10px; float:left; -webkit-padding-start: 22px; }
 ul.sub li { font-size:11px; line-height:15px; padding:3px 0 0 0; }


.sliderBox  { float:right; position:relative; width:310px; height:325px;  }
.sliderBox .slider, .sliderBox .slider1, .sliderBox .slider2 { position:relative; }
.sliderBox .slider .slide,  .sliderBox .slider1 .slide1,  .sliderBox .slider2 .slide2 { width:300px; height:300px; padding:4px;  margin-top:15px; border:3px solid #000; background-color:#fff; }
.sliderBox .switcher,  .sliderBox .switcher1,  .sliderBox .switcher2 { position:absolute; bottom:9px; right:5px; }
.sliderBox .switcher a,  .sliderBox .switcher1 a,  .sliderBox .switcher2 a  { float:left; text-indent:-9999px; overflow:hidden; background:#333; width:15px; height:10px; margin-right:3px; color:#CCCCCC; }
.sliderBox .switcher .activeSlide,  .sliderBox .switcher a:hover, .sliderBox .switcher1 .activeSlide,  .sliderBox .switcher1 a:hover, .sliderBox .switcher2 .activeSlide,  .sliderBox .switcher2 a:hover{background:#666; color:#333333;}

.sliderBox.testimony { width:202px; height:152px; clear:both; overflow:hidden; border:0; float:left; }
.sliderBox.testimony .slider .slide { width:202px; height:152px; padding:0; border:0; }

.sliderBox.professionals { width:208px; height:158px; clear:both; overflow:hidden; border:0; float:left; margin-top:15px; }
.sliderBox.professionals .slider .slide { width:202px; height:152px; border:3px solid #000; padding:0; float:left; margin:0;  }

.sliderBox.centers { width:480px; height:339px; clear:both; overflow:visible; float:left;  margin:0 0 15px 0; background-color:#000000;  }
.sliderBox.centers .slider .slide { width:474px; height:320px; padding:0;  border:3px solid #000; margin:0; }
.sliderBox.centers .switcher { bottom:4px; }

.sliderBox.tecnicos { width:380px; height:316px; clear:both; overflow:visible; float:left;  margin:0 0 15px 0; background-color:#000000;  }
.sliderBox.tecnicos .slider .slide { width:374px; height:294px; padding:0;  border:3px solid #000; margin:0; }
.sliderBox.tecnicos .switcher { bottom:4px; }


.formationGallery { clear:both; padding:0 0 0 0; }
.sliderBox.formation { width:600px; height:342px; clear:both; overflow:visible; float:left;  margin:0 0 15px 0; background-color:#000000;  }
.sliderBox.formation .slider .slide { width:594px; height:336px; padding:0;  border:3px solid #000; margin:0; }
.sliderBox.formation .slider .slide img { width:594px; height:336px; }
.sliderBox.formation .switcher { bottom:4px; }


.sliderBox.blog { width:571px;  height:382px; clear:both; overflow:visible; float:left; margin-bottom:10px; background-color:#000; }
.sliderBox.blog .slider .slide { width:565px; height:350px; padding:0; margin:0; clear:both; overflow:visible;}
.sliderBox.blog .slider .slide img { width:565px; height:350px;}
.sliderBox.blog figure { width:450px; clear:both; overflow:hidden;   font-size:11px; color:#999; padding:0 9px; margin:0; } 

/* listado avalistas */
.genericList { width:510px; float:left; padding:15px 0 0 0; margin:15px 0 0 0; border-top:1px solid #ccc; list-style:none; }
.genericList h3 { padding:5px 0 15px 0; margin:0;}
.genericList article { width:510px; float:left; margin:0; padding-bottom:20px; position:relative;  }
.genericList article.last { margin-right:0; }
.genericList article img { width:130px;  z-index:0; float:left; border:3px solid #000; margin-right:18px; }
.genericList article .info { width:356px; float:left;  }
.genericList article h3 { padding:4px 0 0 0; margin:0 0 0 0; clear:both; color:#3275b7; font-weight:normal; font-size:15px; text-transform:none; line-height:17px; }
.genericList article p { margin-top:4px; font-size:12px; }
.genericList article p.small { font-size:10px; color:#666; margin:0; padding:3px 0 0 7px; text-transform:uppercase; line-height:12px; float:left; }
.genericList article .inBlack { clear:both; overflow:hidden; font-weight:normal; font-size:11px; }

.genericList article a { float:left;  font: 13px bold 'Lato', sans-serif; font-weight:bold; }
.genericList article a:hover { opacity:0.7; filter:alpha(opacity=70); }

.genericList article img.playOn { z-index:10; float:none; border:0; position:absolute; top:67px; left:86px; background:none; }

.genericListSidebar  { float:right; width:250px; padding:15px 0 0 0; margin:15px 0 0 0; border-top:1px solid #ccc; }
.genericListSidebar h3 { margin-bottom:15px;}
.genericListSidebar .itemTxt { background-color:#000; color:#999; padding:12px 15px 14px 15px; font-size:11px; margin-bottom:1px; }
.genericListSidebar .itemTxt p { font-size:11px; font-style:italic; padding:0; margin:0; color:#ccc;  }
.genericListSidebar .itemTxt p span { font-size:14px; color:#ccc; }


.centersPigmentalia { font-size:14px; margin-bottom:20px; float:left; width: 585px; margin-right:14px; text-align:left;  }
.centersPigmentalia article { width:auto; clear:both; overflow:hidden; margin:0; padding-top:10px; position:relative;   }
.centersPigmentalia article .inBlack { font-size:14px;  display:block; padding: 6px 7px 6px 7px; }

.centersGallery { float:left; width:480px; }
.centersInfo { clear:both; overflow:hidden; }
.centersInfo dl { clear:both; overflow:hidden; text-transform:uppercase;  font-weight:bold; background-color:#000; padding:10px  }
.centersInfo dt { float:left; margin:0; width:100px;  padding:-3px 0 0 0;  font-size:10px; color:#CCCCCC;    }
.centersInfo dd { float:left;  font-size:10px;   margin:0; padding:0 0 4px 0; color:#999; line-height:16px; text-transform:capitalize; width:310px; }
.centersInfo dd a { text-transform:lowercase; }

.centersLeft { float:left; width:480px; }
.centersRight { width:250px; float:right; }
.centersRight h2 { font-size: 17px;padding-bottom: 10px;}

#map { width:474px; height:300px; border:3px solid #000000; clear:both; overflow:hidden; margin:5px 0; }
#map p { padding:0; margin:0; font-size:11px; line-height:15px; }
#map p strong { font-size:12px; }
#map img { border:2px solid #000; }

#gmap { width:794px; height:450px; border:3px solid #000000; clear:both; overflow:hidden; margin:15px 0 25px 0; }

#map.inTecnicos { width:374px; height:300px; border:3px solid #000000; clear:both; overflow:hidden; margin:5px 0; }

.clearBoth { clear:both; overflow:hidden; }

/* legislación */
.downloadList { clear:both; overflow:hidden; padding:18px 0 15px 0; margin:0; list-style:none; }
.downloadList li { float:left; margin:0 30px 15px 0; width:330px; }
.downloadList li a { background: url(../images/icon-pdf.png) no-repeat 0 0; padding-left:42px; font-size:12px; float:left; line-height:16px; display:block; height:35px; }

.miniBanner { position:absolute; right:0; top:270px;}


/* slide galería micropigmentación */
.stripViewer { position: relative; overflow: hidden;  margin: 13px 0 0 0; border:3px solid #000; }
.stripViewer ul { margin: 0; padding: 0; position: relative; left: 0; top: 0; width: 1%; list-style-type: none; }
.stripViewer ul li { float:left; }
.stripTransmitter { overflow: auto; }
.stripTransmitter ul { margin: 0; padding: 0; position: relative; list-style-type: none; }
.stripTransmitter ul li { width: 20px; float:left; margin: 0 1px 1px 0; }
.stripTransmitter a { font: bold 10px Verdana, Arial; text-align: center; line-height: 22px; background: #666; color: #fff; text-decoration: none; display: block; }
.stripTransmitter a:hover, a.current{ background: #000; color: #999; }
.tooltip { padding: 0.5em; background: #fff; color: #000; border: 5px solid #dedede; }



/* tecnicos */
.filterBox { clear:both; overflow:hidden; padding:5px 8px; margin:5px 0 15px 0;  border:1px solid #ccc; background:#F9F9F9;  }
.filterBox span { padding:4px 6px 0 0; float:left; font-size:11px; }
.filterBox select { background-color:#FFFEC6; border-bottom:1px solid #ccc; font-size:11px; color:#333; float:left; padding:2px 2px 2px 5px; margin-right:30px; }

.commonBox { clear:both; overflow:hidden; float:left; width:370px; margin:10px 0 0 0; border:1px solid #ccc; background-color:#fff; padding:4px 4px 0 4px; margin-bottom:20px;   }
.commonBox.blog { width:559px; padding:0; margin-bottom:25px; border:3px solid #000; float:left; padding:0; height:350px; margin-top:0;   }

.avalistasContentLeft dl { clear:both; overflow:hidden; padding:10px; text-transform:uppercase;  font-weight:bold; width:188px; background-color:#000;  }
.avalistasContentLeft dt { clear:both; overflow:hidden; margin:0;  padding:0;  font-size:10px; color:#CCCCCC;    }
.avalistasContentLeft dd {  font-size:10px;  clear:both; overflow:hidden;  margin:0; padding:0 0 8px 0; color:#666; line-height:16px; text-transform:capitalize; }
.avalistasContentLeft dd a { text-transform:lowercase; }

.textProfessionals { font-size:13px; padding-bottom:10px; line-height:17px; text-align:justify; }
.textProfessionals p { text-align:justify; }
/* socialProfessionals */
.socialProfessionals{
	margin:5px 0 20px 0;
	padding:10px 0 5px 5px;
	list-style:none;
	clear:both;
	overflow:hidden;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}
.socialProfessionals li{
	clear:both;
	overflow:hidden;
	margin-bottom:6px;
	width:auto;
}
.socialProfessionals a {
	height:20px;
	padding-left:30px;
	font-size:11px;
	float:left;
}
.socialProfessionals .linkedin { background:url(../images/social-linkedin.png) no-repeat;}
.socialProfessionals .facebook { background:url(../images/social-facebook.png) no-repeat;}
.socialProfessionals .twitter {	background:url(../images/social-twitter.png) no-repeat;}
.socialProfessionals .google { background:url(../images/social-google.png) no-repeat;}
.socialProfessionals .youtube {	background:url(../images/social-youtube.png) no-repeat;}




/* Section BlogList */
section.blogList { float:left; width:565px; margin:0 35px 0 0; text-align:justify; }
section.blogList h2 { padding:14px 0 0 0;}
section.blogList .subContent h2 { padding:0 0 0 0; margin:0; }
section.blogList h2.blogCat {  border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:0; font-size:15px; text-transform:uppercase; font-weight:normal; padding-top:10px; }
section.blogList article { float:left; border-bottom:1px solid #ccc; padding: 0 0 15px 0; margin:0 37px 20px 0; width:260px; height:325px; position:relative; }
section.blogList article.last { margin-right:0; }
section.blogList article h3 { padding-bottom:7px; font-size:14px; padding:0; margin:0 4px; line-height:18px; }
section.blogList article h3 a { text-transform:none; font-weight:bold;  }
section.blogList article p { padding-top:10px; font-size:12px; margin:0 4px; }
section.blogList article img { border:3px solid #000; width:254px; height:157px; float:left; margin:0 0 11px 0; padding:0;  }
section.blogList article .moreInfo { clear:both; overflow:hidden; position:absolute; margin:0 4px; bottom:15px; width:250px;   }
section.blogList article .social { float:left; margin-top:2px;  }
section.blogList article .social li { margin: 0 5px 0 0; }
section.blogList article .inBlack { float:right; margin-top:-2px;  }

section.blogList article.subCatBlogList { float:none; clear:both; overflow:hidden;  padding: 0 0 10px 0; margin:0 0 15px 0; width:565px; height:auto; }

section.blogList article.catBlogList { float:none; clear:both; overflow:hidden;  width:565px; height:auto; padding: 0 0 10px 0; margin:0 0 15px 0; }
section.blogList article.catBlogList img { width:170px; height:auto; margin-right:20px; }
section.blogList article.catBlogList .infoCatListBox { float:left; width:365px;  }
section.blogList article.catBlogList .infoCatListBox .moreInfo { bottom:18px; width:365px;   }

section.blogList .noResults { padding-top:15px; font-weight:bold; }




.a2a_dd.general { float:right; margin-top:-5px;  }
.a2a_dd.general img { border:0; width:auto; height:auto;  }

section.blogList .a2a_dd img { border:0; width:auto; height:auto;  }

/* aside blogWidgets */
aside.blogWidgets { float:left; width:200px; }

aside.blogWidgets .box { clear:both; overflow:hidden; padding:10px; background-color:#f9f9f9; border:1px solid #ccc; margin-bottom:10px; }

aside.blogWidgets .box h3 { font-size:11px; padding-bottom:5px; color:#212121; text-transform:uppercase; font-weight:bold; }

aside.blogWidgets .box ul { clear:both; overflow:hidden; padding:0; margin:0; }
aside.blogWidgets .box ul li { clear:both; overflow:hidden; padding:0; margin:0; line-height:15px; }
aside.blogWidgets .box ul li a { color:#434343; font-size:10px; display:block; margin:0 0 1px 0; padding:5px 6px 5px 20px;  text-transform:uppercase; background: #f1cbd8 url(../images/bullet01.gif) no-repeat 10px 10px; }
aside.blogWidgets .box ul li a:hover { text-decoration:none; background-color:#333; color:#fff; }

aside.blogWidgets .box ul li a.active { background-color: #333; color:#fff; }

aside.blogWidgets .box select { font-size:11px; padding:2px 1px 2px 4px; color:#666; margin-top:10px; width:178px; }

aside.blogWidgets .box.tags ul { padding:5px 0 0 0; }
aside.blogWidgets .box.tags ul li { clear:none; float:left; padding:0 5px 0 0; margin:0; }
aside.blogWidgets .box.tags ul li a { color:#3275b7; font-size:11px; display:inline; margin:0; padding:0;  text-transform:lowercase; background: none; }
aside.blogWidgets .box.tags ul li a:hover { text-decoration:underline; }

aside.blogWidgets .box.questions { background-color:#ccc; }
aside.blogWidgets .box.questions ul { padding:5px 0 0 0; }
aside.blogWidgets .box.questions ul li { clear:none; float:left;  padding:0 0 6px 0; margin:0; }
aside.blogWidgets .box.questions ul li a { color:#333; font-size:11px; display:inline; margin:0; padding:0;  text-transform:none; background: none; line-height:14px; }
aside.blogWidgets .box.questions ul li a:hover { text-decoration:underline; }

aside.blogWidgets .box.author img { width:178px; }
aside.blogWidgets .box.author div, aside.blogWidgets .box.author div p { font-size:11px; line-height:16px; }

.blogTags { clear:both; overflow:hidden; padding: 10px 5px 0 5px; margin-top: 20px; border-top: 3px solid  #000; color: #333;
font-size: 12px; text-transform: uppercase; font-weight: bold; }

.blogTags ul { padding:0; margin:0; clear:none; }
.blogTags ul li { clear:none; float:left; padding:0 5px 0 0; margin:0; list-style:none; line-height:15px; }
.blogTags ul li.title { font-weight:bold; text-transform:uppercase; }
.blogTags ul li a { color:#333; font-size:11px; display:inline; margin:0; padding:0; font-weight:normal;  text-transform:lowercase; background: none; }
.blogTags ul li a:hover { text-decoration:underline; }



.blogText { clear:both; overflow:hidden; padding-bottom:10px; font-size: 13px; line-height: 18px; text-align:justify; }
.blogText ul {  padding:2px 0 10px 20px; margin:0; list-style:square; font: Normal 12px 'Ubuntu', sans-serif; }
.blogText ul li { padding:0 0 8px 0; margin:0;  font-size:12px;  }



.meta { clear:both; overflow:hidden; }
.meta span { color:#ccc; text-transform:uppercase; float:left; padding:0 8px; background-color:#000000; font-size:9px; }
.meta .social { float:left; margin-top:1px; }


/* paginator */
ul.paginator { clear:both; overflow:hidden; padding:15px 0 0 0; list-style:none; margin:0; }
ul.paginator li { float:left; margin-right:10px; margin:0 3px 0 0; padding:0; }
ul.paginator li a { padding:3px 5px; font-size:10px; background-color: #333; color: #F1CBD8; }
ul.paginator li .select { background-color:#000; color:#ccc; }
ul.paginator li .unselect { background-color:#000; color:#ccc; }
ul.paginator li a:hover { background-color:#333;  text-decoration:none; }






/* home */



/* homeSlider */
#homeSlider { clear:both; overflow:hidden; margin:0; padding:0; width:794px; height:350px; border:3px solid #000;  z-index:8; }
#homeSlider ul { list-style:none; margin:0; padding:0; width:794px; height:350px; }
#homeSlider ul li { margin:0; padding:0; width:794px; height:350px;  }


span#prevBtn{}
#nextBtn{ margin-left:1px; }

.knowMore { padding:6px 9px; background-color:#333; color:#fff; text-transform:uppercase; font-size:10px; border-radius:4px; margin-left:26px; }
.knowMore:hover { background-color:#F1CBD8; color:#333; text-decoration:none;  }

.homeSubmenu { clear:both; float:right;  padding:0; margin:-35px 10px 0 0; list-style:none; z-index:0; position:relative; }
.homeSubmenu li { float:left; }
.homeSubmenu li a { float:left; padding:2px 8px; font-weight:bold; color:#fff; font-size:10px; background-color:#000; }
.homeSubmenu li a:hover, .homeSubmenu li a.active { background-color:#212121; text-decoration:none; color:#F1CBD8; }

.fourAnswers { clear:both; overflow:hidden; margin-top:6px; margin-bottom:20px; padding-bottom:6px; border-bottom:3px solid #000; }
.fourAnswersItem { width:165px; margin-right:6px; float:left; position:relative; padding:10px 15px 10px 15px; text-transform:uppercase; font-size:12px; background-color:#000000; cursor:pointer; display:block; color:#FFFFFF; line-height:18px; }
.fourAnswersItem span { position:absolute; right:15px; bottom:10px; font-size:15px; }
.fourAnswersItem:hover { background-color:#212121; text-decoration:none; color:#ccc; }
.fourAnswersItem.last { margin-right:0; width:167px; }

.lastRealCases { clear:both; overflow:hidden; margin-top:10px;  margin-bottom:20px; padding-bottom:20px; border-bottom:3px solid #000; }
.lastRealCasesItem { float:left; margin-right:23px; width:249px; }
.lastRealCasesItem.last { margin-right:0; }
.lastRealCasesItem img { width:243px; clear:both;  background-color:#fff; padding:3px; 
background: #000;   height:183px; }
.lastRealCasesItem h3 { text-transform:none; font-size:14px; margin:0 2px 2px 2px; font-weight:bold; }
.lastRealCasesItem p { font-size:12px; margin:0 2px; text-align:justify; }
.lastRealCasesItem .inBlack { padding-bottom:5px; float:right; margin-right:4px; margin-top:10px; }
.lastRealCasesItem.last { margin-right:0; }

.homeLeft { float:left; width:570px; }
.homeLeft article { float:left; width:569px; margin-top:20px; }
.homeLeft article.last { padding-right:0; margin-right:0; border-right:0; }
.homeLeft article img { width:170px; height:105px; float:left; margin-right:15px; padding:3px; background: #000; }
.homeLeft article .infoBoxi { width:365px; float:left; }
.homeLeft article span { font-size:10px; color:#999999; }
.homeLeft article h3 { line-height:13px; padding-top: 0; }
.homeLeft article h3 a { font-size:13px; font-weight:bold; text-transform:none; }
.homeLeft article p { font-size:13px; line-height:18px; margin:5px 0 0 0; padding-bottom:0; }

.aside.blogWidgets.homeRight { float:right; margin-top:-20px; }


/* video */
.mediaList { clear:both; overflow:hidden; margin-top:20px; }
.mediaList article { float:left; width:243px; margin-right:35px;  padding-bottom:25px; margin-bottom:20px; }
.mediaList article.last { padding-right:0; margin-right:0; border-right:0; }
.mediaList article iframe, .mediaList article img { border:3px solid #000; width:237px; margin:0; }
.mediaList article a { margin:0; padding:0; }
.mediaList article a.but, .mediaList article div.but { display:block; font-size:11px;  color:#FFFFFF; text-transform:uppercase; margin-top:-4px; padding:10px; clear:both; overflow:hidden; background: #000000 url(../images/icon-photo.png) no-repeat 215px 9px; font-family:Arial, Helvetica, sans-serif;}
.mediaList article a.but:hover { opacity:0.7; filter:alpha(opacity=70); text-decoration:none; }

.mediaList.videos div.but{ background: #000000 url(../images/icon-video.png) no-repeat 215px 9px; } 

/* contactAsk */
.contactSocialBox { border-top:1px dashed #999; padding-top:30px; margin-top:40px; clear:both; overflow:hidden; width:720px; float:left; }
.contactSocialBox h3 { padding-bottom:8px; }
.contactSocialBox h3.second { padding-bottom:20px; }

/* last Author Post */
.lastAuthorPost { clear:both; overflow:hidden; padding:20px 0; border-top:1px dashed #999; text-align:left;  }
.lastAuthorPost ul {  padding-left:10px; list-style:none;  }
.lastAuthorPost ul li { padding-bottom:10px; font-size:12px; font-size:10px; background: url(../images/bg-arrow.png) no-repeat 0 -4px; padding-left:35px; line-height:15px;  }
.lastAuthorPost ul li a { font-size:11px;  }

.lastAuthorPost.detailBlog { border-top:0; border-bottom:5px solid #333; background-color:#F9F9F9; padding:20px; }

/* colaborator Tecniques */
.colaboratorTecniques { clear:both; overflow:hidden; float:left; padding:20px; margin-top:20px; background-color:#efefef; border:1px solid #ccc; margin: 10px 0 0 0;}
.colaboratorTecniques ul {  padding-left:10px; list-style:square; list-style-position:inside; }
.colaboratorTecniques ul li { padding-bottom:5px; font-size:12px;  }



.contactLeft { float:left; width:480px; }
.contactLeft p { font-size:14px; }
.contactLeftLeft { float:left; width:334px; }
.contactLeftLeft dl { clear:both; overflow:hidden; width:344px; }	
.contactLeftLeft dt { float:left; font-size:13px; text-transform:uppercase; color:#666666; width:100px; margin:0; padding:4px 0 0 0; }	
.contactLeftLeft dd { float:left; color:#333; font: 19px 'Ubuntu', sans-serif; width:234px; margin:0 0 0 0; padding:0; }	
.contactLeftLeft dd span { color:#333; font-size:11px; }	
.contactLeftRight { float:right; width:146px; }

.contactRight { float:right; width:250px; padding-bottom:50px; }
.contactRight h2 { font-size:17px; padding-bottom:10px; }

.socialContact { clear:both; overflow:hidden; list-style:none; margin:0; padding:0;  padding-top:20px; }
.socialContact li { float:left; margin:0 3px 0 0; padding:0; }
.socialContact li.last { margin-right:0; }


/* form-holder */
.form { margin:0 0 0 0; float:left; width:250px; }

.form.large { width:530px; }
.form.large .form-holder .row { width:250px; clear:none; float:left; margin-right:30px; }
.form.large .form-holder .row.last { margin-right:0; }

.form .form-holder { margin:0; padding-top:10px; }
.form .form-holder .row { width:250px; clear:both; overflow:hidden; padding-bottom:4px;  font-size:12px; }
.form .form-holder .row.last { margin-right:0; }
.form .form-holder .row.bigText { width:540px; margin-right:0; padding-top:10px; }
.form .form-holder .row.bigText textarea { width:523px; height:250px; }
.form .form-holder label{ padding:0; line-height:22px; clear:both;  overflow:hidden; font-size:12px; float:left;  }
.form .form-holder .row .txt, .form .form-holder .row input[type=text], .form .form-holder .row input[type=password]{
	float:left;
	border:1px solid #b1afaf;
	font:13px/14px Arial, Helvetica, sans-serif;
	color:#555;
	height:27px;
	padding:2px 5px 3px;
	margin:0;
	width:238px;
    clear:both;  
	overflow:hidden; 
}
.form .form-holder .row  select { 	
	border:1px solid #b1afaf;
	font:13px/14px Arial, Helvetica, sans-serif;
	color:#555;
	width:250px;	
	height:35px;
	padding:3px 5px 4px;
}
.form .form-holder .area{ margin-bottom:5px; clear:both;  overflow:hidden;  }
.form .form-holder .area .holder { float:left; clear:both;  overflow:hidden;  }
.form .form-holder .area textarea{
	float:left;
	border:0;
	background:#fff;
	padding:0;
	margin:0;
	overflow:auto;
	font:13px/14px Arial, Helvetica, sans-serif;
	color:#555;
	width:248px;
	height:90px;
	clear:both;  overflow:hidden;
	border:1px solid #b1afaf;
}
.form .form-holder .bottomBut { padding-top:10px; clear:both; overflow:hidden; }
.form .form-holder .bottomBut .conditions { float:left; width:auto; padding-top:4px; }
.form .form-holder .bottomBut .conditions input { float:left; width:auto; margin-right:5px; }
.form .form-holder .bottomBut .conditions span, .form .form-holder .bottomBut .conditions label { float:left; width:auto; font-size:10px; clear:none; }
.form .form-holder .bottomBut input{
	float:right;
	border:0;
	padding:7px 10px;
	color:#ccc;
	font:10px Arial, Helvetica, sans-serif;
	cursor:pointer;
	background-color:#000;
	text-transform:uppercase;
}
.form .form-holder .bottomBut input.check.left { float:left; margin-right:6px; }
.form .form-holder .bottomBut label.check { float:left; clear:none; font-size:10px; line-height:13px; }

.form .form-holder .bottomBut input:hover { background-color:#333; }
.form .form-holder p.note { clear:both; overflow:hidden; font-size:11px; margin-bottom:0; padding-bottom:0; }

.form .form-holder .row.imgProfileList { width:540px; margin:-9px 0 0 0; padding:0 0 14px 0; }
.form .form-holder .row.imgProfileList label { width:80px; float:left; clear:none; }
.form .form-holder .row.imgProfileList label input { margin-top:-23px; }



/* formación Box */
.formacionBox { clear:both; overflow:hidden; padding-bottom:30px; }
.formacionBox article { width:340px; float:left; margin:15px 40px 0 0; }
.formacionBox article.last { margin-right:0; }
.formacionBox article img { width:40px; height:40px; float:left; margin-right:8px; border:1px solid #ccc; }
.formacionBox article div { float:left; width:290px;   }
.formacionBox article div a { font-size:12px; font-weight:bold;  }
.formacionBox article div p { font-size:11px; margin:0; padding:0; line-height:15px;  }




.aboutContentLeft { float:left; width:380px; margin:20px 0; }
.aboutContentLeft iframe { border:3px solid #000; }
.aboutContentRight { float:right; width:380px; clear:right; padding-top:15px; }


.avalistasContentLeft { float:left; width:220px; margin:10px 30px 0 0; }
.avalistasContentRight { float:left; width:532px; clear:right; padding-top:15px; margin-top:10px; }


.realCasesList { clear:both; overflow:hidden; margin-top:-35px; }
.realCasesList article { clear:both; overflow:hidden; margin-top:25px; padding-top:25px; border-top:1px solid #ccc;  position:relative; }
.realCasesList article .bigOne { float:left; width:300px; margin-right:20px; border:none; }
.realCasesList article .infoCases { float:left; width:480px; } 
.realCasesList article .inBlack { position:absolute; top:25px; right:0; }
.realCasesList article p { text-align:justify; }
.realCasesList article ul.miniImages { position:absolute; bottom:0; left:321px; margin:5px 0 0 0; padding:0; list-style:none; }
.realCasesList article ul.miniImages li { float:left; margin-right:7px; width:112px; height:86px; }
.realCasesList article ul.miniImages li img { border:1px solid #ccc; }

.realCasesList.testimonyNew { border-top:1px solid #ccc; margin-top:-10px; padding-top:25px; float:left;  }
.realCasesList.testimonyNew article { clear:none; float:left; margin:0 20px 40px 20px; padding:0 0 20px 0; width:360px; border-bottom:1px solid #ccc; border-top:0; }
.realCasesList.testimonyNew article h3 { padding:10px 0 20px; margin:0; clear:both; overflow:hidden; text-transform:capitalize; font-size:16px; }
.realCasesList.testimonyNew article .inBlack { position:relative; clear:both; overflow:hidden; top:auto; right:auto; }


.avalistasHome { clear:both; overflow:hidden; margin-top:30px; padding-top:30px; border-top:3px solid #000; float:left; display:block; width:800px; }
.avalistasHome .avalistasHomeTitle { width:120px;  float:left; position:relative; padding:15px 20px 45px 20px; text-transform:uppercase; font-size:12px; background-color:#000000; cursor:pointer; display:block; color:#FFFFFF; line-height:18px; }
.avalistasHome .avalistasHomeTitle span { position:absolute; right:20px; top:32px; font-size:15px; }
.avalistasHome .avalistasHomeTitle:hover { background-color:#212121; text-decoration:none; color:#ccc; }

.photosResume { float:left; width:640px;  }
.photosResumeItem { float:left; margin-left:2px; width:89px; text-align:center; }
.photosResumeItem img { width:89px; padding:0; margin:0; height:68px; border:0;}
.photosResumeItem a { font-size:10px; padding:0; margin:0; text-align:center; color:#666; text-transform:uppercase; padding-top:-3px; }
.photosResumeItem a:hover { opacity:0.7; filter:alpha(opacity=70); }



.sectionSubmenu  { clear:both; overflow:hidden; list-style:none; margin:10px 0 20px 0; padding:0; }
.sectionSubmenu li  { float:left; margin-right:1px; margin-bottom:1px; }
.sectionSubmenu li a  { padding:6px 10px 6px 10px; background-color:#ccc; color:#333333; font: 11px bold 'Lato', sans-serif; text-transform:uppercase; display:block; }
.sectionSubmenu li.active a, .sectionSubmenu li a:hover, .sectionSubmenu li a.active  { background-color:#000; color:#ccc; text-decoration:none; }

/* footer */
footer { clear:both; padding-top:60px; }

.footer-top{
	background-color:#000;
	padding:20px 40px;
	line-height:17px;
	color:#ccc;
}
.footer-top .holder {
	width:800px;
	margin:0 auto;
	position:relative;
}
.footer-top .holder  .miniLogo {
	position:absolute;
	right:82px;
	top:-40px;
}
.footer-top .holder:after{
	clear:both;
	content:'';
	display:block;
}
.footer-top .left {
	float:left;
	width:auto;
	margin-right:35px;
	padding-right:35px;
	border-right:1px solid #333;
	height:180px;
}
.footer-top .contact li a {
	text-transform:none;
}
.footer-top .left.last {
	margin-right:0;
	padding-right:0; 
	border:0;
	width:120px;
	padding-top:60px;
	height:120px;
}
.footer-top h4{
	margin:0;
	padding:0 0 12px 0;
	text-transform:lowercase;
	color:#666;
	font: 15px bold 'Lato', sans-serif;
	clear:both; 
	overflow:hidden; 
}
.footer-top ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-top  li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:4px;
	font-size:11px;
	background:url(../images/bg-footer-submenu.gif) no-repeat 0 5px; 
	padding-left:12px;
}

.footer-top li a { color:#ccc; font-size:11px; text-transform:capitalize; }
.footer-top .social { clear:both; overflow:hidden; margin-bottom:20px; float:left;  }
.footer-top .social li { background:none; float:left; margin:0 5px 0 0; padding:0; width:auto; }
.footer-top .languages li { background:none; float:left; margin:0 5px 0 0; padding:0 0 6px 0; width:auto; }
.footer-top .languages li a { float:left; width:30px; height:20px; }


.footer-bottom{
	width:100%;
	background-color:#000;
	border-top:1px solid #333;
}
.footer-bottomIn {
	width:760px;
	margin:0 auto;
	color:#ccc;
	font-size:11px;
	line-height:17px;
	padding:12px 20px 30px 20px;
}
.footer-bottom:after{
	clear:both;
	content:'';
	display:block;
}

.footer-bottom a{color:#fff;}
.footer-bottom p{ margin:0; padding:0; float:left; font-size:11px;}
.footer-bottom p.right{ margin:0; float:right;}


.rightLogo{ float:right; margin-top:-12px;}


.errors { clear:both; overflow:hidden; list-style:none; -webkit-padding-start: 0; padding:0; margin:0; }
.errors li { color:#FF0000; font-size:10px; line-height:13px; }

.clearBoth { clear:both; float:none; padding:15px; }



.realCasesIntroBox { clear:both; overflow:hidden; margin-bottom:20px; padding-bottom:20px; border-bottom:5px solid #000; position:relative; }
.realCasesIntroBox .text { float:left; width:300px; }
.realCasesIntroBox .text.largeTesText { clear:both; overflow:hidden; width:auto;  }
.realCasesIntroBox .text p { text-align:justify; }
.realCasesIntroBox .video { float:right; width:460px; border:3px solid #000; height:350px; }
.realCasesIntroBox .video.testimonyBig {  width:794px; height:450px; clear:both; overflow:hidden; margin:10px 0 30px 0; }
.realCasesIntroBox .socialBox { clear:both; overflow:hidden; position:absolute; bottom:20px; right:0; } 
.realCasesIntroBox .shareCase { float:right; font: Normal 11px 'Ubuntu', sans-serif; padding:8px 6px 0 0; }



.realCasesLeft { float:left; width:380px; position:relative; }
.realCasesRight { float:right; width:380px; position:relative; }
.realCasesLeft a.photo, .realCasesRight a.photo { clear:both; overflow:hidden; width:380px; margin:0 0 25px 0; padding:0; float:left; position:relative;  } 
.realCasesLeft a.photo:hover, .realCasesRight a.photo:hover { text-decoration:none;  } 
.realCasesLeft .photo img, .realCasesRight .photo img { clear:both; overflow:hidden; width:374px; padding:0; margin:0; border:3px solid #000;  } 
.realCasesLeft img.hoverTestimony, .realCasesRight img.hoverTestimony { position:absolute; right:7px; bottom:1px; width:25px;  height:25px; border:0;   } 
.realCasesLeft .photo figure, .realCasesRight .photo figure { clear:both; overflow:hidden; width:362px; background-color:#000; font-size:11px; color:#ccc; padding:3px 9px; margin:-5px 0 0 0; } 
.realCasesLeft .inBlack, .realCasesRight .inBlack { width:auto; clear:both; overflow:hidden; float:left; margin-bottom:15px; } 


h3.teamHead { padding-top:20px; }
.teamTecnique { clear:both; overflow:hidden; padding:5px; border:1px solid #ccc; margin-top:5px; background-color: #fff; } 
.teamTecnique img { float:left; width:120px; margin-right:10px; }
.teamTecnique .infoTeamTecnique { float:left; width:190px; } 
.teamTecnique .infoTeamTecnique p.miniTitle { font-size:11px; font-weight:bold; text-transform:uppercase; padding:5px 0 1px 0; margin:0; } 
.teamTecnique .infoTeamTecnique p.txt { font-size:10px; color:#333333; padding:0; margin:0; line-height:13px; }



p.imgRight { width:100%; overflow:visible; margin-bottom:15px; float:left; margin-top:0; }
p.imgRight a { float:right; margin-left:4px; margin-top:-30px; border:1px solid #fff; overflow:visible; background-color:#FFFFFF;  }
p.imgRight a:hover { border:1px solid #ccc; }


.imgLeft { float:left; }

.banner { margin-bottom:10px; clear:both; overflow:hidden; display:block; float:left; }


/* FORO BOX */
.forumBox  { clear:both; overflow:hidden; min-height:600px; }

table.tableThemes  { clear:both; overflow:hidden; border:1px solid #ccc; border-right:0; border-bottom:0; color:#999; margin:15px 0 30px 0; padding:0; width:100%; }
table.tableThemes th { background-color:#000000; font-weight:bold; color:#fff; text-align:center; font: 13px 'Ubuntu', sans-serif; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:7px 10px; }
table.tableThemes td { color:#666; font: Normal 13px 'Ubuntu', sans-serif; padding:7px 10px;  border-bottom:1px solid #ccc; border-right:1px solid #ccc; text-align:center;  }
table.tableThemes td.title { background-color:#ccc; color:#333333; border:0; border-right:1px solid #ccc; font-size:14px; text-transform:uppercase; padding:10px; text-align:left; }
table.tableThemes th.first, table.tableThemes td.first { width:670px; text-align:left; }
table.tableThemes span { color:#666; font: Normal 12px 'Ubuntu', sans-serif; padding-left:5px; }

.forumBack { float:right; font: Normal 12px 'Ubuntu', sans-serif; padding:5px 0 0 3px; margin-right:12px; }

.forumButtons { clear:both; overflow:hidden; margin:0 0 10px 0; }
.forumButtons .inBlack { float:right; background-color:#3275b7; color:#fff; }
.forumButtons .inBlack:hover { background-color:#999; }
.forumButtons.inItems { margin-bottom:10px; }

h2.inForum { border-bottom:1px solid #ccc; padding-bottom:10px; margin-bottom:20px; }

.forumItem { clear:both; overflow:hidden; border-bottom:1px solid #ccc; padding-bottom:20px; margin-bottom:20px; }
.forumItemLeft { width:135px; float:left; padding:10px; background-color:#ccc; position:relative; border-radius:0 0 9px 0; }
.forumItemLeft img { width:50px; height:38px; clear:both; overflow:hidden; display:block; margin-bottom:5px; }
.forumItemLeft img.iconArrowForum { position:absolute; top:12px; right:-15px; width:15px; height:32px; }

.forumItemLeft a.nick { margin:0; padding:0 0 6px 0; clear:both; overflow:hidden; font: Normal 15px 'Ubuntu', sans-serif; color:#333; }
.forumItemLeft p.type { margin:0; padding:0 0 15px 0; clear:both; overflow:hidden; font: Normal 13px 'Ubuntu', sans-serif; color:#666; }
.forumItemLeft p.date { margin:0; padding:0 0 0 0; clear:both; overflow:hidden; font: Normal 11px 'Ubuntu', sans-serif; color:#666; }

.forumItemRight { width:610px; float:right; position:relative; min-height:130px; }
.forumItemRight .forumAnwers { padding:10px; background-color:#efefef; clear:both; overflow:hidden; border:1px solid #ccc; margin:15px 0;  }
.forumItemRight .forumAnwers p {  line-height:21px; font: Normal 12px 'Ubuntu', sans-serif; }
.forumItemRight, .forumItemRight p {  line-height:18px; font-weight:normal; padding:0 0 4px 0; margin:0; font-weight:bold; text-align:left; font: Normal 13px 'Ubuntu', sans-serif;   }

.forumItemRight, .forumItemRight p {  line-height:18px; padding-bottom:10px;   }

.forumItem p.dateSmall { font-size:10px; color:#666; padding:0 0 5px 0; margin:0; }
.forumItem.first { margin-bottom:0; }

.forumItemResumen { clear:both; overflow:hidden; margin:0 0 20px 0;  border:1px solid #ccc; border-top:0; padding:10px; background-color:efefef; }
.forumItemResumen .inBlack { float:right;  }
.forumItemRight .inBlack { float:right; margin-top:20px; position:absolute; right:0; bottom:-20px; }
.forumItemResumen span { font-size:14px; color:#333; padding-top:3px; float:left; }

/* .forumAnswer { clear:both; overflow:hidden; margin:0 0 20px 0;  border:1px solid #ccc; padding:10px; background-color:efefef; }
.forumAnswer textarea { clear:both; overflow:hidden; margin:0 0 10px 0;  border:1px solid #ccc; width:778px; height:100px;}
.forumAnswer input.text { clear:both; overflow:hidden; margin:0 0 10px 0;  border:1px solid #ccc; width:778px; height:30px;}
.forumAnswer .inBlack{ float:right; color:#fff; border:0; cursor:pointer; }
.forumAnswer span { font-size:14px; color:#333; padding-top:3px; float:left; } */


table.jornadas  { clear:both; overflow:hidden; border:1px solid #ccc; border-right:0; border-bottom:0; color:#999; margin:15px 0 30px 0; padding:0; width:100%; }
table.jornadas th { background-color:#000000; font-weight:bold; color:#fff; text-align:center; font: 13px 'Ubuntu', sans-serif; border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:7px 10px; }
table.jornadas td { color:#666; font: Normal 13px 'Ubuntu', sans-serif; padding:7px 10px;  border-bottom:1px solid #ccc; border-right:1px solid #ccc; text-align:center;  }
table.jornadas td.title { background-color:#ccc; color:#333333; border:0; border-right:1px solid #ccc; font-size:14px; text-transform:uppercase; padding:10px; text-align:left; }
table.jornadas th.first, table.tableThemes td.first { width:670px; text-align:left; }
table.jornadas span { color:#666; font: Normal 12px 'Ubuntu', sans-serif; padding-left:5px; }

.answer-container .box-response { padding:20px; margin-top:10px; border-top:1px solid #ccc; clear:both; overflow:hidden; float:left; }
.answer-container label { font-weight:bold; }
.answer-container textarea { width:730px; height:200px; }
.answer-container input { background-color:#000000; color:#CCCCCC; font: Normal 11px 'Ubuntu', sans-serif;  text-transform:uppercase; padding:3px 7px 5px 7px; float:right; cursor:pointer; border:0; margin-top:10px; }
.answer-container input:hover { background-color:#333; text-decoration:none;}


.largeContent { min-height:500px; }
.box-message-ok { padding:10px; border:1px solid #ccc; background-color:#efefef; }
.box-message-ok ul { list-style:none; font-size:12px; margin:0; padding:0 0 0 10px; }
.box-message-ok ul li { padding-top:15px; }


.bread-crumbs { font-size:10px; }

.profile { clear:both; overflow:hidden; }
.profile dt { font-size:11px; float:left; width:120px; padding:0 10px; margin:0 10px 1px 0; background-color:#000000; color:#CCCCCC; padding:4px; clear:left; }
.profile dd { font-size:11px; float:left; width:200px; color:#333333; clear:right; padding:4px 0 0 0; margin:0 0 1px 0; text-align:left;  }


.padBot { padding-bottom:10px; font-weight:bold; }

.mainUserBox { clear:both; overflow:hidden; margin: 5px 10px 0 0; font-size:10px; text-align:right; }
.mainUserBox a {  font-size:10px; }

.sex { padding-top:18px; }
.form .form-holder .row.sex input { padding-top:-3px; float:left; }

dd.miniLinks a { font-size:13px; }


.headerLeft { float:left; width:520px; padding-bottom:30px; }
.headerRight { float:right; width:250px; }


.aboutNewItem { clear:both; overflow:hidden; margin-top:30px; }
.aboutNewItem img { float:left; width:120px; margin-right:20px; }
.aboutNewItem .infoText { float:left; width:600px; }

.marginBottom { padding-bottom:30px; }





.tecnicosList { clear:both; overflow:hidden; padding-top:20px; margin-top:20px; border-top:1px solid #ccc; float:left; width:100%; }
.tecnicosList article { width:380px; float:left; margin-right:20px; margin-bottom:20px;  }
.tecnicosList h2 { padding:10px 0 0 0; margin:0; }
.tecnicosList p { padding:0; margin:0; }

.tecnicosLeft { float:left; width:380px; }
.tecnicosRight { float:right; width:380px; }




.itemContactGuideList { clear:both; overflow:hidden; margin:10px 0 0 0; padding:0; }
.itemContactGuideList li  { float:left;  margin:0 24px 24px 0; list-style:none; padding:0; }
.itemContactGuideList li.last { margin-right:0; }
.itemContactGuideList a { width:205px; padding:20px; background-color:#efefef; display:block; border:2px solid #fff; border-bottom:0; }

.itemContactGuideList h2 { color:#FFFFFF; text-transform:none; font-size:24px; font-weight:normal; line-height:21px; }
.itemContactGuideList h3 { color:#FFFFFF;  text-transform:none; font-size:19px; font-weight:normal; line-height:21px; }
.itemContactGuideList ol { clear:both; overflow:hidden; margin:10px 0 0 15px; padding:0; list-style:square; color:#FFFFFF;  }
.itemContactGuideList ol li  { float:none; clear:both; overflow:hidden; margin:0 0 5px 0; color:#FFFFFF; padding:0; list-style:square; list-style-position:inside; }
.itemContactGuideList p { padding:20px;  font-size:11px; color:#666; line-height:16px;  background-color:#fff; width:205px; border:2px solid #fff; margin:0; height:120px; border-top:0; }

.itemContactGuideList li.formacion a { background-color:#366a99; }
.itemContactGuideList li.formacion a, .itemContactGuideList li.formacion p { border-color:#366a99; }
.itemContactGuideList li.productos a { background-color:#999999; }
.itemContactGuideList li.productos a, .itemContactGuideList li.productos p { border-color:#999999; }
.itemContactGuideList li.tratamientos a { background-color:#c38994; }
.itemContactGuideList li.tratamientos a, .itemContactGuideList li.tratamientos p { border-color:#c38994; }
.itemContactGuideList li.capilar a { background-color:#000; }
.itemContactGuideList li.capilar a, .itemContactGuideList li.capilar p { border-color:#000; }
.itemContactGuideList li.reconstructiva a { background-color:#388f0d; }
.itemContactGuideList li.reconstructiva a, .itemContactGuideList li.reconstructiva p { border-color:#388f0d; }
.itemContactGuideList li.aem a { background-color:#e53b2c; }
.itemContactGuideList li.aem a, .itemContactGuideList li.aem p { border-color:#e53b2c; }

.itemContactGuideList li a:hover { background-color:#666; text-decoration:none; }

p.contactBig { font-size:22px; color:#666; line-height:27px;  }
p.contactSmall{ font-size:18px; color:#999; line-height:23px; }

.miniBannerHome { padding:20px 0 30px 14px; }


.inInfoBlog { padding:0; text-align:left; font-size:12px; margin:0; }
.inInfoBlog tr { padding:0; margin:0;   }
.inInfoBlog tr th { padding:10px;  margin:0; background-color:#000000; font-weight:bold; color:#FFFFFF;  }
.inInfoBlog tr td { padding:10px; border:1px solid #ccc; vertical-align:top; margin:0;  }

.titCenters { font-weight:bold; text-transform:uppercase; }

img.logo-beauty { position:absolute; top:40px; left:10px; }
.realCasesLeft .photo  img.logo-beauty-in, .realCasesRight .photo img.logo-beauty-in { position:absolute; top:10px; left:10px; width:auto; height:auto; border:0; }


.itemFormacion { clear:both; overflow:hidden; height:170px; padding-bottom: 25px; padding-top: 25px; border-top: 1px solid #ccc; }
.itemFormacion a.img { float:left; width:300px; height:170px; margin-right:30px; vertical-align:top; }
.itemFormacionInfo { float:left; width:470px; height:170px; position:relative;  }
.itemFormacionInfo .duracion { color:#ccc; font-size:11px; text-align:center; position: absolute; bottom: 0; left: 0; background-color:#000; width:70px; height:50px; padding:20px 5px 10px 5px; text-transform:uppercase;  }
.itemFormacionInfo .precio { color:#000; font-size:11px; text-align:center;  position: absolute; bottom: 0; left: 100px; background-color:#ccc; width:60px; height:50px; padding:20px 10px 10px 10px;  text-transform:uppercase; }
.itemFormacionInfo .duracion strong, .itemFormacionInfo .precio strong { font-size:15px; text-transform:lowercase; }
.itemFormacionInfo .inBlack { position: absolute; bottom: 0; right: 0; }
.itemFormacionInfo h3 { padding-top:0; }


.itemFormacionDetailLeft { float:left; width:600px; }
.itemFormacionDetailRight { float:right; width:160px;  } 
.itemFormacionDetailRight .black { color:#ccc; font-size:16px; text-align:center; background-color:#000; width:140px; height:80px; padding:40px 10px 10px 10px; text-transform:uppercase; line-height:25px; font-weight:bold; margin-bottom:20px; }
.itemFormacionDetailRight .grey { color:#000; font-size:16px; text-align:center;  background-color:#ccc; width:140px; height:80px; padding:40px 10px 10px 10px;  text-transform:uppercase; line-height:25px; font-weight:bold; margin-bottom:20px; }
.itemFormacionDetailRight .black strong, .itemFormacionDetailRight .grey strong { font-size:15px; font-weight:normal;  }
.itemFormacionDetailRight .black.teacher {  height:90px; padding:30px 10px 10px 10px; display:block; }
.itemFormacionDetailRight .black.teacher:hover, .itemFormacionDetailRight .grey.teacher:hover  { background-color:#666666; color:#FFFFFF; text-decoration:none; }
.itemFormacionDetailRight .grey.teacher {  height:90px; padding:30px 10px 10px 10px; display:block; }
.itemFormacionDetailRight .black.teacher.color { background-color:#ff7200; color:#000000; }


.itemFormacionDetailRight .banner { margin-bottom: 20px; }


.tableFormation { border:1px solid #ccc; }
.tableFormation th { background-color:#000000; padding:7px; font-size:16px; color:#CCCCCC; }
.tableFormation td { border:1px solid #ccc; padding:7px; vertical-align:top; font-size:12px; background-color:#efefef; }
.tableFormation li { list-style:square; }


.conoceLeft { float:left; width:490px; }
.conoceRight { width:250px; float:right; padding:10px 20px 20px 20px; background-color:#efefef; }


.itemSearch article { clear:both; overflow:hidden; margin-top:20px; padding-top:20px; border-top:1px solid #ccc; }
.searchInput { width:200px; padding:8px; font-size:12px; color:#999999; }

.holidays { font-size:19px; color:#fff; line-height:22px; background-color:#FF0000; padding:12px; margin:10px 0;  }


h3.special { background-color:#996600; color:#FFFFFF; padding:5px 9px; font-size:16px; float:left; margin-top:10px; }



.itemFormacionDetailLeft ul {  margin:0 0 0 25px; padding:0; }
.itemFormacionDetailLeft  li {
font-size: 12px;
list-style: square;
padding: 0 0 9px 0;
margin:0;
line-height:27px;
font: Normal 13px 'Ubuntu', sans-serif;
}

ul.testimonies-home {  margin:0 0 30px 0; padding:0; clear:both; overflow:hidden; list-style:none; }
ul.testimonies-home li {  margin:0 5px 5px 5px; padding:0; float:left; list-style:none; }
ul.testimonies-home li.last {  margin:0  0 5px 0; padding:0; }
ul.testimonies-home li img { border:2px solid #000; margin:0; padding:0; }



.cc-cookies { position:fixed; width: 90%; left: 0; bottom: 0; padding: 0.5em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 99999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #fff; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }





@media screen and (max-width: 768px) {
.cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
.cc-cookies { position: relative; float: left; }
}

/*.display-none {display:none;}*/

.mobile-button-menu {display:none; background-image:url(../images/menu-mobile.jpg); background-repeat:no-repeat; background-position:center; padding:25px; background-size:contain; margin:20px 20px 0 0; }

@media screen and (max-width: 990px) {
	#main{max-width:none; padding:0;}
}

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

body {
  background-color: #fff;

}

	header { display:none; }
	.header-area { width:100%; }
	.header-area .phone, .header-area .phone a { color: #222; }
	.header-area .right { float: left; margin-right: 0; }

	
	.languages li a.en { background-position: 0 0; }

	.main-holder {width:100%; padding:0;}
	.main-holder aside {float:none; clear:both; width:100%;   background: #000;
						position:relative; overflow:hidden;}	
	.main-holder aside .logo { margin: 10px 0 10px 10px;}
	.main-holder aside .mobile-menu { float:none; clear:both; }
	.main-holder aside .mobile-menu.display-none {display:none;}
	.main-holder aside .widget, .main-holder aside .social {display:none;}
	
	.main-holder aside .mobile-button-menu {display:block;  background-color:#00f; float:right;}
	
	.main-holder aside nav {width:33%; }
	.main-holder aside nav > a {background-color:#202020; display:block;}
	
	.main-holder #content {width:94% !important; padding:0 3% 10px 3%; float:none; }

	
	#google_translate_element { display:none; }

	.languages {  margin-left: 20px; margin-top:2px; }
	.languages li {  margin: 0; }

	#homeSlider { display:none; float:left; clear:both; margin:0 auto; max-width:794px; width:auto!important;  }
	.homeSubmenu{ display:none; }
	#homeSlider ul { margin-left:0; float:left;  }
	h2.toMiddle { float: none; clear:both; width: 100%; }
	.seeAllList { display:none; }
	section.home {float: none; clear:both; width: 100%; margin: 0; }
	.blogResume { float: none; margin: 5px 0 0 0; width: 100%; }
	.blogResume article { clear:both; float: none; width: 100%; padding-right: 0; border-right: 0; height: auto; }
	.blogResume article img { width: 100%; }
	.blogResume article.last { padding-left: 0; }
	.main-holder aside.home { background:none; padding-top:0; width:100%;  }	
	aside.home a { margin:0 auto 10px auto; width:200px;  }
	.sidebar-banner { float: none; }
	#main { padding-bottom:0; width:100%;  }
	
	.footer-top { padding:0; clear:both; margin-bottom:10px;}
	.footer-top .holder { width:80% !important; padding:10px; float:left;}
	.footer-top .left { float: none; margin-right: 0; margin-left:10px; margin-bottom:5px; margin-top:20px; border:0; }
	.footer-top .left.magazine {float: none; margin-right: 0; width: 100%;  }
	.footer-top .left.last { padding-top: 0; height: auto; }
	
	.footer-bottomIn  { width:90% !important; padding:10px; clear:both; text-align:left; }
	.footer-bottomIn p { padding-bottom:10px;}
	
	.introLeft {  float: none; width: 100%; }
	.introRight { float: none; width: 100%;  margin-left: 0; margin-bottom: 0; }
	.banner {  float: none; margin: 0 auto; width:200px; padding-bottom:20px; clear:both; }
	
	.main-holder #content aside { background-color:#fff; }
	
	.filterBox { float:left; margin-top:20px; padding-bottom:10px; }
	.filterBox select#communities, .filterBox select#regions { width: 100%; }
	.genericList article { float: none; margin: 0 auto; }
	.genericList { width:100%; }

	.fourAnswers { display:none; }

	ul.testimonies-home { padding-top:10px; width:100%; border-bottom:1px solid #ccc; }
	ul.testimonies-home li {  margin: 0 auto; padding:0 0 10px 0; width:256px; float:none; }

	.homeLeft { float: none; width: 98%; }
	.homeLeft article { float: none; width: 100%; margin-bottom:40px;  }
	.homeLeft article .infoBoxi { float: none; width: 100%;  }
	.homeLeft article img { width: 100%; height: auto; float: none; margin-right: 0; }
	aside.blogWidgets { float: none; width: 100%; }
	aside.blogWidgets.homeRight { float: none; width: 100%; margin-top: 0; }
	aside.blogWidgets .box { width:92%; }
	
	.footer-top .holder .miniLogo { right: -30px; width:auto; top:0; }
	.footer-bottom p.right { float:left; }

	.footer-bottom { margin-top:2px; }

	#content img.width100  { width:100%; }

	.aboutContentLeft { float: none; clear:both; width: 100%; margin-bottom:0; }
	.aboutContentLeft img { width: 100%; }
	.aboutContentLeft iframe { width: 100%; height:250px; border:0; }
	.aboutContentRight { float: none; clear:both; width: 100%; }

	ul.inBlog li, .itemFormacionDetailLeft ul { padding-right: 20px; }

	.itemFormacion { height: auto; }
	.itemFormacion a.img {  clear:both; width: 100%; height: auto; margin-right: 0; padding-bottom:9px; }
	.itemFormacionInfo { float: none; clear:both; width: 100%; height: auto; }
	.itemFormacionInfo .duracion { position: relative; float:left; margin-right:20px; }
	.itemFormacionInfo .precio { position: relative; float:left; left:0; margin-right:20px; }
	.itemFormacionInfo .inBlack { position: relative; float:left; margin-top:59px; }

	.itemFormacionDetailLeft { float: none; width: 100% }
	.itemFormacionDetailLeft li { padding-right:20px; }
	.itemFormacionDetailRight { float: none; width: 100%; padding-top:20px;  }
	.itemFormacionDetailRight .black, .itemFormacionDetailRight .grey { width: 93%;}
	.itemFormacionDetailRight .banner { width:100%;  margin:0; padding-bottom:12px; text-align:center; }
	.itemFormacionDetailRight .banner img { width:160px; margin:0 auto; }
	
	.sliderBox.formation { width: 100%; float:left; clear:both; height:100%!important;  padding:0; border:0; }
	.sliderBox.formation .slider .slide { width: 100%!important; height:auto!important; padding:0; border:0;  }
	.sliderBox.formation .slider .slide img {  width: 100%!important; height:auto!important; }

	.tecnicosList article { width: 100%; float: none; margin-right: 0; margin-bottom:40px; }
	.tecnicosList article img { width: 100%; }

	.tecnicosLeft { float: none; width: 100%; }
	.tecnicosRight { float: none; width: 100%; padding-top:20px; }
	.tecnicosRight iframe { width: 100%; height:250px;  }
	.commonBox { width: 100%; border:0; padding:0; }

	.sliderBox.tecnicos { width: 100%; float:left; clear:both; height:100%!important;  padding:0; border:0; }
	.sliderBox.tecnicos .slider .slide { width: 100%!important; height:auto!important; padding:0; border:0;  }
	.sliderBox.tecnicos .slider .slide img {  width: 100%!important; height:auto!important; }

	#map.inTecnicos {  width: 100%;  height: 250px; border: 0; }
	#gmap { width: 100%; height: 290px; border: 0; }

	.centersPigmentalia { float: none; width: 100%; }

	aside.blogWidgets { float: none; width: 100%; padding-top:40px; }

	.centersLeft { float: none; width: 100%; }
	.centersRight { float: none; width: 100%; }

    .centersGallery { float: none; width: 100%; }

	.sliderBox.centers { width: 100%; float:left; clear:both; height:100%!important;  padding:0; border:0; background:none; margin-top:10px; }
	.sliderBox.centers .slider .slide { width: 100%!important; height:auto!important; padding:0; border:0;  }
	.sliderBox.centers .slider .slide img {  width: 100%!important; height:auto!important;}
	.sliderBox .switcher { position:relative; right: 0; left:0; bottom:0;  clear:both; float:left; }

	#map { width: 100%; height: 250px; border: 0; margin-bottom:30px; }
	.form { width: 100%; padding-bottom:30px; }
	.form .form-holder .row { width: 100%; }
	.form .form-holder .row .txt, .form .form-holder .row input[type=text], .form .form-holder .row input[type=password] { width: 95%; }
	.form .form-holder .row select { width: 99%; }
	.form .form-holder .area textarea { width: 99%; }

	section.blogList { float: none; width: 100%;  margin: 0; }
	section.blogList article.catBlogList { width: 100%; padding-bottom:35px; }
	section.blogList article.catBlogList img { margin-right: 0; width: 100%; border:0; }
	section.blogList article .social { display:none; }
	section.blogList article.catBlogList .infoCatListBox { float: none; width: 100%; }
	section.blogList article.catBlogList .infoCatListBox .moreInfo { display:none; }

	ul.paginator {  padding-top: 0; }
	
	
	.sliderBox.blog { width: 100%; float:left; clear:both; height:100%!important;  padding:0; border:0; background:none; margin-top:10px; }
	.sliderBox.blog .slider .slide { width: 100%!important; height:auto!important; padding:0; border:0;  }
	.sliderBox.blog .slider .slide img {  width: 100%!important; height:auto!important;}
	.sliderBox.blog figure { display:none; }


	table.jornadas { width: auto; }
	table.jornadas, table.jornadas thead, table.jornadas tbody, table.jornadas th, table.jornadas td, table.jornadas tr { 	display: block; }
	table.jornadas thead tr { 	position: absolute;	top: -9999px; left: -9999px; }
	table.jornadas tr { border: 1px solid #ccc; margin-bottom:10px; }
	table.jornadas td {  border: none; border-bottom: 1px solid #eee;  position: relative; 	padding-left: 50%; text-align:left;  }
	table.jornadas td:before {  position: absolute; top: 6px; left: 6px;	width: 45%; padding-right: 10px; white-space: nowrap; }
	table.jornadas td:nth-of-type(1):before { content: "Dias"; }
	table.jornadas td:nth-of-type(2):before { content: "Mes"; }
	table.jornadas td:nth-of-type(3):before { content: "Provincia"; }
	table.jornadas td:nth-of-type(4):before { content: "Centro"; }
	table.jornadas td:nth-of-type(5):before { content: "Tecnico"; }


	.headerLeft { float: none; width: 100%; padding-bottom:10px; }
	.headerRight { display:none; }

	.realCasesList article .bigOne { float: none; width: 100%;  margin-right: 0; }
	.realCasesList article .inBlack { display:none; }
	.realCasesList article .infoCases {float: none; width: 100%; }
	.realCasesList article ul.miniImages { display:none; }
	.realCasesList article p { text-align: left; }

	.realCasesLeft, .realCasesRight {float: none; width: 100%;  }
	.realCasesLeft .photo img, .realCasesRight .photo img {  width: 100%; border: 0; }
	.realCasesLeft img.hoverTestimony, .realCasesRight img.hoverTestimony { width: 25px; }
	.realCasesLeft .photo figure, .realCasesRight .photo figure { width: 100%; }
	.realCasesLeft a.photo, .realCasesRight a.photo { width: 100%; }

	.realCasesLeft .inBlack, .realCasesRight .inBlack { font-size:18px; }

	.realCasesList.testimonyNew article { width: 100%; float:none; margin: 0 0 10px 0; }
	.realCasesList.testimonyNew article img { width: 100%; float:none; margin: 0; }

	.realCasesIntroBox {  border:0; }
	.realCasesIntroBox .video.testimonyBig { width: 100%; height: auto; border:0; }
	.realCasesIntroBox .video.testimonyBig iframe { width: 100%; height: 250px; }

	section.blogList article { float: none; clear:both; width: 100%;  height: auto; margin-right:0; margin-bottom:9px; padding-bottom:40px; }
	section.blogList article img { border: 0; float: none; clear:both; width: 100%;  height: auto; }
	section.blogList article .moreInfo { display:none;}

	.blogList iframe{ width: 100%; height: 250px; }
	section.blogList article.subCatBlogList { width: 100%; }
	.blogText { float:left; text-align: left; width:100%; }
	.blogText ul li { padding-right:20px; line-height:19px; text-align:left; }

	.itemContactGuideList li { float: none; width: 100%; margin-right:0; }
	.itemContactGuideList a { width: auto; padding: 20px; }
	.itemContactGuideList p { width: auto; }

	.contactLeft { float: none; width: 100%; }
	.contactRight { float: none; width: 100%; padding-bottom: 0; padding-top:40px; }
	.contactLeftLeft dl { clear: none; width: 100%; }
	.contactLeftLeft dd { float: none; width: 100%; }
	.contactLeftRight { float: none; width: 100%; }
	.socialContact li.last { margin-right: 3px; }

	.listed-controls { padding-top:20px; }

	table.tableThemes th.first, table.tableThemes td.first { width: auto; }
	table.tableThemes {  width: auto; }

	.forumItemLeft { width: 130px; float: none; padding: 10px; margin-bottom:10px; }
	.forumItem .forumItemLeft img { width: auto; }
	.forumItemRight { width: 100%; float: none; clear:none; position: relative; min-height: auto; }

	.bread-crumbs { clear:both; padding-top:10px; line-height:16px; }
	.up { display:none;}

	.forumItemResumen { margin-bottom: 40px; }
	.forumItem  img{ width: 100%; }
	.forumBack { display:none;}
	.form.large .form-holder .row { width: 100%; clear: both; float: none; margin-right: 0; }
	.form .form-holder .row.bigText { width: 100%;  }
	.form .form-holder .row.bigText textarea { width: 96%!important; height: 200px; float:left; }
 	.form .form-holder .row input[type=text] { float: none; width: 95%; }
	.form.large { width: 100%; }

	table.tableThemes.for-mobile th, table.tableThemes.for-mobile td  { display:none; }
	table.tableThemes.for-mobile th.first, table.tableThemes.for-mobile td.first  { display:list-item; }






}


@media screen and (max-width: 650px) {
	.main-holder aside nav {width:50%;}
}

@media screen and (max-width: 450px) {
	.main-holder aside nav {width:100%;}
}


