/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
a:hover, a:active, a:visited {
	text-decoration: none;
}

@font-face {
	font-family: bariol;
	src: url('../fuentes/Lato-Regular.ttf'); /* Cambiar por Lato */
}
html, body{
    font-family: 'bariol';
    font-size: 100%;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.footer_top {
	padding: 1em 0!important;
}
/*----start-header----*/
.wrapper{

}
.header_top{
	padding: 8px;
	background: black;
	width: 100%;
	height: auto;
}
.logo{
	float:left;
}
.menu{
	 float:right;
	 margin-top: 9px;
}
.menu li{
	display:inline-block;
}
 .menu li:first-child{
   	margin-left:0;
}
.menu li a{
  	display: block;
	font-size:1em;
	color:#787878;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: bold;
}
#nav .current a {
   color:#fff;
   background:#6dc5dd;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover ,.menu li.active a{
   color:#fff;
   background:#f77462 !important;
} 
.toggleMenu {
	display:  none;
   	padding:4px 5px 0px 5px;
    border-radius:2em; 
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    -o-border-radius:2em; 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}
@media screen and (max-width:800px) {
	.menu {
		margin:10px 0;
	}
    .active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	border-radius:0;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    }
    .nav {
	    list-style: none;
		width: 95%;
		position: absolute;
		right: 10px;
		background: #051619;
		top: 110px;
		z-index: 9999;
		border: 1px solid #E0E0E0;
    }
   .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    	margin:0;
    }
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    	border-top:1px solid #e0e0e0;
    	background:#fff;
    }
     .nav li:first-child a{
     	border-top:none;
     }
 }
