@charset "utf-8";
/* CSS Document */
/* Copyright 2015 */
/* Powered By: SoftVi™ */
* {margin:0;padding:0;}

@font-face{
	font-family: 'GibbsLight'; 
	font-style: normal; 
	font-weight: normal;
	src: url(fonts/GibbsLight.TTF); 
}
html,body{
	height:100%;
	font-family: GibbsLight,OpenSans,'Helvetica Neue',Helvetica,Arial,FreeSans,sans-serif;
	font-size:1.05em;
	color:#000;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	background:#fff;
}
/*Opera Fix*/
body:before{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

img{
	max-width:100%;
}

/* general link
----------------------------------------------- */
a:link {
	color: #303b41;
	font-weight:bold;
	text-decoration: none;
	border:none;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}
a:visited {
	text-decoration: none;
	color: #303b41;
	border:none;
}
a:hover {
	text-decoration: none;
	color: #fff;
	border:none;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}
a:active {
	text-decoration: none;
	border:none;
}
a img{
	border:none;
}

/* main content
----------------------------------------------- */
#page-wrap{
height: auto;
min-height:100%;
margin: 0 auto -216px;
}

/* footer
----------------------------------------------- */
#footer{
	position:relative;
	max-height:auto;
	width:100%;
	background:#545351;
	color:#fff;
	text-align:center;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#e61616;
}
.foo{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}
.foo article{
	padding:10px 25px; 
	text-align:center;
	margin-left:0.25em;
	margin-right:0.25em;
	margin-top:0.25em;
	display:inline-table;
}
.foo_des div{
	padding:5px;
	text-align:left;
}
.foo_title{
	text-transform:uppercase;
	text-decoration:underline;
	font-size:1.2em;
	font-weight:bold;
}
@media screen and (max-width:900px) {
.foo article{
	padding:10px 15px; 
	text-align:center;
	margin-left:0.25em;
	margin-right:0.25em;
	margin-top:0.25em;
	display:inline-table;
}
}
@media screen and (max-width:800px) {
.foo article{
	padding:5px 5px; 
	text-align:center;
	margin-left:0.25em;
	margin-right:0.25em;
	margin-top:0.25em;
	display:inline-table;
}
}
@media screen and (max-width:700px) {
.foo article{
	padding:10px 25px; 
	text-align:center;
	margin-left:0.25em;
	margin-right:0.25em;
	margin-top:0.25em;
	display:block;
}
}
.foo_rs{
	padding-left:15px;
	padding-right:15px;
}
.foo_copy{
	padding-top:15px;
	padding-bottom:15px;
}

/* top header
----------------------------------------------- */
header{
	height:75px;
	background: #545351;
	vertical-align: middle;
}
#top_header{
	width:99%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#fff;
}
#top_header section{
	text-align:center;
	display:inline-block;
	vertical-align:text-top;
}
#logo_header{
	width:4%;
	text-align:center;
	position:relative;
}
#logo_header div{
	position:relative;
	z-index:1;
}
#logo_header div img{
	width:100%;
	text-align:center;
}

@media screen and (max-width: 1024px) {
#top_header{
	margin-bottom:10px;
	position:relative;
}
#top_header section{
	display:inline-block;
	margin-bottom:10px;
}
	#logo_header div img{
	display:none;
}
}
@media screen and (max-width: 800px) {
#top_header section{
	display:inline-block;
	margin-bottom:10px;
}
}
/* main menu
----------------------------------------------- */
#main_menu{
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	font-size:1.2em;
}
#main_menu a{
	color: #fff;
	-webkit-column-rule: #fff;
	-moz-column-rule: #fff;
	-o-column-rule: #fff;
	column-rule: #fff;
}
#main_menu a:hover{
	color:#b8c22a;
	text-decoration:underline;
}
#main_menu a:visited{
	color:#fff;
	text-decoration:underline;
}
#main_menu ul{
	padding:0px;
	margin:0px;
}
#main_menu ul li{
	display:inline;
	list-style: none;
	text-align:center;
	padding:5px 15px 5px 15px;
	line-height:68px;
}
/*#main_menu ul li:hover{
	background:#fff;
	padding:25px 35px 25px 35px;
}*/
.opc_act{
	background:#fff;
	padding:25px 35px 25px 35px;
}
#main_menu ul li img{
	width:50%;
}
@media screen and (max-width: 1024px) {
#main_menu ul li{
	display:inline;
	padding:25px 35px 25px 35px;
}
/*#main_menu ul li:hover{
	background:#fff;
	padding:25px 35px 25px 35px;
}*/
}
@media screen and (max-width: 800px) {
#main_menu ul li{
	display:inline;
	padding:25px 8px 25px 8px;
}
/*#main_menu ul li:hover{
	background:#fff;
	padding:25px 5px 25px 5px;
}*/
}

