@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300);

@media (max-width: 980px) {

	.menu {
		float: none !important;
		margin-top: 0px !important;
		width: 100%;
	}

	.brand {
		width: 242px;
		height: 42px;
	}

	/*.prefooter .span12 {
		padding: 0 10px;
	}

	.prefooter .row-fluid {
		padding: 0px !important;
	}

	.prefooter .span2 {
		margin-top: 15px;
		background: #274055;
		padding: 10px 10px;
		margin-bottom: 10px;
		border-radius: 10px;
		text-align: center;
	}*/

	/*.prefooter .span2:last-child {
		margin: 0px;
	}*/


}

@media (max-width: 600px) {

	#search {
		width: 300px !important;
		top: 25% !important;
		left: 50%;
		margin-left: -150px !important;
	}

	#search h1 {
		font-size: 24px !important;
		margin: 0px !important;
		height: 35px !important
	}

	#search input[type=text] {
		width: 180px !important;
		height: 20px !important;
	}

	#search input[type=submit] {
		background: url(../img/btn_search.gif) center center no-repeat;
		width: 20px !important;
		height: 20px !important;
		box-shadow: 0px 0px 2px #000;
		background-size: contain !important;
	}

	.ajuste {
		display: none;
	}

	.nuevo_interior {
		background: none !important;
	}

	.nuevoi {
		min-height: 850px;
		background: #355774;
	}

	.nuevoi_img {
		width: 108%;
		height: 528px;
		display: block !important;
	}

	#interior-form {
		top: 360px !important;
		right: 15% !important;
		width: 80% !important;
	}

	.form-top {
		top: 250px !important;
		right: 14% !important;
	}

	#interior-form #submit {
		background: #d9e021 !important;
		padding: 5px 0px;
		border: 0px !important;
	}

	.input-l {
		width: 240px !important;
	}

	.input-m {
		width: 240px !important;
	}

	.select-m {
		width: 255px !important;
	}

	#empresa {
		margin: 0px !important;
	}

	.form-top h2 {
		font-size: 2em;
	}

	.form-top h4 {
		margin-right: 20px;
	}
	
}

@media (min-width: 1370px) {

	.prefooter .row-fluid {
		width: 90%;
		margin: 0 auto;
	}

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandlight';
    src: url('quicksand_light-webfont.eot');
    src: url('quicksand_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand_light-webfont.woff') format('woff'),
         url('quicksand_light-webfont.ttf') format('truetype'),
         url('quicksand_light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

input, button, a {
	outline: none !important;
}

body, html {
	overflow-x: hidden;
}

table {
	width: 100%;
}

.clear {
	clear: both;
}

.relative {
	position: relative !important;
}

.menu {
	float: right !important;
	font-family: 'bebas_neueregular';
	font-size: 1.55em;
	margin-top: 25px !important;
	margin-bottom: 28px !important;
}

#banner {
	position: relative;
}

#banner img {
	width: 100%;
	height: auto;
}

#search {
	width: 492px;
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -246px;
	text-align: center;
}

#search h1 {
	font-size: 40px;
	font-family: 'bebas_neueregular';
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	margin: 0px 0px 7px 0px;
	font-weight: normal;
}

#search input[type=text] {
	border-radius: 0px;
	width: 300px;
	height: 20px !important;
	margin: 0px;
	box-shadow: 0px 0px 2px #000;
}

#search input[type=submit] {
	background: url(../img/btn_search.gif) no-repeat;
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 30px;
	height: 30px;
	box-shadow: 0px 0px 2px #000;
}

footer {
	width: 100%;
	text-align: center;
	background: #274055;
	height: 80px;
}

footer p {
	padding-top: 30px;
	color: #fff;
	font-family: 'Myriad pro';
}

.prefooter {
	background: #28455f;
	font-family: 'Myriad pro';
	font-size: 0.9em;
}

.prefooter .row-fluid {
	padding: 15px 0px;
}