.banner{
	background: #e7e7e7;
	background: -moz-linear-gradient(top,  #e7e7e7 0%, #f8f8f8 44%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e7), color-stop(44%,#f8f8f8), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e7e7e7 0%,#f8f8f8 44%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e7e7e7 0%,#f8f8f8 44%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e7e7e7 0%,#f8f8f8 44%,#ffffff 100%);
	background: linear-gradient(to bottom,  #e7e7e7 0%,#f8f8f8 44%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff',GradientType=0 );
	padding:2em 5em 0;
}
.banner_left {
	margin-right:10em;
}
.banner_left span {
	width:430px;
	height:366px;
	display: block;
	background: url(../images/phone.png) no-repeat;
}
.banner_right{
	margin-top:3em;
}
.banner_right h1{
	font-size: 3em;
	text-transform: uppercase;
	color: #104954;
	font-weight: 500;
}
.banner_right h2{
	font-size:1.8em;
	line-height: 0.5em;
	color: #104954;
	font-weight: 500;
	margin-bottom:1.2em;
}
.banner_right p{
	font-size:1em;
	color:#999;
	font-weight: 500;
}
.banner_btn {
	display: inline-block;
	padding: 12px 30px;
	font-size: 1.1em;
	cursor: pointer;
	border: none;
	background: #f77462;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	font-weight: 400;
	margin-top:2em;
}
.banner_btn:hover {
	text-decoration:none;
	color:#fff;
	background:#6dc5dd;
}
/*--content--*/
.content_top{
	width: 100%;
	/*
	padding:3em 2em 4em;
	background:#6dc5dd;
	*/
}
i.flag{
	width: 80px;
	height: 80px;
	background: url(../images/img-sprite.png)no-repeat -9px -6px;
	float: left;
	margin-right:1em;
}
i.camera{
	width: 80px;
	height: 80px;
	background: url(../images/img-sprite.png)no-repeat -95px -6px;
	float: left;
	margin-right:1em;
}
i.home{
	width: 80px;
	height: 80px;
	background: url(../images/img-sprite.png)no-repeat -187px -6px;
	float: left;
	margin-right:1em;
}
.flag_desc h3{
	margin-bottom:0.8em;
}
.flag_desc h3 a{
	color:#fff;
	font-size:0.85em;
	font-weight:bold;
}
.flag_desc h3 a:hover{
	text-decoration:none;
	color:#f77462;
}
div.flag_desc {
	float: left;
	width:68.22%;
	margin-top: 0.5em;
}
.flag_desc p{
	color:#fff;
	font-size:0.85em;
	line-height:1.8em;
	margin-bottom: 1.5em;
}
.link {
	background: url(../images/arrow.png) no-repeat 100% 1px;
	display: inline-block;
	padding: 0 25px 0 0;
	line-height: 19px;
	font-size: 1em;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}
.link:hover{
	text-decoration:none;
	color: #f77462;
}
.content_middle{
	/*max-width: 1170px;*/
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background:#fff;
	padding: 13px;
	/*padding:4em 2em;*/
}
.contenedor-patrocinadores td img {
	max-width: 130px;
}
.content_middle .row {
	margin-right: 0px;
	margin-left: 0px;
}
.middle_grid{
	margin-bottom:3em;
}
ul.test_box {
	padding: 0;
	list-style: none;
}
ul.test_box li.test_img {
	float: left;
	width:24%;
	margin-right:2em;
}
ul.test_box li.test_desc {
	float: left;
	width:71%;
}
ul.test_box li.test_desc h4 a {
	font-size: 1.1em;
	font-weight: bold;
	color:#104954;
	text-decoration: none;
}
ul.test_box li.test_desc h4 a:hover {
	color:#f77462;
}
ul.test_box li.test_desc p {
	color: #999;
	font-size: 0.95em;
	line-height: 1.8em;
}
.content_btn {
	display: inline-block;
	padding: 8px 20px;
	font-size: 1em;
	cursor: pointer;
	border: none;
	background: #f77462;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	font-weight: 400;
}
.content_btn:hover{
	background: #6dc5dd;
	text-decoration:none;
	color:#fff;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	border: 1px solid #eee;
}
.tab_box{
	background:#003d48;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	border-left: 1px solid #CFCFCF;
	color: #777;
	font-size: 1em;
	background: #f2f2f2;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width: 33.3333%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-weight: bold;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #F27141;
}
.resp-tab-active{
	background:#003d48;
	text-shadow: none;
	color:#fff;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#f77462;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#6CC5D9;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.facts h4 a{
	color:#6dc5dd;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.2em;
}
.facts h4 a:hover{
	color: #f77462;
}
.facts p{
	color: #fff;
	font-size: 0.95em;
	line-height: 1.8em;
}
ul.tab_list{
	list-style: none;
	padding: 2em 2em 1em;
}
ul.tab_list li {
	list-style-image: url(../images/tab_arrow.png);
	margin: 0 22px 10px;
}
ul.tab_list li a {
	color: #888;
	font-size: 0.95em;
	line-height: 1.3em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list li a:hover {
	color:#333;
}
.section_aligncenter{
	padding: 4em 0;
	background:#F5F7F6;
}
.contenedor-internas {
	background-color: #F5F7F6;
}
.section_aligncenter h3{
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
.section_aligncenter p{/*
	width: 65%;
	margin: 0 auto;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.5em;*/
}
.content_bottom{
	background:#fff;
	padding:4em 2em;
}
.content_bottom h3{
	text-align:center;
	color:#104954;
	font-size: 2em;
	font-weight: 700;
	margin-bottom:0.8em;
}
p.m_1{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0.5em 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: 300;
	color:#6dc5dd;
	margin-bottom: 2em;
}
ul.project_box {
	padding: 0;
	list-style: none;
	margin-bottom: 2em;
}
ul.project_box li.mini-post-meta {
	display: block;
	float: left;
	width: 70px;
	background:#6dc5dd;
	text-align: center;
	margin: 3px 30px 0 0;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
ul.project_box li.mini-post-meta span.day {
	font-size: 35px;
	color: #fff;
	padding: 5px 0;
	display: block;
	line-height: 1em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
ul.project_box li.mini-post-meta span.month {
	font-size:15px;
	color: #fff;
	line-height: 2em;
	font-weight: bold;
}
ul.project_box li.desc {
	overflow: hidden;
}
ul.project_box li.desc h5{
	margin-bottom:2px;
}
ul.project_box li.desc h5 a {
	color: #104954;
	font-size: 1.2em;
	font-weight: bold;
}
ul.project_box li.desc p {
	color: #999;
	font-size: 0.85em;
	margin-top: 0.7em;
	line-height: 1.8em;
}
.top_grid{
	margin-bottom:2em;
}
span.comment{
	color:#f77462;
	font-size:0.95em;
}
ul.comment_section{
	padding:2em;
	list-style:none;
	background:#ececec;
}
ul.comment_section li.comment_desc {
	float: left;
	width: 74.666%;
}
ul.comment_section li.comment_desc p{
	color:#555;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:-10px;
}
i.comment {
	width: 120px;
	height: 120px;
	background: url(../images/img-sprite.png)no-repeat -10px -92px;
	float: right;
}
span.m_2 a{
	font-size:1em;
	font-weight:bold;
	color:#f77462;
}
/*--footer--*/
.footer{
	background:black;
	padding:0 2em;
}
.footer_top{
	padding:3em 0;
}
h3.m_4{
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
}
ul.list{
	padding:0;
	list-style:none;
}
ul.list li a{
	color:#fff;
	font-size:0.95em;
	line-height:1.8em;
}
ul.list li a:hover{
	background:
}
.footer_bottom {
	border-top: 1px solid #A7D7E4;
	padding: 2em 0;
}
.copy{
	float:left;
	margin-top: 5px;
}
.copy p{
	color:#fff;
	font-size:1em;
}
.copy p a{
	color:#DFF8FF;
}
ul.social{
	padding:0;
	list-style:none;
	float:right;
}
ul.social li:first-child {
	margin-left: 0;
}
ul.social li {
	display: inline-block;
	margin-left: 5px;
}
ul.social li a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.social li a i {
	width:32px;
	height:32px;
	display: block;
	background: url(../images/img-sprite.png)#fff no-repeat;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
}
ul.social li a i:hover{
	opacity:0.8;
}
ul.social li a i.fb{
	background-position:-151px -116px;
}
ul.social li a i.tw{
	background-position:-197px -118px;
}
/*--about--*/
h1.title-header {
	background: #f77462;
	display: -webkit-inline-box;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 0.4em 5em 0.4em 1em;
}
.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background:none;
	font-size:0.85em;
}
h3.m_2 {
	font-size: 1.7em;
	font-weight: bold;
	color:#fff;
	margin-bottom: 1em;
}
ul.about_grid1.about_box {
	padding: 0;
	list-style: none;
}
ul.about_grid1 li.about_img {
	float: left;
	width:50.333%;
	margin-right: 1.5em;
}
ul.about_grid1 li.about_desc {
	float: none;
	width: 100%;
}
ul.about_grid1 li.about_desc h5{
	margin-bottom:1em;
}
ul.about_grid1 li.about_desc h5 a {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1.5em;
}
p.first_desc, p.last{
	color:#fff;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
p.last{
	margin-bottom:0;
}
div.list.custom-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.list.custom-list ul li:first-child {
	margin: 0;
}
div.list.custom-list ul li {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}
.dropcap {
	text-align: left;
}
.dropcap {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 50px;
	height: 50px;
	background: #6ECCE6;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height:45px;
	margin-right: 0.5em;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
}
div.list.custom-list ul li h5 a {
	display: block;
	margin: 0 0 1px 0;
	line-height: 21px;
	font-size: 17px;
	font-weight: 400;
	color:#fff;
}
div.list.custom-list ul li p{
	display: block;
	overflow: hidden;
	font-style: normal;
	font-size: 0.85em;
	line-height: 1.8em;
	color:#fff;
}
/*--services--*/
.services_top{
	padding:3em 2em;
	background: #6dc5dd
}
.col_1_of_portfolio:first-child {
	margin-left: 0;
}
.col_1_of_portfolio{
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}
.span_1_of_portfolio{
	width:31.6%;
}
.view-first h3{
	color: #555;
	padding: 1em 0;
	margin-bottom: 0;
	font-size: 1em;
	text-transform: uppercase;
}
.view {
   /*--width:290px;
   height:350px;--*/
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
  width: 349px;
	height: 235px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.view img {
   display: block;
   position: relative;
}
.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   margin-top: 5em;
   color: #fff;
   text-transform: uppercase;
 }
.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color:rgba(98, 187, 247, 0.29);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.span_1_of_projects img{
	display:block;
}
/*--services-*/
blockquote {
	background: url(../images/quotes.png) 0 0 no-repeat;
	padding: 10px 0 0 10px;
	margin: 0;
	border-left: none;
}
blockquote small {
	color:#fff;
	font-size:0.85em;
	line-height: 24px;
	margin-bottom: 6px;
}
blockquote p {
	margin-bottom: 0;
	font-size:0.85em;
	line-height:1.8;
	color:#fff;
}
.quotation{
	margin-bottom:2em;
}
/*--contact--*/
.contact{
	background:#fff;
	padding:0 2em 0;
	border-top: 1px solid #eee;
} 
.contact_top {
	margin-top: 2em;
}
.contact_top h3 {
	font-size: 1.5em;
	font-weight: bold;
	color:#104954;
	margin-bottom: 1em;
}
.contact_top p {
	font-size: 0.85em;
	line-height: 1.8em;
	color:#777;
	margin: 1em 0 3em;
}
.contact-to input[type="text"] {
	padding: 10px 10px;
	width:32%;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #777;
	background: #FFF;
	float: left;
	outline: none;
	font-size: 0.85em;
}
.text2 input[type="text"], .text2 textarea {
	width: 99%;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #999;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 10px 10px;
	font-size: 0.85em;
	resize: none;
}
.contact-list ul{
	padding:0;
	list-style:none;
}
.contact-list ul li p{
	margin-bottom:1em;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	border: none;
	line-height: 0;
	overflow: hidden;
	padding:3em 0;
}
i.address{
	width: 20px;
	height: 30px;
	background: url(../images/img-sprite.png) no-repeat -252px -118px;
	float: left;
	margin-right: 1em;
}
i.phone{
	width: 20px;
	height: 30px;
	background: url(../images/img-sprite.png) no-repeat -30px -223px;
	float: left;
	margin-right: 1em;
}
i.msg{
	width: 20px;
	height: 30px;
	background: url(../images/img-sprite.png) no-repeat -70px -223px;
	float: left;
	margin-right: 1em;
}
.contact_btn input[type="submit"]{
	color: #FFF;
	font-size:1em;
	font-weight: normal;
	padding: 10px 30px;
	background:#6dc5dd;
	float: right;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:none;
	outline:none;
	cursor:pointer;
}
.contact_btn input[type="submit"]:hover{
	background: #f77462;
	text-decoration:none;
	color:#fff;
}
/** PRUEBAS MENU **/
#sidebar-wrapper {
	float: right;
	padding: 5px;
	top:0;
	margin-right: -250px;
	right: 0;
	width: 250px;
	position: fixed;
	height: 100%;
	z-index: 1000;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-ms-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}
.main {
	clear: left;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav li {
	line-height: 50px;
	text-indent: 20px;
}

.sidebar-nav li a {
	color: #999999;
	display: block;
	text-decoration: none;
}

.sidebar-nav li a:hover {
	color: #fff;
	background: rgba(255,255,255,0.2);
	text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
	color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
.sidebar-nav > .sidebar-brand2 {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}

.sidebar-nav > .sidebar-brand2 a {
	color: #999999;
}
.sidebar-nav li.sidebar-brand2 {
	text-indent: 0px;
}
.sidebar-nav > .sidebar-brand2 a:hover {
	color: #fff;
	background: none;
}
#menu-toggle {
	color: white;
	font-size: 28px;
	top: -6px;
}
#menu-toggle img {
	width: 44px;
}

#sidebar-wrapper.active {
	right: 250px;
	width: 305px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}

.toggle {
	margin: 5px 5px 0 0;
}
/* PRUEBAS */
.container {
	padding-right: 0px;
	padding-left: 0px;
}
.contenedor-patrocinadores {

}
.contenedor-candidaturas-home-titulo {
	float: left;
	width: 100%;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}
#patrocinadores {
	text-align: inherit!important;
}
#patrocinadores .contenedor-internas .contenedor-candidaturas-home-titulo {

}
#patrocinadores .contenedor-candidaturas-home-titulo {
	border-bottom: 1px solid black;
	margin-bottom: 0px;
}
.contenedor-candidaturas-home-titulo p {
	color: black;
	font-weight: bold;
	margin-left: 0px;
}
.contenedor-candidaturas-home-titulo span, .contenedor-candidaturas-home-titulo a, .titulo-presentar-cand, .pie-texto {
	color: black;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
}
.section_aligncenter .row, .footer_top {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.candidatura-bloque {
	height:auto;
	margin-bottom: 3%;
}
.candidatura-individual {
	width: 100%;
	height: auto;
}
.candidatura-imagen img{

	/*width: 100%;
	max-height: 257px;
	max-width: 360px;
	height: 250px;*/
}
.candidatura-imagen {
	width: 100%;
	float: left;
}
.candidatura-informacion {
	padding: 10px;
	background-color: #BF2628;
	min-height: 115px;
	float: left;
	width: 100%;
}
.candidatura-informacion p {
	margin-left: 0px;
}
.candidatura-informacion-titulo {
	color: white;
	font-weight: bold;
	font-size: 15px;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.candidatura-informacion-etiquetas {
	color: #D6D6D8;
	font-size: 12px;
}
.candidatura-informacion-votar {
	width: 100%;
}
.candidatura-informacion-votar.candidatura-informacion-votar {
	background-color: white; /* Green */
	border: none;
	color: #BF2628;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.candidatura-informacion-inferior {
	margin-top: 11px;
	padding-left: 0px;
	padding-right: 0px;
}
.contenedor-candidatura-nombre-etiquetas {
	padding-left: 0px;
}
.candidatura-informacion-inferior i {
	color: white;
	margin-top: 5px
}
.candidatura-informacion-inferior-izq {
	float: left;
}
.candidatura-informacion-inferior-der {
	float: right;
}
.candidatura-informacion-inferior-iconos {
	float: left;
	color: white;
	text-align: center;
	font-weight: bold;
}
.candidatura-informacion-inferior-der i {
	margin-left: 9px;
}

/* HOVER EFFECT CANDIDATURA BLOQUE */
/*.candidatura-individual*/
.candidatura-individual .hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.candidatura-individual .hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.candidatura-individual .hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.candidatura-individual .hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	background: rgba(0,0,0,0.6);
	-webkit-transform: translatey(-100px);
	-ms-transform: translatey(-100px);
	transform: translatey(-100px);
	-webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
	padding: 10px;
}

.candidatura-individual .hovereffect a.info {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 22% 0 0;
	padding: 7px 14px;
}

.candidatura-individual .hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}

.candidatura-individual .hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.candidatura-individual .hovereffect:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.candidatura-individual .hovereffect:hover h2,.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: translatey(0);
	-webkit-transform: translatey(0);
	transform: translatey(0);
}