/* maketa general
----------------------------------------------- */
#content_all{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	display: flex;
    display: -webkit-flex;
	margin-bottom:180px;
}

#content_info{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	margin-bottom:10px;
}

#content_info section{
	display:block;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#content_info section article{
	vertical-align:text-top;
	display:inline-block;
	width:auto;
	margin-top:2%;
	margin-bottom:2%;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 1024px) {
#content_all{
	display:block;
}
#content_info{
	width:100%;
}
}
@media screen and (max-width: 850px) {
#content_all{
	display:block;
}
#content_info{
	width:100%;
}
#content_info section article{
	vertical-align:text-top;
	display:block;
	width:auto;
	margin-top:2%;
	margin-bottom:2%;
	margin-left:auto;
	margin-right:auto;
}
}

/* general class
----------------------------------------------- */
.center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
h1{
	font-weight:bold;
	font-size:2.5em;
}
@media screen and (max-width: 1024px) {
h1{
	font-weight:bold;
	font-size:1.9em;
}
}
h2{
	font-weight:bold;
	font-size:2em;
}
.title_s1{
	color:#545351;
}
.title_s2{
	color:#b8c22a;
}
.description{
	text-align:left;
	margin:30px 0 30px 0;
}
#opc_detail_01{
	/*background:#eb4c53;
	color:#FFF;*/
}
#opc_detail_01 article{
	max-width:33%;
	/*border: 1px dashed #b8c22a;*/
}
@media screen and (max-width: 1024px) {
#opc_detail_01 article{
	max-width:70%;
}
}
@media screen and (max-width: 700px) {
#opc_detail_01 article{
	max-width:80%;
}
}
@media screen and (max-width: 450px) {
#opc_detail_01 article{
	max-width:90%;
}
}
#opc_detail_02{
	text-align: left;
	/*background:#42515a;
	color:#FFF;*/
}
.opc_detail_02_sec1{
	width:20%;
}
.opc_detail_02_sec1 img{
	width:90%;
}
@media screen and (max-width: 1024px) {
.opc_detail_02_sec1 img{
	width:50%;
}
}
.opc_detail_02_sec2{
	max-width:70%;
}
hr{
	margin:8px auto 8px auto;
	border:1px #b8c22a dashed;
	width:90%;
}
.opc_link{
	padding:15px 8px 15px 8px;
	text-align:right;
}
.opc_link:hover{
	background:#fff;
}
.opc_link a{
	color: #b8c22a;
	font-weight:bold;
	text-decoration: none;
	border:none;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}
.opc_link a:hover {
	text-decoration: none;
	color: #545351;
	border:none;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}
.opc_btn{
	width:200px;
	background:#eb4c53;
	padding:15px 8px 15px 8px;
	text-align:center;
	float:right;
	margin:50px 0 0 0;
}
.opc_btn:hover{
	background:#d7373e;
}
.opc_btn a{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border:none;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}
.opc_btn a:hover {
	text-decoration: none;
	color: #303b41;
	border:none;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
}
.txt_justify{
	text-align:left;
}
.separator_info{
	margin-top:2%;
}
@media screen and (max-width: 700px) {
.separator_info{
	margin-top:10%;
}
}
@media screen and (max-width: 450px) {
.separator_info{
	margin-top:14%;
}
}