.prefooter li {
	list-style: none;
}

.prefooter ul {
	padding: 0px !important;
	margin: 0px !important;
}

.prefooter h4 {
	color: #fff;
	padding: 0px !important;
	margin: 0px 0px 15px 0px !important;
}

.prefooter a {
	color: #fff;
	/*text-decoration: none;*/
}

.active2 {
	background: #274056 !important;
}

#login {
	position: absolute;
	top: 93px;
	right: -210px;
	height: 162px;
	width: 260px;
	background: #d9e021;
	z-index: 99;
	border-radius: 0 0 0 10px;
	display: none;
}

#login_head {
	background: #29465f;
	padding: 10px 0;
}

#login_head img {
	display: inline;
	margin: 0 30px 0 15px;
}

#login_head h4 {
	font-family: 'bebas_neueregular';
	display: inline;
	color: #d9e021;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8em;
}

#login_content {
	position: relative;
}

#btn_login {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 162px;
	background: url(../img/arrowicon.png) center 95px no-repeat;
}

#campos_login {
	margin-left: 65px;
	margin-top: 20px;
}

#campos_login input[type="text"], #campos_login input[type="password"] {
	border-radius: 0px !important;
	height: 20px;
	width: 130px;
	border: 0px;
	font-size: 10px;
	padding: 0 8px;
}

#campos_login input[type="submit"] {
	display: block;
	background: url(../img/login_btn.gif) no-repeat;
	width: 29px;
	height: 19px;
	border: 0px;
	padding: 0px;
	float: right;
	margin-right: 48px;
}

.fliph {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#empresa {
	position: absolute;
	top: 0px;
	width: 93%;
	height: auto;
	margin-left: 3.5%;
}

#empresa_content {
	position: relative !important;
	display: block;
	width: 100%;
	height: 100%;
	/*background: red;*/
	margin-top: 2.9%;
	z-index: 50;
}

#empresa_content p {
	width: 45%;
	padding-left: 8%;
	text-align: justify;
	line-height: 140%;
}

#empresa #fondo {
	position: absolute;
	top: 0px;
	margin-top: 4.1%;
}

#empresa h1 {
	font-family: 'bebas_neueregular';
	/*font-family: 'quicksandlight';*/
	margin: 12% 0 2% 8%;
	font-size: 3.4em;
}

#social {
	position: absolute;
	margin-right: 20px;
	right: 4.3%;
	top: 30%;
	z-index: 10;
}

#social ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

#social ul li img {
	width: 100%;
	height: auto;
}

#content {
	position: relative;
}

#mapa-content {
	position: relative;
}

#mapa img{
max-width:none !important;
}
#mapa label {
  width: auto; display:inline;
}

#evento_mapa img{
	max-width:none !important;
}
#evento_mapa label {
  width: auto; display:inline;
}

#icon-centro {
	position: absolute;
	bottom: -12.5%;
	left: 50%;
	z-index: 9999;
} 

#icon-centro #icon {
	position: relative;
	left: -50%;
}

.contacto-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contacto-content .span6 {
	min-height: 300px;
}

#contacto-info li {
	list-style: none;
	float: left;
	margin-left: 9.8%;
	text-align: center;
}

#contacto-info li img {
	margin-bottom: 20px;
}

#contacto-info li p {
	font-size: 14px;
	line-height: 8px;
	color: #29465f;
	font-family: 'Arial';
}

#contacto-info h2 {
	font-family: 'bebas_neueregular';
	color: #29465f;
	font-size: 50px;
	padding: 0 0 20px 65px;
}

#contacto-form form {
	padding-left: 80px;
}

#contacto-form h2 {
	font-family: 'bebas_neueregular';
	color: #29465f;
	font-size: 50px;
	padding: 0 0 20px 80px;
}

#contacto-form textarea {
	width: 430px;
	height: 100px;
	border: 1px solid #29465f;
	resize: none;
	margin-bottom: 5px;
	/*border-radius: 0px;*/
	color: #666;
}