.candidatura-individual .hovereffect:hover a.info {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
/* FIN HOVER EFFECT CANDIDATURA BLOQUE */
.footer {
	width: 100%;
}
.footer-derecha {
	float: left;
}
.footer-izquierda {
	float: right;
}
.footer-derecha i {
	color: white;
}
.footer-derecha a, .footer-derecha span {
	text-decoration: none;
	color: white;
	margin-right: 8px;
	font-size: 14px;
}
.footer-izquierda i {
	color: white;
	margin-left: 14px;
	font-size: 20px;
}
.footer-izquierda span, .footer-izquierda a {
	color: white;
	font-size: 13px;
}
.logo {
	height: 100%;
}
.header-nombre {
	height: 100%;
}
#menu {
	text-align: right;
	height: 100%;
}
.logo a {
	color: white;
	font-weight: bold;
	font-size: 24px;
}

.header-nombre p, .header-nombre a {
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-top: 5px;
}
.header-nombre p:hover, .header-nombre a:hover, .logo a:hover {
	color: #dbd9d9;
	text-decoration: none;
}
#portfolio-items-filter li a:hover, #lista-subcategorias li a:hover {
	color: #dbd9d9;
	text-decoration: none;
}

#menu-presentar {
	float: left;
	width: 60%;
}
#menu-presentar a {
	color: white;
	font-weight: bold;
}
#menu-close i {
	color: black;
}
#menu-close {
	float: left;
	padding: 15px;
}
#menu-home i {
	color: black;
}
#menu-home {
	float: right;
	padding: 15px;
}
.sidebar-nav {
	text-align: right;
}
.sidebar-nav li a {
	color: black;
}
.sidebar-nav li a:hover {
	color: black;
}
.elemento-menu-bordes {
	border-top: 1px dotted black;
}
.sidebar-nav {
	background-color: white;
	padding: 14px;
	border: 1px solid black;
	padding-right: 26px;
}
#slider-sub, .slider-sub {
	display: none;
}
#slider-sub ul, .slider-sub ul {
	list-style: none;
	padding: 0;
}
.menu-presentar-candidatura {
	margin-top: 5px;
	background-color: black;
	float: left;
}
.menu-presentar-candidatura a {
	color: white!important;
	font-weight: bold;
}
.titulo-slider {
	font-size: 39px;
	font-weight: bold;
	color: white;
}
.subtitulo-slider {
	color: #D5D5D5;
}
.slider-iconos {
	text-align: center;
}
.candidatura-informacion-votar-slider {
	background-color: #AE2626;
	border: none;
	color: white;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	width: auto;
}
#flecha-abajo, .flecha-abajo {
	position: relative;
	bottom: 4px;
	display: inline;
	left: 16px;
}
.imagen-ordenacion {
	float: right;
	cursor: pointer;
}
.imagen-ordenacion img {
	width: 25px;
}
#flecha-abajo-lista {
	position: relative;
	bottom: 4px;
	display: inline;
}
#abrir-cat {
	cursor: pointer;
	padding-right: 15px;
}
#abrir-cat2 {
	cursor: pointer;
	padding-right: 15px;
}
#flecha-arriba, .flecha-arriba {
	position: relative;
	bottom: 4px;
	display: none;
	left: 16px;
}
.candidatura-individual-logo {

}

/* ---------------------------------------------------------------------- */
/*	EMPIEZA DE FILTRO POR CATEGORIAS
/* ---------------------------------------------------------------------- */

#portfolio-items-filter, #lista-subcategorias {
	display: none;
	float: right;
	/* margin: -65px 0 0; */
	/* overflow: hidden; */
	width: 100%;
	list-style: none;
	padding-left: 0px;
	/* max-width: 874px; */
	background-color: black;
}

.no-js #portfolio-items-filter, #lista-subcategorias { display: none; }

