@charset "utf-8";
body  {
	margin: 0;
	padding: 0; 
	position: relative;
	font-family: "Ubuntu", sans-serif;
	letter-spacing: -0.01em;
	color: #444;

	/*background: url(../images/bg-gradient.jpg) #FFFFAB repeat-x center top;*/

	/*background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(184,255,255,1) 57%, rgba(255,255,171,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(184,255,255,1)), color-stop(90%,rgba(255,255,171,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,255,255,1) 57%,rgba(255,255,171,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,255,255,1) 57%,rgba(255,255,171,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(184,255,255,1) 57%,rgba(255,255,171,1) 90%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(184,255,255,1) 57%,rgba(255,255,171,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffab',GradientType=0 ); /* IE6-9 */
}
.header {
	
}
.logo{
	margin: 20px 0 25px 0;
}
.contacto-top{
	
}
.iconos_redes {

}
.banner{
	position: relative;
}
.left .categorias{
	margin-bottom: 30px;
}
.left .categorias h3{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	letter-spacing: -0.03em;
	background-color: #b41f24;
	color: white;
	padding: 10px 20px;
}
.left .categorias{

}
.left ul.nav{
	padding: 0 10px;
}
.left .categorias ul.nav li a:before,
.left .categorias ul.nav li a:hover:before{
	content: ">";
	position: absolute;
	left: 3px;
}
.left .categorias ul.nav li:nth-child(2),
.left .categorias ul.nav li:nth-child(4),
.left .categorias ul.nav li:nth-child(6),
.left .categorias ul.nav li:nth-child(8),
.left .categorias ul.nav li:nth-child(10),
.left .categorias ul.nav li:nth-child(12),
.left .categorias ul.nav li:nth-child(14),
.left .categorias ul.nav li:nth-child(16),
.left .categorias ul.nav li:nth-child(18),
.left .categorias ul.nav li:nth-child(20){
	background-color: #f6f6f6;
}
.left span.add-on label{
	margin-top: 5px;
	margin-bottom: 0px;
}
.left .acceso-usuarios{
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 25px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.left .acceso-usuarios h3{
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300;
	letter-spacing: -0.03em;
	margin-top: 0px !important;
	font-size: 20px !important;
	color: #333;

	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.left .btn{
	margin-top: 10px !important;
}
.left ul.unstyled{
	font-size: 12px !important;
	margin-top: 10px !important;
	
	-webkit-padding-start: 0px;
	margin-left: 20px;
}
.mainContent{
	padding: 20px 30px;
	background: white;
	margin: 25px 0;
	border: solid 1px #ccc;
	border-radius: 10px;
	display: inline-block;
}
.cont_footer{
	border-top: #EEE solid 1px;
	padding: 20px 20px 0 20px;
	color: #666;
}
.fondo-footer{
	background-color: #007500;
	padding: 20px;
	margin-top: 20px;
}
.footer{
	/*padding: 20px 0 0 0;*/
}

.page-header {
	margin-top: 0px !important;
	border-bottom: 1px solid #7FE27F !important;
}

.alert{
	margin-top: 20px;
}
.alert-message{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-notice{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
input[type="checkbox"]{
	float: left;
	margin-right: 5px !important;
}
label.element-invisible{
	display: none;
}
div.search{
	margin-bottom: 15px;
}

.proyectos-ciudades h3{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 16pt;
	color: white;
	text-transform: uppercase;
	background: #007500;
	display: block;
	padding: 5px 20px;
	margin-bottom: 0px;
}
.proyectos img{
	max-width: 100%;
}
.ciudades-cont{
	margin-top: 15px;
	padding: 20px 20px 0;
	display: block;
	border-radius: 10px;
	min-height: 95px !important;
	position: relative;
}
.ciudades-btn{
	font-family: 'Open Sans Condensed', sans-serif;
	color: white !important;
	font-weight: 700;
	font-size: 19pt;
	line-height: 20pt;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.ciudades-btn span.light{
	font-weight: 300;
	display: block;
}
.ciudades-cont.blue{
	background-color: #4DBAFF;
}
.ciudades-cont.blue:after{
	content: "";
	position: absolute;
	top: 7%;
	right: 0px;
	width: 0px;
	height: 0px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #177BFF;
}
.ciudades-cont.orange{
	background-color: #FF8A4D;
}
.ciudades-cont.orange:after{
	content: "";
	position: absolute;
	top: 7%;
	right: 0px;
	width: 0px;
	height: 0px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #FF5C17;
}
.ciudades-cont.green{
	background-color: #35A849;
}
.ciudades-cont.green:after{
	content: "";
	position: absolute;
	top: 7%;
	right: 0px;
	width: 0px;
	height: 0px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #007500;
}
.ciudades-cont.red{
	background-color: #EB4D4D;
}
.ciudades-cont.red:after{
	content: "";
	position: absolute;
	top: 7%;
	right: 0px;
	width: 0px;
	height: 0px;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-right: 40px solid #D31717;
}
.proyectos h3{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 16pt;
	color: #534741;
	text-transform: uppercase;
	background: #FFBF05;
	display: block;
	padding: 5px 20px;
}
.proyectos .custom,
.noticias .nspMain{
	background: white;
	padding: 20px;
	border-radius: 10px;
	border: solid 1px #DBDBDB;
}
.noticias h3,
.twitter-feeds h3{
	font-family: 'Open Sans Condensed', sans-serif !important;
	font-size: 16pt;
	color: #534741;
	text-transform: uppercase;
	background: #FFD669;
	display: block;
	padding: 5px 20px;
}
.noticias .moduletable .custom{
	background: white;
	padding: 20px;
	border: solid 1px #ccc;
	border-radius: 10px;
}
.logo-footer{
	padding-top: 15px;
}

iframe#twitter-widget-0{
	width: 100% !important;
}

a img{
	opacity: 1;

	-webkit-transition: 150ms ease opacity;
}
a:hover img{
	opacity: 0.8;
}
.info-top{
	padding-top: 10px;
}
.bg-clouds{
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 350px;
	z-index: -1;
	height: 90%;

	background: url("../images/bg-clouds.png") center top;
}

ul.list-striped li {
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
}
/*ul.list-striped li:nth-child(2n+1){
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 15px 0;
	padding: 15px 0;
}*/

/* Small devices (tablets, 768px and up) */
/* @media (min-width: @screen-sm-min) { */
@media (max-width: 768px) {
	.logo{
		text-align: center;
	}
	.info-top{
		text-align: center;

	}
	.logo-footer{
		text-align: center;
	}
	.footer{
		text-align: center;
		padding: 20px 0 0 0;
	}
	.mainContent img{
		max-width: 100%;
		height: auto;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.logo{
		text-align: left;
	}
	.info-top .moduletable{
		padding-right: 25px;
	}
	.info-top{
		text-align: right;
	}
	.logo-footer{
		text-align: left;
	}
	.footer{
		text-align: right;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {	
	.logo{
		text-align: left;
	}
	.info-top .moduletable{
		padding-right: 25px;
	}
	.info-top{
		text-align: right;
	}
	.logo-footer{
		text-align: left;
	}
	.footer{
		text-align: right;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {	
	.logo{
		text-align: left;
	}
	.info-top .moduletable{
		padding-right: 25px;
	}
	.info-top{
		text-align: right;
	}
	.logo-footer{
		text-align: left;
	}
	.footer{
		text-align: right;
	}
}