#contacto-form input[type="text"] {
	border: 1px solid #29465f;
	/*border-radius: 0px;*/
	/*margin-right: 2px;*/
	margin-bottom: 5px;
	color: #666;
}

#contacto-form #submit {
	margin-left: 365px;
	background: #29465f;
	border: 0px;
	padding: 5px 20px;
	color: #fff;
	font-family: 'Arial';
	/*font-weight: bold;*/
}

#content-icon {
	position: absolute;
	top: 0px;
	right: 20%;
}

#portafolio_content {
	position: relative !important;
	display: block;
	width: 100%;
	height: 100%;
	/*background: red;*/
	margin-top: 2.9%;
	z-index: 50;
}

#portafolio_content p {
	width: 45%;
	padding-left: 8%;
	text-align: justify;
	line-height: 140%;
}

#iphone {
	position: absolute;
	width: 257px;
	height: 468px;
	z-index: 10;
	right: 23%;
	bottom: 0px;
}

#iphone_interior {
	position: relative;
	width: 257px;
	height: 468px;
}

#iphone_image {
	width: 257px;
	height: 468px;
	background: url(../img/iphone.png) no-repeat;
}

#thumb_iphone {
	width: 216px;
	height: 323px;
	position: absolute;
	top: 88px;
	left: 22px;
}

#portafolio_info {
	width: 200px;
	position: absolute;
	right: 7%;
	top: 33%;
}

#portafolio_info h4 {
	font-family: 'bebas_neueregular';
	font-size: 2em;
	line-height: 100%;
}

#portafolio_info p {
	font-family: 'Arial';
}

#portafolio_info a {
	float: right;
	margin-right: 30px;
	color: red;
}

#gen_block_image {
	position: absolute;
	margin-top: 20px;
	right: 0px;
	width: 40%;
	height: auto;
}

#gen_block_info {
	position: absolute;
	top: 70px;
	background: #272323;
	width: 40%;
	height: 240px;
	padding: 40px;
}

#gen_block_info img {
	position: absolute;
	top: 25px;

	right: -44%;
}

#gen_block_info p, #gen_block_info h1, #gen_block_info h3 {
	padding: 0px;
	margin: 0px;
	font-family: 'bebas_neueregular';
	color: #fff;
}

#gen_block_info p {
	font-size: 12px;
	font-family: 'Arial';
	line-height: 14px;
	text-align: justify;
}

#gen_block_info h3 {
	font-size: 23px;
	font-weight: normal;
}

#gen_block_info h1 {
	font-size: 66px;
	font-weight: normal;
}

.amarillo {
	color: #fff000;
}

#bigcontent {
	position: relative;
}

#minibanner {
	height: 100px;
	overflow: hidden;
}

#contrata1 {
	padding: 170px 0;
	margin-left: 135px;
}

#contrata1 ul li {
	float: left;
	list-style: none;
	margin-left: 40px;
}

#contrata2 {
	display: none;
}

#contrata2 ul {
	margin-left: 12.5%;
}

#contrata2 ul li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 40px;
	height: 477px;
	width: 154px;
	text-align: center;
}

#icon-center {
	margin-top: 160px;
	display: block !important;
}

#contrata2 ul li a {
	position: relative;
	display: none;
}

#contrata2 ul li p {
	width: 144px;
	top: 210px;
	position: absolute;
	font-family: 'bebas_neueregular';
	font-weight: normal;
	font-size: 34px;
	line-height: 34px;
	z-index: 10;
	color: #29465f;
}

#contrata2 ul li img {
	width: 154px;
}

#contrata2 ul {
	margin-bottom: 0px;
}

#contrata2 h2 {
	font-family: 'bebas_neueregular';
	font-weight: normal;
	color: #29465f;
	font-size: 60px;
	/*left: 570px;
	top: 20px;*/
	text-align: center;
	width: 100%;
}