#portfolio-items-filter li, #lista-subcategorias li {
	float: left;
	/*width: 16.6%;*/
	width: 19.6%;
	text-align: center;
	height: 100%;
	font-weight: bold;
	padding: 5px;
}
#portfolio-items-filter li.sub-categoria-filtro, #lista-subcategorias li.sub-categoria-filtro {
	float: left;
	width: 16.2%;
	text-align: center;
	height: 100%;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}
.lista-subcategorias-todas li a {
	text-transform: uppercase;
}
#portfolio-items-filter li a, #lista-subcategorias li a {
	display: block!important;
	color: white;
}
/* SUBCATEGORIAS */
#portfolio-items-filter, #lista-subcategorias2 {
	display: none;
	float: right;
	/* margin: -65px 0 0; */
	/* overflow: hidden; */
	width: 100%;
	list-style: none;
	padding-left: 0px;
	/* max-width: 874px; */
	background-color: black;
}
.no-js #portfolio-items-filter, #lista-subcategorias2 { display: none; }
#portfolio-items-filter li, #lista-subcategorias2 li {
	float: left;
	/*width: 16.6%;*/
	width: 19.6%;
	text-align: center;
	height: 100%;
	font-weight: bold;
	padding: 5px;
}
#portfolio-items-filter li.sub-categoria-filtro, #lista-subcategorias2 li.sub-categoria-filtro {
	float: left;
	width: 16.2%;
	text-align: center;
	height: 100%;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}
#portfolio-items-filter li a, #lista-subcategorias2 li a {
	display: block!important;
	color: white;
}
/* FIN */
/* ---------------------------------------------------------------------- */
/*	TABLAS PARA JURADO
/* ---------------------------------------------------------------------- */
.tabla-jurado thead tr, .tabla-jurado tfoot tr {
	background-color: transparent!important;
}
.tabla-jurado tr:nth-child(even) {
	background-color: #ffffff;
}
.tabla-jurado tr:nth-child(odd) {
	background-color: #f9f9f9;
}
.tabla-jurado tbody tr {
	border-bottom: 1px solid #dddddd;
}
.tabla-jurado tbody tr:last-child {
	border-bottom: none;
}
.tabla-jurado thead {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
}
.tabla-jurado tfoot {
	padding: 10px 18px;
	border-top: 1px solid #111;
}
.tabla-jurado tr td {
	max-width: 343px;
	height: 60px;
	padding: 8px 10px 8px 10px;
}
/* FINs */

.enlaces-sub {
	display: block!important;
}

#portfolio-items { margin: 0 -20px 40px 0; width: 100%; }

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

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	z-index: 2;
}

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

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:	-moz-transform, opacity;
	-ms-transition-property:		 top, left, opacity;
	-o-transition-property:		 top, left, opacity;
	transition-property:		 transform, opacity;
}
.titulo-candidatura {
	margin-bottom: 15px;
	color: black;
	font-weight: bold;
	font-size: 22px;
}
.etiquetas-candidatura {
	color: #BD2726;
	font-weight: bold;
	font-size: 17px;
}
.desc-candidatura {
	text-align: justify;
	margin-top: 10px;
}
.contenedor-valoracion-candidatura {
	float: left;
	padding: 15px;
	color: white;
	background-color: #BD2726;
	width: 100%;
	height: 100%;
	min-height: 272px;
	margin-bottom: 5%;
}
.contenedor-valoracion-candidatura a {
	color: white;
}
.candidatura-unica .fa {
	font-size: 21px;
}
.candidatura-boton {
	font-weight: bold;
	border: 1px solid white;
	border-bottom: 2px solid white;
	text-align: center;
	cursor: pointer;
	width: 100%;
}
.candidatura-boton-aceptar {
	color: #BD2726;
	font-weight: bold;
	border: 1px solid#BD2726;
	border-bottom: 2px solid #BD2726;
	text-align: center;
	cursor: pointer;
	width: 49%;
	max-width: 49%;
	margin-left: auto;
	margin-right: auto;
}
.contenedor-compartir {
	width: 100px;
	float: right;
	display: none
}
.contenedor-compartir i {
	float: right;
	margin-right: 5px;
}
#cerrar-rango-valoracion {
	color: black;
	cursor: pointer;
}
.votaciones {
	list-style: none;
	float: left;
	width: 100%;
	padding-left: 0px;
}
.progressbar .circle {
	position: relative;
	width: 83px;
	height: 100%;
}
.canvasVotaciones {
	width: 100px;
}
.percent {
	position: relative;
	bottom: 64px;
	/*left: 34px;*/
	left: 41px;
}
.legend {
	position: relative;
	bottom: 34px;
	left: 16px;
}
.contenedor-imagen-candidatura {
	margin-bottom: 5%;
}
.contenedor-imagen-candidatura img {
	width: 100%;
}

.candidatura-rango-num {
	color: #BD2726;
	float: left;
	width: 5%;
	margin-left: 2%;
	margin-top: 1%;
}
.candidatura-rango {
	width: 80%!important;
	float: left;
}
.contenedor-rangos {
	margin-bottom: 3%;
	float: left;
	width: 100%;
}
#valoracionesExternas {
	margin-top: 7%;
}
#valoracionesExternas ul {
	list-style: none;
}
#valoracionesExternas li {
	margin-left: 0px;
}
.contenedor-valoracion-unica li {
	float: left;
	width: 25%;
}
.canvasVotacionesUsuarios {
	width: 100%;
}
#valoracionesExternas .percent {
	position: relative;
	bottom: 75px;
	left: 54px;
}





input[type=range] {
	-webkit-appearance: none;
	margin: 10px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 11px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000;
	background: #BD2726;
	border-radius: 1px;
	border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 1px 1px 1px #000031;
	border: 1px solid #00001E;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #BD2726;
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 11px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000;
	background: #BD2726;
	border-radius: 1px;
	border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000031;
	border: 1px solid #00001E;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	background: #FFFFFF;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 11px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: #BD2726;
	border: 0px solid #010101;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
	background: #BD2726;
	border: 0px solid #010101;
	border-radius: 2px;
	box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000031;
	border: 1px solid #00001E;
	height: 26px;
	width: 26px;
	border-radius: 15px;
	background: #FFFFFF;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: #BD2726;
}
input[type=range]:focus::-ms-fill-upper {
	background: #BD2726;
}


.contenedor-patrocinadores-imagen {
	width: 100%;
}
.gala div {
	margin-bottom: 5%;
}
.gala img {
	margin-bottom: 5%;
}


