/* ==================================================================
CSS Reset
================================================================== */

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

/* ==================================================================
Basic Document Styles
================================================================== */
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Open Sans Light';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	line-height: 1;
	color: #000000;
	font: 12px/24px "Open Sans", Helvetica, Arial, sans-serif;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*overflow: hidden;*/
	min-width: 950px;
}

input,
select,
textarea { font: 24px "Open Sans", Helvetica, Arial, sans-serif; }

hr {
	background: #e1e1e1;
	margin: 40px 0 40px 0;
	height: 1px;
	border: none;
	width: 100%;
	float: left;
}

hr.fancy-hr {
	position: relative;
	float: left;
}

hr.fancy-hr:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 1px;
	background: #44ade1;
	display: block;
}

hr.fancy-hr_popup {
	position: relative;
	float: left;
	background: #e1e1e1;
	margin: 20px 0 20px 0;
	height: 1px;
	border: none;
	width: 100%;
	float: left;
}

hr.fancy-hr_popup:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 1px;
	background: #44ade1;
	display: block;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix { 
	display: inline-block; 
	*zoom: 1;
}

* html .clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}

::selection {
    background: #d00355;
    color: #fff;
}

::-moz-selection {
    background: #d00355; /* Firefox */
    color: #fff;
}

::-webkit-selection {
	background: #d00355; /* Safari */
	color: #fff;
}

/* ==================================================================
Typography
================================================================== */

h1 {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size: 50px;
	line-height: 58px;
	color: #000000;
}

h2 {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}

h3 {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 10px;
}

h4 {
	color: #555555;
	font-size: 16px;
	font-weight: 400;
}

p {
	margin-bottom: 10px;
}

a, a > * {
	color: #44ade1;
	text-decoration: none;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, padding .3s ease;
}

a:hover, a > *:hover {
	color: #363636;
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* ==================================================================
Basic Layout Styles
================================================================== */

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.disabled,
.disabled i {
	color: #eaeaea !important;
}

.custom-icon-list li i {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color: #333333;
	padding-right: 15px;
}

.custom-icon-list li p {
	margin-left: 30px;
}

.button {
	background: #f26122;
	padding: 6px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
	margin-top: 20px;
}

.button:hover {
	color: #ffffff;
	background: #252525;
}

/* ==================================================================
Progress Bar
================================================================== */

.progress {
	height: 40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
}

.progress .bar {
	background: #44ade1 !important;
	font-size:14px;
	line-height: 40px;
	text-align: left;
	text-indent: 15px;
	/*font-style: italic;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
	-webkit-transition: background-color .3s ease;
	   -moz-transition: background-color .3s ease;
	    -ms-transition: background-color .3s ease;
	     -o-transition: background-color .3s ease;
	        transition: background-color .3s ease;
}

.progress:hover .bar {
	background: #2b97cd !important;
}

/* ==================================================================
Main Navigation
================================================================== */

a.logo {
	margin: 15px 0 0 20px;
	float: left;
}

nav#main-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 82px;
	background: url(../images/fondo_botonera.png) repeat-x top left;
	min-width: 950px;
}

nav#main-nav ul {
	float: right;
	margin-right: 10px;
	margin-top: 20px;
}

nav#main-nav ul li {
	float: left;
	display: inline-block;
	line-height: 14px;
}

nav#main-nav ul li a {
	color: #333333;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	padding-top:20px;
	padding-bottom:17px;
	display: inline-block;
}

nav#main-nav ul li a.active {
	color: #44ade1;
	border-bottom:4px solid #44ade1;
}

nav#main-nav ul li a:hover {
	color: #44ade1;
}

/* ==================================================================
Sections
================================================================== */

section {
	width: 100%;
	/*height: 100%;
	position: absolute;
	z-index: 50;*/
	position:relative;
	/*overflow: auto;*/
	background: #f2f2f2;
}

section .container {
	padding-top: 150px;	
}