#titulo-contrata {
	position: absolute;
	width: 100%;
	top: 40px;
}

/* calendar */
table.calendar { 
	border-left:1px solid #999; 
	margin-top: 20px;
}

table.calendar td {
	height: 80px;
	vertical-align: top;
}

table.calendar tr:first-child td {
	height: 40px !important;
}

tr.calendar-row	{}

td.calendar-day	{ 
	min-height:80px; 
	font-size:11px; 
	position:relative; 
} 

* html div.calendar-day { 
	height:80px; 
}

td.calendar-day:hover {
	background:#eceff5; 
}

td.calendar-day-np { 
	background: #e6e6e6;
	min-height:80px; 
} 

* html div.calendar-day-np { 
	height:80px; 
}

td.calendar-day-head { 
	font-family: 'bebas_neueregular';
	background:#29465f; 
	font-weight:normal; 
	text-align:center; 
	width:120px; 
	padding:5px; 
	border-bottom:1px 
	solid #999; 
	border-top:1px solid #999; 
	border-right:1px solid #999; 
	color: #fff;
}

div.day-number { 
	background:#29465f; 
	padding:5px; color:#fff; 
	font-weight:bold; float:right; 
	margin:-5px -5px 0 0; 
	width:20px; 
	text-align:center; 
}

/* shared */
td.calendar-day, td.calendar-day-np { 
	width:120px; 
	padding:5px; 
	border-bottom:1px solid #999; 
	border-right:1px solid #999;
}

.ui-datepicker {
	width: 22em !important;
}

#titulo-calendario {
	font-family: 'bebas_neueregular';
	color :#29465f; 
}

#add_noticia {
	display: none;
}

#loader {
	display: none;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 9999;
	padding-top: 20%;
}

#loader p {
	font-family: 'bebas_neueregular';
	color :#29465f;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 0px;
}

.nivo-controlNav {
	display: none !important;
}

#lista-noticias ul {
	padding: 0px !important;
	margin: 0px !important;
}

#lista-noticias ul li {
	display: block;
	width: 200px;
	height: 220px;
	padding: 0px !important;
	margin: 0 19px 12px 0;
	float: left;
	color: #28455f;
	position: relative;
}

#lista-noticias ul li:nth-child(3){
	margin-right: 0px !important;
}

.noticias {
	margin-top: 15px;
	color: #28455f;
}

.nivoSlider {
	height: 324px !important;
}

.nivoSlider2 {
	height: auto !important;
}

.nivo-caption {
	background: none !important;
	color: #28455f !important;
	padding: 0px !important;
}

.selector a {
	display: block;
	width: 20px;
	height: 20px;
	background: red;
}

#slider_selector td {
	padding-bottom: 10px;
	padding-left: 10px;
}

.sok {
	background: green !important;
}

.login, .registro {
	background: #29465f;
}

#login_wrapper {
	width: 300px;
	margin: 0px auto;
	text-align: center;
	margin-top: 6%;
}

#registro_wrapper {
	width: 610px;
	margin: 0px auto;
	text-align: center;
	margin-top: 6%;	
}

#login_wrapper input[type="text"], #login_wrapper input[type="password"],
#registro_wrapper input[type="text"], #registro_wrapper input[type="password"] {
	width: 280px;
	height: 38px;
	border: 0px !important;
	padding: 0px 10px !important;
	margin: 0px 0px 10px 0px !important;
	border-radius: 0px;
	background: #c3cbd2;
	color: #29465f;
	font-weight: bold;
}

#registro_wrapper input[type="text"], #registro_wrapper input[type="password"] {
	margin-right: 10px !important
}

#registro_wrapper textarea {
	width: 280px;
	height: 66px;
	border: 0px !important;
	margin-right: 10px;
	border-radius: 0px;
	background: #c3cbd2;
	resize: none;
	padding: 10px;
	color: #29465f;
	font-weight: bold;
}