.imagen-interna {
	float: right;
}
.texto-interna {
	float: left;
}
.titulo-interna {
	font-weight: bold;
	font-size: 15px;
	color: black;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #EEEEEE!important;
}
.texto-interna {
	margin-bottom: 39px;
}
.titulo-dinamiza {
	font-weight: bold;
	font-size: 15px;
	color: black;
	margin-bottom: 10px;
}
.align-center {
	text-align: center;
}
.entry-body {
	float: left;
	margin: -5px 0 0;
	width: 550px;
}
.entry-body .title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}
.entry-meta {
	color: #878787;
	float: left;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0 20px 0 0;
	text-align: right;
	width: 110px;
}
.entry-meta ul {
	margin: 0;
}
.entry-meta li {
	list-style: none;
	margin: 0;
}
.entry-meta a {
	color: #959393;
	display: inline-block;
	font-style: italic;
	font-size: 13px;
}
.post-format {
	background-color: #ddd;
	background-image: url(../../IMG/icon-post-formats.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #959393;
	cursor: pointer;
	display: block;
	height: 33px;
	margin: 0 0 10px 0;
	text-align: left;
	text-indent: -9999px;
	width: 33px;
}
.entry {
	border-bottom: 1px dotted #ced8df;
	margin: 0 0 50px;
	padding: 0 0 30px;
}
.img-blog {
	float: left;
	width: 100%;
	margin-bottom: 14px;
}
.entry-meta .title {
	font-size: 13px;
	font-weight: 700;
}

#sidebar .widget {
	margin: 0 0 15px;
}
#sidebar .widget-title {
	color: #414141;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.social-links, .social-links2 {
	margin: 0;
	padding: 0;
}
.social-links li, .social-links2 li {
	display: inline-block;
	list-style: none;
	margin: 0 0 10px 15px;
	text-indent: -9999px;
}
.social-links li.twitter a {
	background-image: url(../../IMG/icon-twitter.png);
	background-position: 0 -15px;
	height: 15px;
	width: 21px;
}
.social-links a {
	background-repeat: no-repeat;
	background-position: 0 -16px;
	display: block;
	height: 16px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 20px;
}
.social-links li.facebook a {
	background-image: url(../../IMG/icon-facebook.png);
}
.social-links li.youtube a {
	background-image: url(../../IMG/icon-youtube.png);
	background-position: 0 -15px;
	height: 15px;
}
.categories li:last-child {
	border-bottom: none;
}
.categories a {
	color: #868686;
	display: block;
	padding: 5px 0 5px 15px;
}
.categories {
	list-style: none;
	padding: 0;
}
.contenedor-fotografias {
	min-height: 282px;
	margin-bottom: 10px;
}
.contenedor-interno-foto {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}
.contenedor-interno-foto-foto {
	width: 100%;
	min-height: 147px;
	background-color: #EEEEEE;
}
.contenedor-interno-foto-texto {
	background-color: black;
	color: white;
	padding: 2px;
	font-weight: bold;
}
.contenedor-interno-foto-texto span a {
	text-align: left;
	color: white;
	font-weight: bold;
}
.elemento-menu {
	color: white;
	font-weight: bold;
	display: block!important;
}

.input-block, .textarea-block {
	float: left;
	margin: 0 20px 20px 0;
}
.input-block label, .textarea-block label {
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	margin: 0 0 5px;
}
.formulario-contacto input {
	width: 198px;
}

#enviar-contacto {
	background: #BF2628;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.titulo-form-contacto {
	color: black!important;
	font-size: 17px!important;
}
#contacto .contenedor-candidaturas-home-titulo {
	margin-bottom: 15px;
}
.informacion-contacto p {
	font-size: 13px;
}
.tab-pane {
	height: auto!important;
	min-height: 294px;
}
#presentar .contenedor-internas {
	background: #F5F7F6!important;
}
#presentar  input[type=text], #presentar select, #presentar  input[type=url], #presentar  input[type=email], #presentar  input[type=date] {
	width: 100%;
	height: 39px;

}
#presentar  textarea {
	width: 100%;
}
#presentar .input-block, #presentar  .textarea-block {
	float: none;
}

.label-candidatura {
	font-size: 12px;
	font-weight: 600;
}



#presentar  input[type=button], .button {
	background: #BF2628;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
#presentar .prev {
	background: #000000!important
}
.success {
	background: #e3ebc6 url(../../IMG/icon-box-success.png) no-repeat 12px 8px;
	border: 1px solid #c2d288;
	border-left-width: 4px;
	color: #8fa442;
	height: 33px;
	margin-bottom: 41px;
	padding-left: 41px;
	padding-top: 6px;
}
.error {
	background: #f9e5e6 url(../../IMG/icon-box-error.png) no-repeat 12px 8px;
	border: 1px solid #f7c7c9;
	border-left-width: 4px;
	color: #b3696c;
	height: 33px;
	margin-bottom: 41px;
	padding-left: 41px;
	padding-top: 6px;
}
.main #controls-wrapper {
	bottom: 0px;
	bottom: 62px;
	margin: 0 auto;
	height: 200px;
	width: auto;
	bottom: 32%;
	left: 110px;
	z-index: 4;
	background: none;
	position: absolute;
}
.contenedor-info-slider {
	font-family: 'bariol';
}
.main #slidecaption {
	margin: 0 0 0 0;
	line-height: normal;
}
.main #slidecaption {
	padding: 5px 25px 10px 25px;
	/*background-color: #BF2628;
	cursor: pointer;*/
}
#boton-slider {
	color: white;
}
#boton-slider:hover {
	text-decoration: none;
}
.mayusculas {
	text-transform: uppercase;
}
#pres-candidatura {
	color: white;
	background-color: #BF2628;
	padding: 5px 15px 5px 15px;
}
#pres-candidatura:hover {
	text-decoration: none;
}
#previsualizar {
	float: left;
	display: none;
}

#cortesia {
	text-align: center;
	width: 100%;
	background-color: white;
}
#cortesia {
	padding-bottom: 3%;
	background: #F5F7F6;
}
.quees #cortesia {
	background-color: #F5F7F6;
}
.texto-interna iframe {

}


/*  new summarie*/

.contenedor-info-slider {
	/*border: 1px solid red;*/
}
.sommaire .main #slidecaption {
	padding: 0;
	background-color: inherit;
	cursor: none;
	height: 100%;
}
.contenedor-titulo-slider {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contenedor-subtitulo-slider {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #D6D6D6;
}
.contenedor-boton-slider {
	background-color: black;
	padding: 5px 15px 5px 15px;
	text-align: center;
	color: white;
}
.contenedor-boton-slider:hover {
	text-decoration: none;
	color: #dbd9d9;
}
/* FOTOGRAFIAS */
/* TWITTER */
#contenedor-twitter iframe {
	height: 720px!important;
	width: 100%!important;
}
.contenedor-interno {
	margin-top: 3%;
}
.contenedor-interno {
	margin-top: 3%;
}
.jurado-pag .contenedor-interno {
	margin-top: 7%;
}
.check-2 {
	list-style: none;
}
.noticias .fa-ul .fa {
	color:black;
}
.noticias .fa-ul {
	margin-top: 2%;
}
.noticias .on {
	color: #BF2628;
}


/* COMUNICADORES */
.comunicadores article {
	margin: 10px;
	float: left;
	width: auto;
	border: 1px solid red;
}
.comunicadores .candidatura-individual {
	background-color: white;
}
.comunicadores .candidatura-individual-logo {
	margin: auto;
}
.comunicadores .candidatura-informacion {
	height: auto;
	min-height: auto;
}
/* FOTOGRAFIAS */
.contenedor-interno-foto-texto {
	padding: 10px!important;
}

.contenedor-interno-foto-foto img {
	margin: auto;
}
.fancybox-desktop {
	display: none;
}
#fotografias iframe img	{
	width: 100%;
	height: 100%;
}
/* OFITEC */
blockquote {
	background: #f8f8f8 url(../../IMG/quote.png) no-repeat 17px 21px;
	padding: 20px 20px 20px 55px;
	font-size: 15px;
}
/* COMITE IMPULSO */
.comite .candidatura-individual {
	background-color: white;
	min-height: 170px;
}
.comite .candidatura-individual-logo {
	margin: auto;
}
.comite .candidatura-informacion {
	min-height: auto;
}