section > .container {
	padding-bottom: 80px;
}

/* ==================================================================
Intro
================================================================== */

#intro {
	background: url(../images/portada.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fondo_juanes.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fondo_juanes.jpg', sizingMethod='scale')";
	text-align: center;
	padding-top: -50px;
	height:875px;	
}

#intro h1 {
	font: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 62px;
	color: #FFFFFF;
	margin-bottom: 0px;
	line-height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#intro h1 span {
	color: #44ade1;
}

#intro h2 {
	color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#intro .textos {
	padding-top: 100px;	
}

.get-started {
	position: relative;
	margin: 50px auto 0px auto;
	display: block;
	text-align: center;
	width: 130px;
	padding: 10px 5px;
	background-color: #44ade1;
	color: #ffffff;
}

.get-started i {
	color: #111111;
	margin-left: 10px;
}

.get-started:hover {
	color: #ffffff;
	background: #111111;
}

.get-started:hover i {
	color: #d00355;
}

/* ==================================================================
Empresa
================================================================== */
#empresa {
	
}

.cuadradito_holder{
	width: 940px;
	height:23px;
	position:relative;
	margin:0 auto;
	padding:0;
	
}
.cuadradito_holder:before,.cuadradito_holder:after{display:table;line-height:0;content:""}
.cuadradito_holder:after{clear:both}

.cuadradito {
	width: 46px;
	height:23px;
	margin-left:-18px;
	background:url(../images/fechita_abajo.png) no-repeat 0px 0px;
}


/*
.frame_empresa {
	position: relative;
	background: url(../images/frame_empresa.jpg) no-repeat top center;
	width: 100%;
	height: 271px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.frame_empresa {
	background: url(../images/frame_empresa.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frame_empresa.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frame_empresa.jpg', sizingMethod='scale')";
	text-align: center;
	width: 100%;
	height: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ==================================================================
Servicios
================================================================== */


#servicios {
	
}
/*
.frame_servicios {
	position: relative;
	background: url(../images/frame_empresa.jpg) no-repeat top center;
	width: 100%;
	height: 271px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.frame_servicios {
	background: url(../images/frame_servicios.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frame_empresa.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frame_empresa.jpg', sizingMethod='scale')";
	text-align: center;
	width: 100%;
	height: 271px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.features .feature-box .box-content {
	background: white;
	padding: 30px;
	text-align: center;
}

.features .feature-box .box-content .feature-icon {
	font-size: 50px;
	color: #000000;
	margin-bottom: 10px;
	display: inline-block;
}

.features .feature-box .box-content h4 {
	margin-bottom: 10px;
	color: #000000;
}

.features .feature-box .box-content p {
	color: #000000;
}

.features-list .feature-box .feature-icon {
	float: left;
	margin-top: 15px;
}

.features-list .feature-box .feature-icon i {
	font-size: 20px;
	color: #000000;
}

.features-list .feature-box .feature-text {
	padding-left: 40px;
}

.features-list .feature-box .feature-text h3 {
	margin-bottom: -7px;
	color: #d00355;
}

.accordion-toggle {
	background: #ebebeb;
}

.accordion-toggle i {
	color: #111111;
	padding-right: 10px;
}

.accordion-body {
	background: #ffffff;
}

/* ==================================================================
Proyectos
================================================================== */

#proyectos {
	
}

.proy_subs {
	clear:both; 
	display:none;
	padding-top: 5px;
}

.portfolio-filter {
	margin-top: 10px;
	margin-bottom: 15px;
}

.portfolio-filter li {
	float: left;
	margin-right: 3px;
}

.portfolio-filter li a:link {
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#c0c0c0;
}

.portfolio-filter li a:visited {
	color: #FFFFFF;
	background-color:#44ade1;
}

.portfolio-filter li a:hover {
	color: #FFFFFF;
	background-color:#44ade1;
}