.mitad {
	width: 123px !important;
	display: inline;
}

#login_wrapper #submit {
	width: 300px;
	padding: 0px;
	height: 38px;
	background: #d9e021;
	border: 0px !important;
	padding: 0px 10px !important;
	margin: 10px 0px 10px 0px !important;
	color: #29465f;
	font-weight: bold;
}

#login_logo, #registro_logo {
	margin-bottom: 20px;
}

#login_wrapper #olvidar {
	color: #c3cbd2;
	text-decoration: none;
}

#login_wrapper label {
	display: inline;
	color: #fff;
}

#login_wrapper input[type="radio"] {
	background: #fff;
	color: #fff;
	width: 18px;
	height: 18px;
	margin: 0px !important;
	cursor: pointer;
}

#cuenta {
	display: block;
	color: #fff;
	margin-top: 5px;
	text-decoration: none;
}

#cuenta span {
	color: #d9e021;
	text-decoration: underline;
}

.btn-evento {
	display: block;
	/*background: red !important;*/
	height: 35px;
	text-align: center !important;
	font-size: 18px;
	padding-top: 30px;
	text-decoration: none !important;
}

#index_calendar {
	margin-top: 20px;
}

#sitios {
	width: 100%;
	min-height: 600px;
	background: red url(../img/bg_sitios.gif) center center repeat-x;
	box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.4); 
}

#sitios #logo_container {
	padding-top: 20px;
	width: 30%;
	margin-left: 50%;
}

#sitios #logo_container #logo {
	margin-left: -50%;
}

#imac_frame {
	display: block;
	margin-top: 40px;
	width: 90%;
	height: 370px;
	background: url(../img/imac_frame.png) no-repeat;
	background-size: contain;
	margin-left: -33%;
}

#imac_container {
	margin-left: 50%;
}

#busqueda #banner img {
	height: 200px !important;
}

#busqueda #resultados {
	padding-top: 40px;
}

#busqueda #resultados ul {
	margin: 0px !important;
}

#busqueda #resultados ul a {
	display: block;
}

#busqueda #resultados li {
	position: relative;
	list-style: none;
	margin-bottom: 20px;
	background: #eef0f2;
	padding: 10px;
}

#busqueda #resultados li ul li {
	margin-bottom: 0px;
	padding: 0px;
}

#busqueda-wrapper {
	/*width: 900px;*/
	margin: 0 auto !important;
	float: none !important;
}

#busqueda-wrapper .span9 {
	margin: 0 auto !important;
	float: none !important;	
}

.info_busqueda {
	position: absolute;
	top: 0px;
	left: 150px;
}

.busqueda_bar {
	/*position: absolute;
	bottom: 10px;
	right: 10px;*/
	float: right;
	margin-top: 10px !important;
}

.busqueda_bar ul {
	height: 40px;
	margin-top: 15px !important;
}

.busqueda_bar ul li {
	float: left;
	margin-right: 6px;
}

#formtemplate {
	display: none;
}

.plupload_header {
	display: none;
}

#form1 .plupload_filelist {
	height: 37px;
}

#usermenu {
}

#usermenu ul {
	margin-left: 300px;
}

#usermenu li {
	padding: 10px;
	list-style: none;
	float: left;
}

#usermenu li a {
	background: #29465f;
	color: #fff;
	padding: 5px 10px;
}

.nuevo_interior {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.ajuste {
	max-height: auto !important;
	min-height: 600px !important 
}

.input-l {
	width: 300px;
	border-radius: 0px !important;
}

.input-m {
	width: 141px;
	border-radius: 0px !important;
}

.select-m {
	width: 155px;
	background: #d9e021;
	border-radius: 0px !important;
}

#interior-form {
	position: absolute;
	top: 150px;
	right: 8%;
}

#interior-form textarea {
	resize: none;
}

#interior-form h5 {
	text-align: right;
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
}

.form-top {
	position: absolute;
	top: 60px;
	right: 8%;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: right;
}