/* PATROCINADORES */
a.icono-pequeno {
	color: white;
	margin-left: 10%;
}
.patrocinadores h3 {
	color: black;
	font-size: 1em;
	font-weight: 700;
}
.patrocinadores h5 {
	font-weight: bold;
}
/* telecentros */
.telecentros h4 {
	margin-top: 1%;
	color: black;
}
/* colectivos */
.colectivos ul {

}
/* LISTA FONT AWESOME */
.fa-ul i {
	color: black;
}
/* empresa */
.empresa h4 {
	margin-top: 1%;
	color: black;
}
/* FOTOGRAFIAS */
.cboxPhoto {
	max-width: 1024px;
	height: auto;
}
/* Concurso fotografia */
#woobox-offer {
	margin-left: auto;
	margin-right: auto;
}
/* jurado */
.jurado .section_aligncenter p {
	margin-bottom: 2%;
}
/* LISTA DE EVENTOS */
.lista-eventos .candidatura-informacion-etiquetas {
	text-overflow: ellipsis;
	overflow: hidden;
}
.lista-eventos .candidatura-individual-logo {
	width: 100%;
	max-height: 227px;
}
.lista-eventos .candidatura-individual {
	width: 100%;
	height: 227px;
	background-color: gray;
}



/* USUARIOS */
#icono-usuario {
	font-size: 40px;
	float: left;
	text-align: left;
	width: auto;
	color: white;
}
/* MENU USUARIO */
.contenedor-botones-usuario {
	width: 65%;
	float: left;
	padding: 15px;
	text-align: center;
}
.contenedor-botones-usuario div {
	max-width: 52px;
	margin-left: auto;
	margin-right: auto;
}
.contenedor-botones-usuario div a {
	width: 15px;
	float: left;
	color: black!important;
	margin: 5px;
}
#logo-cortesia {
	/*border: 1px solid black;*/
}
.formulario-registro input {
	clear: left;
	float: left;
	margin-top: 10px;
}
.info {
	background: #d8ecf5 url(../../IMG/icon-box-info.png) no-repeat 10px 8px;
	border: 1px solid #9ac9df;
	border-left-width: 4px;
	color: #528da9;
}
/*HEADERS*/
/* eventos */
.eventos .main #slidecaption {
	background-color: transparent;
}
.eventos .header_top, .eventos .candidatura-informacion, .eventos .contenedor-valoracion-candidatura, .eventos .contenedor-boton-slider {
	background: #014D89!important;
}
.eventos .candidatura-informacion-votar.candidatura-informacion-votar, .eventos .fa-ul i {
	color: #014D89
}
.eventos #logo-cortesia, .eventos .contenedor-boton-slider {
	/*border: 1px solid #014D89*/
}

.eventos .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
	text-transform: lowercase;
}
.eventos  #presentar  input[type=button], .eventos .button {
	background: #014D89;
}
.eventos .sidebar-nav li {
	width: 100%;
}
.eventos .candidatura-rango-num, .eventos .candidatura-rango-num {
	color: #014D89!important;
}
.eventos .candidatura-boton-aceptar {
	color: white;
	background: #014D89;
	border: 1px solid #014D89;
}
.eventos .contenedor-valoracion-candidatura {
	background: #014D89;
}
.eventos  input[type=range]::-webkit-slider-runnable-track {
	background: #014D89;
}
.eventos  input[type=range]:focus::-webkit-slider-runnable-track {
	background: #014D89;
}
.eventos  input[type=range]::-moz-range-track {
	background: #014D89;
}
.eventos  input[type=range]::-ms-fill-lower {
	background: #014D89;
}
.eventos  input[type=range]::-ms-fill-upper {
	background: #014D89;
}
.eventos  input[type=range]:focus::-ms-fill-lower {
	background: #014D89;
}
.eventos  input[type=range]:focus::-ms-fill-upper {
	background: #014D89;
}
.eventos  .nav-tabs li a {
	background: #014D89;
}
.eventos #formulario input[type=submit] {
	background: #014D89;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.premios #formulario input[type=submit] {
	background: #BF2628;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
/* semana */
.sem .header_top, .sem .candidatura-informacion, .sem .contenedor-valoracion-candidatura, .sem .contenedor-boton-slider {
	background: #e53e28!important;
}
.sem .candidatura-informacion-votar.candidatura-informacion-votar, .sem .fa-ul i {
	color: #e53e28
}
.sem #logo-cortesia, .sem .contenedor-boton-slider {
	/*border: 1px solid #014D89*/
}

.sem .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
	text-transform: lowercase;
}
.sem  #presentar  input[type=button], .sem .button {
	background: #e53e28;
}
.sem .sidebar-nav li {
	width: 100%;
}
.sem .candidatura-rango-num, .sem .candidatura-rango-num {
	color: #e53e28!important;
}
.sem .candidatura-boton-aceptar {
	color: white;
	background: #e53e28;
	border: 1px solid #e53e28;
}
.sem .contenedor-valoracion-candidatura {
	background: #e53e28;
}
.sem  input[type=range]::-webkit-slider-runnable-track {
	background: #e53e28;
}
.sem  input[type=range]:focus::-webkit-slider-runnable-track {
	background: #e53e28;
}
.sem  input[type=range]::-moz-range-track {
	background: #e53e28;
}
.sem  input[type=range]::-ms-fill-lower {
	background: #e53e28;
}
.sem  input[type=range]::-ms-fill-upper {
	background: #e53e28;
}
.sem  input[type=range]:focus::-ms-fill-lower {
	background: #e53e28;
}
.sem  input[type=range]:focus::-ms-fill-upper {
	background: #e53e28;
}
.sem .main #slidecaption {
	background-color: transparent;
}
.sem .nav-tabs li a {
	background: #e53e28;
}
.sem #presentar input[type=button], .premios .button {
	background: #e53e28;
}
.sem #formulario input[type=submit] {
	background: #e53e28;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.sem .lista {
	color: #e53e28;
}
.section_aligncenter h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
}
.sem .candidatura-informacion-etiquetas {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sem #lista-subcategorias li {
	width: 32.6%;
}
select[multiple] {
	width: auto!important;
	height: auto!important;
}
.oculto {
	display: none;
}
div.oculto {
	display: block!important;
}
#ocultar {
	display: none;
}
.contendor-lista-uno, .acortar {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.lista-unica {
	margin-bottom: 25px;
}

.abrir-cat {
	cursor: pointer;
}
/*ACCIOn*/
.acc .main #slidecaption {
	background-color: transparent;
}
.acc .header_top, .acc .candidatura-informacion, .acc .contenedor-valoracion-candidatura, .acc .contenedor-boton-slider {
	background: #088E4F!important;
}
.acc .candidatura-informacion-votar.candidatura-informacion-votar, .acc .fa-ul i {
	color: #088E4F
}
.acc #logo-cortesia, .acc .contenedor-boton-slider {
	/*border: 1px solid #014D89*/
}

.acc .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
	text-transform: lowercase;
}
.acc  #presentar  input[type=button], .acc .button {
	background: #088E4F;
}
.acc .sidebar-nav li {
	width: 100%;
}
.acc .candidatura-rango-num, .acc .candidatura-rango-num {
	color: #088E4F!important;
}
.acc .candidatura-boton-aceptar {
	color: white;
	background: #088E4F;
	border: 1px solid #088E4F;
}
.acc .contenedor-valoracion-candidatura {
	background: #088E4F;
}
.acc  input[type=range]::-webkit-slider-runnable-track {
	background: #088E4F;
}
.acc  input[type=range]:focus::-webkit-slider-runnable-track {
	background: #088E4F;
}
.acc  input[type=range]::-moz-range-track {
	background: #088E4F;
}
.acc  input[type=range]::-ms-fill-lower {
	background: #088E4F;
}
.acc  input[type=range]::-ms-fill-upper {
	background: #088E4F;
}
.acc  input[type=range]:focus::-ms-fill-lower {
	background: #088E4F;
}
.acc  input[type=range]:focus::-ms-fill-upper {
	background: #088E4F;
}
.acc  .nav-tabs li a {
	background: #088E4F;
}
.acc #formulario input[type=submit] {
	background: #088E4F;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.acc .lista {
	color: #088E4F;
}
.section_aligncenter h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
}
.acc .candidatura-informacion-etiquetas {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.acc #lista-subcategorias li {
	width: 32.6%;
}















	/* concurso de fotografia */