.portfolio-filter li a.selected {
	color: #FFFFFF;
	background-color:#44ade1;
}

.portfolio .portfolio-item {
	margin-bottom: 20px;
	position: relative;
	background: #44ade1;
	height: 195px;
}
/*
.portfolio .portfolio-item img,
.fancybox img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.portfolio .portfolio-item i,
.fancybox i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 40px;
	margin-left: -15px;
	margin-top: -15px;
	color: #333333;
}

.fancybox i {
	color: #ffffff;
}
*/

.portfolio .portfolio-item img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.portfolio .portfolio-item div {
	position: absolute;
	top:0;
	left:0;
	width: 260px;
	height:155px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 20px;
	font: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
	background: url(../images/flecha_item_proyecto.png) no-repeat bottom right;
}

.portfolio .portfolio-item:hover img{
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.portfolio .portfolio-item:hover div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.single-portfolio-holder {
	position: relative;
	top: 0;
	display: none;
	margin-top: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

.single-portfolio {
	position: relative;
	top: 0;
	margin-top: 0px;
	background: url(../images/popup_fondo.jpg) repeat top left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	
}

.single-portfolio:after{display:table;line-height:0;content:""}
.single-portfolio:after{clear:both; margin-bottom:0;}

.single-portfolio .container {
	padding-top:56px;
	padding-bottom:56px;
	/*padding-bottom: 100px;*/
}

.single-portfolio .portfolio-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width:31px;
	height:31px;
	background:url(../images/btn_popup_close.png) no-repeat top left;
	cursor: pointer;
	/*color: #FFFFFF;
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
	    -ms-transition: color .3s ease;
	     -o-transition: color .3s ease;
	        transition: color .3s ease;
			*/
}

.single-portfolio .portfolio-close:hover {
	/*color: #666666;*/
}

.single-portfolio h2 {
	color: #ffffff;
}

.single-portfolio p {
	color: #FFFFFF;
}

.single-portfolio .image-container,
.single-portfolio .video-container,
.single-portfolio .gallery-container {
	position: relative;
	display: block;
	/*margin-top: 70px;*/
	width: 100%;
	height: auto;
}

.single-portfolio .video-container .fullwidth-video {
	width: 100%;
	min-height: 300px;
}

.single-portfolio .fancybox:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: .3;
}

.single-portfolio .fancybox:hover i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.single-portfolio.fancybox img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.single-portfolio .fancybox i {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 40px;
	margin-left: -15px;
	margin-top: -15px;
	color: #333333;
}

.fancybox i {
	color: #ffffff;
}

/* ==================================================================
Flexslider
================================================================== */

.flexslider {
	border: none;
	box-shadow: none;
	margin: 0px;
}

.flexslider img {
	display: block;
}

.flexslider a.flex-prev {
	width: 30px;
	height: 35px;
	background: url(../images/flexslider-left-arrow.png) no-repeat;
}

.flexslider a.flex-next {
	width: 30px;
	height: 35px;
	background: url(../images/flexslider-right-arrow.png) no-repeat;
}

/* ==================================================================
Isotope Transitions
================================================================== */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
   -moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
-webkit-transition-property: height, width;
   -moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
   -moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}

/* ==================================================================
Contacts
================================================================== */

#contacto {
	/*background: url(../images/contacts-background.jpg) no-repeat center center;*/
}

#map_holder {
	position: relative;
	width: 100%;
	height: 400px;
}
#map_holder:before,#map_holder:after{display:table;line-height:0;content:""}
#map_holder:after{clear:both}