.form-top h2 {
	margin: 0px !important;
}

.form-top h4 {
	font-weight: 300;
	margin: 0px !important;
}

.light {
	font-weight: 300;
}

.bold-v {
	font-weight: 700;
	color: #d9e021;
}

.bold {
	font-weight: 700;
}

#interior-form #submit {
	background: #d9e021 !important;
	padding: 5px 0px;
	border: 0px !important;
	width: 90px !important;
}

.nuevoi_img {
	display: none;
}

.nuevo_interior1 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg1.jpg) no-repeat;
	margin: 40px auto 100px auto;
}


.nuevo_interior2 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg2.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior3 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg3.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior4 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg4.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior5 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg5.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior6 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg6.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior7 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg7.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior8 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg8.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior9 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg9.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior10 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg10.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior11 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg11.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

.nuevo_interior12 {
	width: 1200px;
	height: 528px;
	background: url(../img/nuevobg12.jpg) no-repeat;
	margin: 40px auto 100px auto;
}

#send {
	background: #fff;
	position: absolute;
	top: 100px;
	left: 50%;
	width: 400px;
	height: 70px;
	border-radius: 10px;
	border: 5px solid #00699b;
	z-index: 100;
	margin-left: -200px; 
	box-shadow: -2px 2px 5px #000;
	padding: 20px 0 0 0;
	text-align: center;
	display: none;
}

#send span {
	font-size: 28px;
	color: #f15a24;
}

#opcalendar input['checkbox'] {
	display: inline;
}

#opcalendar li {
	display: inline;
}

#opcalendar label {
	display: inline;
}

.mb {
	background: #29465f;
	color: #fff;
	padding: 10px 20px;
}

.mn {
	background: #29465f;
	color: #fff;
	padding: 10px 20px;
}

#add_evento table {
	width: 700px;
	margin: 30px auto 0 auto;
}

#buses_botones {
	width: 610px;
	margin: 0 auto;
	padding: 70px 0;
}

#buses_botones ul li {
	list-style: none;
	float: left;
	margin-right: 70px;
}

#buses_botones ul li:last-child {
	margin-right: 0px !important;
}

#rurales {
	text-align: center;
	padding: 20px 0;
	display: none;
}

#rurales #inside {
	background: url(../img/rurales.jpg) center no-repeat;
	background-position: cover;
	height: 300px;
	margin: 0 20px !important;
	text-align: center;
	padding-top: 100px;
}

#cinta {
	background: url(../img/bgblanco.png);
	font-family: 'Open Sans', sans-serif;
	color: #29465f;
	display: block;
	padding: 10px 0;
}

#rurales #inside h2 {
	
}

.volver {
	margin-top: 20px;
}

.modal_rural {
	display: none;
}




#urbanos {
	text-align: center;
	padding: 20px 0;
	display: none;
}

#urbanos #inside {
	background: url(../img/urbanos.jpg) center no-repeat;
	background-position: cover;
	height: 300px;
	margin: 0 20px !important;
	text-align: center;
	padding-top: 100px;
}

#cinta {
	background: url(../img/bgblanco.png);
	font-family: 'Open Sans', sans-serif;
	color: #29465f;
	display: block;
	padding: 10px 0;
}

#urbanos #inside h2 {
	
}

.volver {
	margin-top: 20px;
}

.modal_rural {
	display: none;
}

#hcategorias {
	font-family: 'Open Sans', sans-serif;
	color: #29465f;
	margin-top: 20px;
}

#hcategorias ul li {
	font-weight: 700;
	font-size: 1.3em;
	list-style: none;
}

#hcategorias ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#hcategorias ul li ul li {
	font-weight: 400;
	font-size: 0.8em;
	list-style: circle;
	margin-bottom: 2px;
}

.herramientas {
	padding: 20px 0;
}