.fotografia .header_top, .fotografia .candidatura-informacion, .fotografia .contenedor-valoracion-candidatura, .fotografia .contenedor-boton-slider {
	background: #730244;
}
.fotografia .candidatura-informacion-votar.candidatura-informacion-votar, .fotografia .fa-ul i {
	color: #730244;
}
.fotografia #logo-cortesia, .fotografia .contenedor-boton-slider {
	/*border: 1px solid #730244;*/
}

.fotografia .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
}
.fotografia  #presentar  input[type=button], .fotografia .button {
	background: #730244;
}
.fotografia .sidebar-nav li {
	width: 100%;
}
/* home */
.sommaire .candidatura-informacion {
	background-color: black;
}
/* premios */
.premios .lista {
	color: #BF2628;
}
.premios .header_top, .premios .candidatura-informacion, .premios .contenedor-valoracion-candidatura, .premios .contenedor-boton-slider {
	background: #BF2628;
}
.premios .candidatura-informacion-votar.candidatura-informacion-votar, .premios .fa-ul i {
	color: #BF2628;
}
.premios #logo-cortesia, .premios .contenedor-boton-slider {
	/*border: 1px solid #BF2628;*/
}

.premios .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
}
.premios  #presentar  input[type=button], .premios .button {
	background: #BF2628;
}
.premios .sidebar-nav li {
	width: 100%;
}

/* HOME */

.home .header_top, .home .candidatura-informacion, .home .contenedor-valoracion-candidatura, .home .contenedor-boton-slider {
	background: #fafafa;
}
.home .candidatura-informacion-votar.candidatura-informacion-votar, .home .fa-ul i {
	color: black;
}
.home #logo-cortesia, .home .contenedor-boton-slider {
	border: 1px solid white;
	color: black;
}

.home .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
}
.home  #presentar  input[type=button], .home .button, .home #enviar-contacto {
	background: white;
}
.home .sidebar-nav li {
	width: 100%;
}
.home .header-nombre p, .home .header-nombre a {
	color: black;
}

.home .logo a {
	color: black;
}
.home .premios .candidatura-informacion {
	background: #BF2628;
}
.home .eventos .candidatura-informacion {
	background: #014D89;
}
.home .eventos .candidatura-informacion-votar.candidatura-informacion-votar {
	color: #014D89;
}
.home .premios .candidatura-informacion-votar.candidatura-informacion-votar {
	color: #BF2628;;
}
.home .negro .candidatura-informacion {
	background: black;
}
/* COLEGIOS */

.newcolegios .candidatura-informacion-etiquetas {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newcolegios .candidatura-individual-logo {
	margin-left: auto;
	margin-right: auto;
}
.newcolegios .main #slidecaption {
	background-color: transparent;
}
.newcolegios .header_top, .newcolegios .candidatura-informacion, .newcolegios .contenedor-valoracion-candidatura, .newcolegios .contenedor-boton-slider {
	background: #ca20c8!important;
}
.fotografia .header_top, .fotografia .candidatura-informacion, .fotografia .contenedor-valoracion-candidatura, .fotografia .contenedor-boton-slider {
	background: #730244!important;
}
.newcolegios .candidatura-informacion-votar.candidatura-informacion-votar, .newcolegios .fa-ul i {
	color: #ca20c8
}
.newcolegios #logo-cortesia, .newcolegios .contenedor-boton-slider {
	/*border: 1px solid #014D89*/
}

.newcolegios .info {
	display: block;
	margin-top: 3px;
	padding-left: 58px;
	margin-bottom: 3px;
	text-transform: lowercase;
}
.newcolegios  #presentar  input[type=button], .newcolegios .button {
	background: #ca20c8;
}
.newcolegios .sidebar-nav li {
	width: 100%;
}
.newcolegios .candidatura-rango-num, .newcolegios .candidatura-rango-num {
	color: #ca20c8!important;
}
.newcolegios .candidatura-boton-aceptar {
	color: white;
	background: #ca20c8;
	border: 1px solid #ca20c8;
}
.newcolegios .contenedor-valoracion-candidatura {
	background: #ca20c8;
}
.newcolegios  input[type=range]::-webkit-slider-runnable-track {
	background: #ca20c8;
}
.newcolegios  input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ca20c8;
}
.newcolegios  input[type=range]::-moz-range-track {
	background: #ca20c8;
}
.newcolegios  input[type=range]::-ms-fill-lower {
	background: #ca20c8;
}
.newcolegios  input[type=range]::-ms-fill-upper {
	background: #ca20c8;
}
.newcolegios  input[type=range]:focus::-ms-fill-lower {
	background: #ca20c8;
}
.newcolegios  input[type=range]:focus::-ms-fill-upper {
	background: #ca20c8;
}
.newcolegios  .nav-tabs li a {
	background: #ca20c8;
}
.newcolegios #formulario input[type=submit] {
	background: #ca20c8;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: 400;
	overflow: visible;
	padding: 7px 20px;
	-webkit-transition: background-color .2s ease;
	-moz-transition: background-color .2s ease;
	-ms-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.newcolegios .logo a, .newcolegios .logo img {

}
.newcolegios .header_top {
	padding: 8px;
	background: black;
	width: 100%;
	height: auto;
}
.newcolegios #titulo-colegio {
	text-align: left;
}
.logo img {
	padding-top: 4px;
}
#menu li {
	margin-left: 0px;
}
.newcolegios #presentar .prev {
	background-color: transparent!important;
}