#map-canvas {
	position: relative;
	/*top: 75px;*/
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 0;
}
/*
#map-canvas {
	text-align: center;
	width: 100%;
	height: 400px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

.contacto_dir {
	width:446px;
	height:49px;
	margin-bottom: 30px;
	background:url(../images/fondo_dir.png) no-repeat top left;
}

.contacto_tel {
	width:446px;
	height:49px;
	margin-bottom: 30px;
	background:url(../images/fondo_tel.png) no-repeat top left;
}

.contacto_email {
	width:446px;
	height:49px;
	margin-bottom: 30px;
	background:url(../images/fondo_email.png) no-repeat top left;
}

.contacto_inner_text {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	color: #000;
	font-size:28px;
	padding-top:5px;
	text-align:right;
}

/* ==================================================================
Form contacto
================================================================== */

.contact-form {
	position: relative;
	/*z-index: 50;*/
}

.form-error {
	background: #be1212 !important;
}

.contact-form input {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
}

input, textarea, select {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	color: #333 !important;
	background: #e8e8e8 !important;
	-webkit-appearance: none;
	border: none !important;
	width: 100%;
	padding: 10px 10px !important;
	margin: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	height: auto !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	margin-bottom: 10px !important;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, color .3s ease !important;
	   -moz-transition: background-color .3s ease, color .3s ease !important;
	    -ms-transition: background-color .3s ease, color .3s ease !important;
	     -o-transition: background-color .3s ease, color .3s ease !important;
	        transition: background-color .3s ease, color .3s ease !important;
}

textarea {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	width: 100%;
	height: 154px !important;
	resize: both;
	margin-top: 0px;
	resize:none;
}
	