/*****************************/

		#evento_box {
			/*position: absolute;*/
			/*top: 0px;
			left: 0px;*/
			width: 750px;
			/*height: 100%;*/
			background: #fff;
			/*display: none;*/
			margin: 0 auto;
			padding: 20px 0;
		}

		#evento_head {
			position: relative;
			height: 70px;
			background: #29465f;
			font-family: 'Open Sans', sans-serif;
			margin-top: 10px;
		}

/*		.light {
			font-weight: 300;
			font-family: 'Open Sans', sans-serif;
		}

		.bold {
			font-weight: 700;
			font-family: 'Open Sans', sans-serif;
		}*/

		#evento_logo {
			margin: 3px 0 0 5px;
		}

		#evento_fecha {
			position: absolute;
			top: 10px;
			right: 5px;
			color: #d8df21;
			font-size: 1.3em;
			font-family: 'Open Sans', sans-serif;
			line-height: 1em;
			text-align: right;
		}

		#evento_footer {
			background: #29465f;
			text-align: center;
			font-family: 'Open Sans', sans-serif;
			color: #fff;
			font-weight: 400;
			line-height: 1em;
			padding: 10px 0;
		}

		#evento_footer p {
			width: 160px;
			margin: 0 auto;
		}

		#evento_content {
			max-height: 438px;
			position: relative;
		}

		#evento_data {
			margin: 30px 0 40px 0;
		}

		#evento_data p {
			line-height: 0.9em;
			color: #29465f;
			font-family: 'Open Sans', sans-serif;
		}

		#evento_data label {
			display: inline;
			font-weight: 700;
		}

		#evento_imagen {
			position: absolute;
			top: 0px;
			right: 0px;
		}

		#evento_mapa {
			margin-bottom: 30px;
		}

		#evento_creado {
			background: #29465f;
			display: inline;
			color: #fff;
			font-family: 'Open Sans', sans-serif;
			padding: 5px 10px;
		}

		#evento_social {
			position: absolute;
			top: 0px;
			right: 0px;
		}



#farmacias {
	font-family: 'Open Sans', sans-serif;
	padding: 20px 0;
	color: #29465f;
	text-align: center;
}

#farmacias p {
	display: inline;
}

#farmacias p img {
	margin-top: -10px;
}

#farmacias h3 {
	font-weight: 400;
	margin-top: 10px;
	display: inline !important;
}

#farmacias table {
	width: 1000px;
	margin: 30px auto 0px auto;
}

#farmacias thead {
	background: #29465f;
	color: #fff;
}

#farmacias thead td {
	padding: 10px;	
}

#farmacias tbody tr td {
	padding: 10px;
}

#farmacias tbody tr:nth-child(even){
	background: #e5e9ec;
}

#galeria-clasificado ul li {
	list-style: none;
	float: left;
}

.fluid-wrapper {
	width: 1000px;
	margin: 0 auto;
}

#clasificados-cats {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#clasificados-cats li {
	list-style: none;
	margin-bottom: 15px;
	position: relative;
}

#clasificados-cats li a {
	padding: 5px 10px;
	background: #28455f;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

#clasificados-clas li {
	width: 200px !important;
	height: 160px !important;
}

#clasificados-clas li p {
	background: #28455f;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	width: 180px;
}

#clasificados-bar #submit {
	background: url(../img/buscador.jpg) no-repeat;
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 0px;
	margin: -3px 0 0 0;
	background: 
}

.cla-bar {
	display: block;
	color: #fff;
	padding: 5px 10px;
	background: #28455f;
}

#clasificados-bar ul li {
	float: left;
	list-style: none;
}

#clasificado-descripcion {
	position: relative;
	background: #f3f5ba;
	border: 1px solid #5c88ae;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
}

#clasificado-precio {
	float: right;
	margin-right: 150px;
}

#stamp {
	position: absolute;
	right: 50px;
	bottom: 10px;
}

#vendedor-data p {
	font-weight: bold;
	margin-top: 20px;
}