.newcolegios .contenedor-candidaturas-home-titulo span {
	font-size: 16px;
}
.newcolegios #portfolio-items article {
	width: 33.33%!important;
	position: static!important;
	padding: 0!important;
	margin: 0!important;
	transform: initial!important;
}
.newcolegiosindex  .main {
	height: 93vh;
}
.newcolegiostodostrabajos #main {
	width: 75%;
}
.newcolegios .candidatura-informacion {
	min-height: 62px;
}
.newcolegios .candidatura-informacion-titulo {
	text-transform: uppercase;
}
.newcolegios .contenedor-candidatura-nombre-etiquetas p {
	margin-bottom: 0px;
}
.project-title {
	color: #206cca;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}
.newcolegios .contenedor-candidaturas-home-titulo {
	color: black;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 10px;
}













/* FIN PRUEBAS */
/*--responsive design--*/
@media (max-width:1366px){
}
@media (max-width:1280px){
}
@media (max-width:1024px){
.cssmenu {
	width: 52.5%;
}
.banner_left span {
	width:410px;
	height:293px;
	background-size:84%;
}
.banner_left {
	margin-right:8em;
}
.banner_right h1 {
	font-size: 2.5em;
}
.banner_right h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}
.banner_right p {
	font-size: 0.85em;
}
.banner_btn {
	padding: 10px 20px;
	font-size: 1em;
	margin-top: 1.5em;
}
.banner_right {
	margin-top: 2em;
}
div.flag_desc {
	width: 65.22%;
}
.flag_desc h3 {
	margin-bottom: 0.5em;
}
i.flag, i.camera, i.home{
	margin-right: 0.5em;
}
ul.test_box li.test_desc {
	width: 70%;
}
ul.comment_section li.comment_desc {
	width: 67.666%;
}
ul.tab_list {
	padding: 2em 1em 1em;
	margin-left: 10px;
}
ul.comment_section {
	padding: 1em;
}
.gallery li {
	width:32.15%;
}
.wrapper {
	padding: 1em 0;
}
.view .mask, .view .content {
	width: 286px;
	height: 192px;
}
.info {
	padding:0;
	margin-top: 4em;
}
}
@media (max-width:800px){
.header_top {
	padding: 1em;
}
.cssmenu {
	width: 58.5%;
}
.banner_right {
	text-align: center;
	margin: 2em 0;
}
.banner_left{
	text-align:center;
	margin:0; 
}
.banner_left span {
	display: inline-table;
}
.sap_tabs {
	margin-top: 3em;
}
.footer_grid {
	margin-bottom: 2em;
}
.footer_top {
	text-align: center;
}
p.m_1 {
	font-size: 1.2em;
}
.about_left {
	margin-bottom: 2em;
}
.gallery li {
	width:31%;
}
.flag_grid {
	margin-bottom: 1.5em;
}
.flag_desc p {
	margin-bottom: 1em;
}
.view-first h3 {
	font-size: 0.85em;
}
.view .mask, .view .content {
	width: 217px;
	height: 145px;
}
.info {
	padding: 0;
	margin-top: 2.5em;
}
}
@media (max-width:768px){
	.wrapper{
		padding:0;
	}
}
@media (max-width:640px){
.nav {
	top: 93px;
}
.view .mask, .view .content {
	width: 177px;
	height: 120px;
}
.info {
	padding: 0;
	margin-top: 2em;
}
}
@media (max-width:480px){
.banner_right {
	display: none;
}
.col_1_of_portfolio {
	float:none;
	margin:0;
}
.view .mask, .view .content {
	width: 364px;
	height: 237px;
}
.span_1_of_portfolio {
	width: 100%;
}
.info {
	padding: 0;
	margin-top: 5em;
}
.banner_left span {
	width: 300px;
	height: 215px;
}
ul.test_box li.test_img {
	margin-right: 1em;
}
div.flag_desc {
	width: 75.22%;
}
ul.comment_section li.comment_desc {
	width: 66.666%;
}
.banner {
	padding: 2em 2em 0;
}
.gallery li {
	width: 27.555%;
}
.contact-to input[type="text"] {
	width: 31.5%;
}
}
@media (max-width:320px){
.banner_left span {
	width: 250px;
	height: 180px;
}
.content_top {
	padding:2em 1em 3em;
}
div.flag_desc {
	width: 66.22%;
}
.flag_desc h3 a {
	font-size: 19px;
}
.content_middle {
	padding:3em 1em;
}
ul.test_box li.test_desc p {
	font-size: 0.8125em;
}
ul.tab_list {
	padding: 2em 0.5em 1em;
	margin-left: 10px;
}
.header_top {
	padding: 0.5em;
}
.content_btn {
	padding: 7px 20px;
	font-size: 0.85em;
}
.facts h4 a {
	font-size: 1.1em;
}/*
.section_aligncenter p {
	width: 92%;
	font-size:1em;
}*/
.content_bottom h3 {
	font-size: 1.5em;
}
.content_bottom {
	padding: 3em 1em;
}
ul.tab_list li a {
	font-size:0.8125em;
}
ul.comment_section li.comment_desc {
	width: 49.666%;
}
.copy {
	float: none;
}
.tab_box {
	padding: 1em;
}
.section_aligncenter {
	padding: 3em 0;
}
.section_aligncenter h3 {
	font-size: 1.7em;
}
ul.social {
	float: none;
	margin-top: 1em;
}
ul.list li a {
	line-height: 1.5em;
}
.footer_bottom {
	padding: 1em 0;
	text-align:center;
}
.footer_top {
	padding: 2em 0;
}
h3.m_4 {
	margin-bottom: 5px;
}
.footer_grid {
	margin-bottom: 1em;
}
p.m_1 {
	font-size: 1em;
}
.nav {
	top: 77px;
}
h1.title-header {
	font-size: 1.2em;
}
.services_top {
	padding: 2em 1em 0em;
}
.gallery li {
	margin: 0 5px 0 0;
	width: 31.555%;
}
.view-first h3 {
	font-size: 10px;
}
.contact {
	padding: 0 1em 0;
}
.contact_top h3 {
	margin-bottom:0;
}
.contact-to input[type="text"] {
	width: 98.5%;
	margin-left: 0 !important;
}
.view .mask, .view .content {
	width: 270px;
	height: 180px;
}
.info {
	padding: 0;
	margin-top: 3em;
}
}
/* MOVIL */
@media (max-width:768px) {
	#controls-wrapper {
		left: 0!important;
		top: 29%;
		max-width:700px;
	}
	#prevslide, #nextslide {
		display: none!important;
	}
	.contenedor-titulo-slider {
		font-size: 29px;
	}
	.contenedor-subtitulo-slider {
		font-size: 24px;
	}
	.footer-izquierda {
		float: none;
	}
	.contenedor-candidaturas-home-titulo .mayusculas {
		width: 100%;
	}
	.contendor-lista-uno, .titulo-candidatura {
		text-align: center;
	}
	.contenedor-icono-top-uno, .contenedor-icono-top-dos {
		margin-bottom: 5px;
		text-align: center;
	}
	.votaciones li {
		text-align: center;
	}
	.percent {
		left: 0!important;
	}
	.nav-tabs {
		top: 0px;
		width: 15%;
		float: left;
		right: inherit;
	}
	.spip_documents img {
		width: 100%!important;
	}
	.entry-image {
		width: 100%;
	}
	.entry-body {
		width: 100%;
	}
	.entry-meta {
		width: 100%;
		margin-bottom: 2%;
	}
	#myTabContent {
		width: 85%;
		float: left;
	}
	.contenedor-icono-top-dos span {
		float: none!important;
	}
	.contendor-lista-dos {
		border-bottom: 1px solid black;
		text-align: center;
		margin-bottom: 21px;
	}
	.contenedor-candidaturas-home-titulo {
		border-bottom: 0px!important;
	}
	#abrir-cat, .imagen-ordenacion {
		float: none;
	}
	#sidebar-wrapper {
		overflow-y: scroll;
	}
	.header-nombre p, .header-nombre a {
		font-size: 20px;
		padding-top: 10px;
	}
	.contenedor-patrocinadores-movil {
		display: block!important;
	}
	.contenedor-patrocinadores, #menu-presentar, .cabecera-izq  {
		display: none;
	}
	.candidatura-imagen img {
		max-width: 384px;
	}
	.content_top {
		padding: 0em 1em 0em;
	}
	#jssor_1 {
		left: -16px!important;
	}
	.div-contenedor-patrocinadores, .contenedor-patrocinadores-imagen {
		max-width: 100px;
		margin-left: auto;
		margin-right: auto;
	}
	#portfolio-items-filter, #lista-subcategorias {
		margin-bottom: 5%!important;
	}
	#portfolio-items-filter li, #lista-subcategorias li {
		width: 100%!important;
	}
	.section_aligncenter {
		/*background-color: purple;*/
	}
	.candidatura-individual {
		margin-left: auto;
		max-width: 384px;
		width: 100%;
		margin-right: auto;
		height: auto;
	}
}
/* DISPOSITIVOS PEQUEÑOS */
@media (min-width: 768px) {
	.section_aligncenter {
		/*background-color: pink;*/
	}
	.candidatura-imagen {
		height: 162px;
		overflow: hidden;
	}

}
/* DISPOSITIVOS MEDIANOS */
@media (min-width: 992px) {
	.section_aligncenter {
		/*background-color: blue;*/
	}
	.candidatura-imagen {
		height: 198px;
		overflow: hidden;
	}
}
/* DISPOSITIVOS GRANDES */
@media (min-width: 1200px) {
	.section_aligncenter {
		/*background-color: red;*/
	}
	.candidatura-imagen {
		height: 202px;
		overflow: hidden;
	}
}