input:hover, textarea:hover, select:hover {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	background: #e1e1e1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}
	
input:focus, textarea:focus, select:focus {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	background: #d00355;
	color: #ffffff;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}

input[type="submit"], button, a.button {
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	text-transform: none;
	width: auto;
	margin-top: 20px;
	background: #44ade1 !important;
	color: #ffffff !important;
	cursor: pointer;
}

input[type="submit"] {
	padding: 6px 10px !important;
}

input[type="submit"]:hover, button:hover, a.button:hover {
	background: #252525 !important;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #b0b0b0; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #b0b0b0; }

input.placeholder, textarea.placeholder { color: #b0b0b0; }
/* BEGIN ARTISTAS */
.artistaBox {
	float: left;
    width: 100%;
}
	.artistaBox .box {
		width: calc(33.33% - 30px);
    	float: left;
    	margin: 0 30px 0 0;
	}
	.artistaBox .img {
		width: 100%;
    	height: 130px;
    	background: #000;
    	margin: 0 0 30px;
		overflow: hidden;
	}
		.artistaBox img {
			width: 100%
		}
	.artistaBox h2 {
		font-size: 28px;
	    color: #000000;
	    margin: 0 0 20px;
	}
	.artistaBox h6 {
		float: left;
	    clear: both;
	    width: 100%;
	    font-size: 10px;
	    color: #3f3f3f;
	    font-weight: 400;
	    line-height: 1.6;
	}
	.artistaBox p {
		font-size: 12px;
	    color: #000000;
	    font-weight: 400;
	    line-height: 1.7;
	    margin: 0 0 20px;
	}
	.artistaBox button, .artistaBox a {
		background: #44ade1;
		border: 1px solid #44ade1;
	    float: left;
	    clear: both;
	    display: block;
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: 400;
	    text-align: center;
	    line-height: 1.2;
	    padding: 10px 20px;
	    transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	}
		.artistaBox button:hover, .artistaBox a:hover{
			color: #44ade1 !important;
			background: #f2f2f2 !important;
		}
	.artistaBox .left {
		width: calc(50% - 15px);
		margin: 0 15px 0 0;
		float: left;
	}
		.artistaBox .left .img {
			height: 269px;
			margin: 0 0 15px;
		}
	.artistaBox .right {
		width: calc(50% - 15px);
		margin: 0 0 0 15px;
		float: left;
		position: relative;
	}
		.artistaBox .right h2 {
			font-size: 28px;
    		color: #000000;
		    margin: 0 0 20px;
		    font-weight: 400;
		    clear: both;
		}
		.artistaBox .right p {
			margin: 0 0 40px;
		}
		.artistaBox .right input {
			width: calc(50% - 15px);
		    float: left;
		    margin: 0 30px 20px 0 !important;
		    background: #ffffff !important;
		    border: 1px solid #d9d9d9 !important;
		    padding: 20px 15px !important;
		    font-size: 14px;
		    color: #cacaca !important;
		    font-weight: 400;
		}
		.artistaBox .right input.last {
		    margin: 0 0 20px !important;
		}
		.artistaBox .right textarea {
			width: 100%;
		    float: left;
		    margin: 0 0 20px 0 !important;
		    background: #ffffff !important;
		    border: 1px solid #d9d9d9 !important;
		    padding: 20px 15px !important;
		    font-size: 14px;
		    color: #cacaca !important;
		    font-weight: 400;
		}
		.artistaBox .right a, .artistaBox .right button {
			margin: 0 0 55px;
		}
	.like {
		width: 75px;
		height: 20px;
		overflow: hidden;
		display: inline-block;
	}
		.like span {
			float: left;
		}
.masArt {
}
	.masArt a {
		width: calc(33.33% - 12px);
	    position: relative;
	    background: none;
	    border: 0 none;
	    margin: 0 12px 12px 0 !important;
	    padding: 0;
	    float: left;
	    clear: none;
	    transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	}
		.masArt a::before {
			content: "";
			display: block;
			background: url(../images/artistas/thumb_shadow.png) left top no-repeat;
			position: absolute;
			left: 0;
			bottom:0;
			z-index: 100;
		    width: 100%;
		    height: 55px;
		}
		.masArt a:nth-child(3),
		.masArt a:nth-child(6) {
			margin: 0 0 12px !important;
		}
		.masArt a:hover {
			opacity: 0.5;
		}
	.masArt p {
		position: absolute;
	    left: 0;
	    bottom: 0;
	    padding: 5px !important;
	    margin: 0 !important;
	    width: 100%;
	    font-size: 14px;
	    color: #ffffff;
	    z-index: 110;
	    text-align: left;
	}
	.masArt img {
		width: 100%;
	}
.separador {
	width: 100%;
	height: 70px;
	overflow: hidden;
	float: left;
	clear: both;
}
#artistasHome {
	margin: 0 0 105px;
    overflow: hidden;
    float: left;
    width: 100%;
}
	#artistasHome a {
		display: block;
	    float: left;
	    width: calc(33.33% - 20px);
	    position: relative;
	    margin: 0 20px 20px 0;
	    transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	}
		#artistasHome a:before {
			content: "";
		    display: block;
		    background: url(../images/artistas/home_shadow.png) left top no-repeat;
		    width: 100%;
		    height: 132px;
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    z-index: 100;
		}
		#artistasHome a.noMargin {
			margin: 0 0 20px 0;
		}
		#artistasHome a:hover {
			opacity: 0.5;
		}
	#artistasHome p {
		position: absolute;
	    left: 0;
	    bottom: 0;
	    z-index: 110;
	    font-size: 25px;
	    color: #ffffff;
	    font-weight: 400;
	    padding: 15px 15px 5px;
	}
	#artistasHome img {
		width: 100%;
	}
/* END ARTISTAS */

#msg {
    font-size: 20px;
    color: green;
    line-height: 30px;
}
.parrafo {
	min-height: 110px;
	height: 110px;
}
form {
	float: left;
    clear: both;
    margin: 20px 0 30px;
}
.textContratacion {
	clear: both;
    float: left;
    width: 100%;
    margin: 100px 0 0;
}
	.textContratacion p {
		float: left;
	    clear: both;
	    width: 100%;
	    font-size: 10px;
	    color: #3f3f3f;
	    font-weight: 400;
	    line-height: 1.6;
	}
.btnActive {
	color: #44ade1 !important;
	font-weight: bold !important;
}
	.btnActive:hover {
		color: #333333 !important;
	}