/* form controls
----------------------------------------------- */
#frm_content{
  	max-width:600px;
  	margin:0 auto;
  	margin-top:2%;
	margin-bottom:1%;
	color: #16325c;
}
#frm_content h1{
	background:#545351;
  	padding:20px 0;
  	font-size:140%;
  	font-weight:300;
  	text-align:center;
  	color:#fff;
}
#frm_content h2{
  	padding:8px 0;
  	font-size:120%;
  	font-weight:300;
  	text-align:center;
  	color:#16325c;
}
#frm_content a{
  	padding:15px;
    color: #0070d2 !important;
}
#frm_content a:hover{
	color: #005fb2;
}
@media screen and (max-width: 500px) {
#frm_content{
  	width:400px;
}
#frm_content a{
	display:block;
  	padding:10px;
  	font-size:1.2em;
  	text-align:left;
}
}
@media screen and (max-width: 400px) {
#frm_content{
  	width:300px;
}
}

#frm_content ul li{
	list-style:none;
	margin:10px 0px 10px 0px;
	text-align:left;
}
.frm_obj{
  background:#fff;
  padding:6% 4%;
  margin-bottom:5px;
  border: 1px solid #D8DDE6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-size:0.9em;
}
.frm_obj label{
	color:#2980B9;
	font-weight:bold;
}
.frmcontroles{
	width:100%;
	border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.1s;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color:#16325c;
}

.frmbtn{
	width:100%;
	align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    padding: 25px 6px 25px 6px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
	background-color: #b8c22a;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-appearance: none;
}
.frmbtn:hover{
	background:#545351;
}
.frm_opc{
	border-top: 1px solid #F4F6F9;
    padding-top: 16px;
	margin-bottom: 20px;
	font-size:0.9em;
}

input[type=radio].css-checkbox{
	display:none;
}
input[type=radio].css-checkbox + label.css-label{
	padding-left:35px;
	height:24px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1.2em;
	vertical-align:middle;
	cursor:pointer;
}
input[type=radio].css-checkbox:checked + label.css-label{
	background-position: 0 -24px;
}
label.css-label{
	background-image:url(../images/check_radio_sheet.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



/* Blog
----------------------------------------------- */
#blog_content{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3em;
}
#blog_content div{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	margin-bottom: 1em;
	position:relative;
	padding:1.5em;
	display:block;
	text-align:left;
	border:1px #545351 dashed;
	border-radius:10px 10px 10px 10px;
	box-shadow: 10px 10px 5px #888888;
}
.blog_title{
	font-size:1.2em;
	color:#b8c22a;
}
@media screen and (max-width: 600px) {
#blog_content div{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1em;
	margin-bottom: 1em;
	position:relative;
	padding:0.8em;
	display:block;
	text-align:left;
	border:1px #545351 dashed;
	border-radius:10px 10px 10px 10px;
	box-shadow: 10px 10px 5px #888888;
}	
}

/* Pagination
----------------------------------------------- */
.pagination{
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:1.8em;
	font-weight:bold;
}
.pagination a{
	color:#000;
	margin-left:0.2em;
	margin-right:0.2em;
}
.pagination a:hover{
	color:#464646;
}
.pag_act{
	background:#b8c22a;
	border-radius: 5px;
	-moz-border-radius: 5px;
	color:#FFF;
	padding-left:5px;
	padding-right:5px;
}

.miga_resalto{
	color:#00a8ec;
}
#meta_anun{
	margin-top:5px;
	margin-bottom:5px;
}
#meta_anun div{
	display:inline-table;
}
.precio{
	font-size:1.6em;
	color:#464646;
	font-weight:700;
}
.head_title{
	color:#454545;
	font-size:1.5em;
	font-weight: bold;
  	padding: 5px 5px 5px 5px;
	margin-bottom:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}
@media screen and (max-width: 600px) {
.head_title{
	width:100%;
}
}
.anun_detalle{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:justify;
	color:#000;
}
.anun_base{
	position:relative;
	margin:10px;
	display:inline-block;
	max-width:250px;
	max-height:325px;
	text-align:left;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
}
.anun_base img{
	position:relative;
	width:100%;
	border:1px #000000 solid;
}
.blog_detail{
	margin-left:auto;
	margin-right:auto;
	padding-left:1em;
	padding-right:1em;
	padding-top:2.5em;
	padding-bottom:1.5em;
	text-align:left;
	width:85%;
}
@media screen and (max-width: 800px){
.anun_detalle{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:justify;
	color:#000;
}
}

@media screen and (min-width: 801px) {
#logo_res{
	display: none;
}
}
@media screen and (max-width: 800px) {
#logo_res{
	display: inline;
}
}