@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../img/fdo2.jpg);
	background-position:center top;
	background-size: 80em;
	background-color: goldenrod;
	background-attachment: fixed;
	margin-top:-10px;
}

.lk{
	cursor:pointer;
}

#contenedor{
	margin:0 auto;
	width:1000px;
}

#cabecera{
	/*height:150px;*/
}

.contenido{
	background-color:#FFF;
	padding:10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align:justify;
	float:left;
	box-shadow: 0px 0 10px rgb(0,0,0);
}

#menu_izq{
	margin-top:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:10px;
}

#menu_der{
	margin-top:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
}

#central{
	margin-top:10px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width:590px;
}

.boton{
	background-color:#036;
	color:#FFF;
	margin:5px;
	padding:10px;
	width:150px;
	font-weight:bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.botonA{
	background-color:#039;
	color:#FFF;
	margin:5px;
	padding:10px;
	width:150px;
	font-weight:bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#boton_mn{
	background-color:#05C;
	color:#FFF;
	margin:5px;
	padding:5px;
	width:150px;
	font-weight:bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float:left;
	top:auto;
}

#menu_izq div:hover{
	background-color:#06C;
}

#menu_der div:hover{
	background-color:#06C;
}

.conector{
	width:10px;
	height:40px;
	position:absolute;
	margin-left:170px;
	opacity:0;
	filter: alpha(opacity=0);
}

.con_menu{
	margin-left:180px;
	margin-top:-45px;
	background-color:#06C;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:5px;
	text-align:left;
	font-size:12px;
	max-width:510px;
	z-index:1;
}

.con_menu_der{
	position:absolute;
	margin-left:-180px;
	background-color:#06C;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding:5px;
	text-align:left;
	font-size:12px;
	max-width:510px;
	z-index:1;
}

#pie{
	margin:10px 0;
	float:left;
	width:990px;
	text-align:center;
	font-size:14px;
	background-color:#FFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.derecha{
	float:right;
	margin-left:30px;
}

.izquierda{
	float:left;
	margin-right:30px;
}

.centrar{
	text-align:center;
}

h1{
	color:#036;
}

h2{
	color:#033;
}

.separador{
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	color:#333;
}

#formulario{
	padding:0 50px 0 50px;
}

#linea{
	margin:7px 0 7px 0;
	float:left;
}

.et100{
	width:100px;
	float:left;
}

.etIn{
	width:500px;
	float:left;
}

.btn{
	text-align:right;
	width:650px;
}

#foto{
	margin:0 10px 20px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border:solid 1px #999;
	padding:10px;
	width:200px;
	height:200px;
	box-shadow: 5px 5px 7px #999;
	float:left;
	background:#FFF;
}

#galeria{
	text-align:center;
	margin:10px;
	padding-left:40px;
	width:1000px;
}

#informacion{
	padding:20px;
	margin:10px;
	float:left;
	width:700px;	
}

#datos{
	float:left;
	text-align:center;
	background-color:#EAEAEA;
	padding:10px;
	margin:100px 0 0 30px;
	width:200px;
}

#mensaje{
	float:left;
}

.li_pad{
	padding-left:30px;
}

#caja{
	background-color:#FFF4DF;
	margin:10px;
	padding:10px;
	width:335px;	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


.galeria{
	margin:10px;
	padding:10px;
	float:left;
}

.gal_tit{
	font-size:22px;
	color:#036;
	border-bottom:1px solid #80A6CA;
	margin-bottom:20px;
	float:left;
	width:720px;
}

.gal_mini{
	margin:15px;
	padding:5px;
	height:140px;
	width:140px;
	float:left;
}

.gal_mini_img{
	width:120px;
	height:120px;
	margin:10px;
}

.gal_mini_tit{
	font-size:14px;
	text-align:center;
	width:140px;
}

	/*visor de anuncios*/
	.omni{
		position:fixed;
		width:100%;
		height:100%;
		top:0;
		z-index:10001;
		margin-left:-8px;
	}
	
	.fdo_visor{
		width:100%;
		height:100%;
		background-color:#000;
		/*IE*/
		filter: alpha(opacity=80);
		/*FireFox Opera*/
		opacity: .8;
		float:left;
	}
	
	.scr_visor{
		overflow:auto;
		width:100%;
		height:100%;
		position:absolute;
		float:left;
	}
	
	#cls_vis{
		position:absolute;
		width:100%;
		height:100%;
	}
	
	.cont_anuncio{
		position: absolute;
		background-color:#ccc;
		padding:4px;
		margin:20px;
		position:absolute;
		left:50%;
		margin-left:-255px;
		box-shadow: 0px 0px 25px #333;
		float:left;
	}
	
	.vsr_an{
		padding:10px;
		background-color:#FFF;
		float:left;
	}

/*estilo de panel de administracion*/

#caja_ad{
	background-color:#DCF1F8;
	margin:10px;
	padding:20px;
	width:700px;	
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color:#036;
	float:left;
}

#ad_cont{
	width:720px;
	float:left;
	margin:0 10px 0 10px;
	padding:10px;
	float:left;
}

#ad_menu{
	width:150px;
	height:320px;
	background-color:#F4F4F4;
	padding:10px 0 10px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	float:left;	
}

#ad_btn{
	padding:5px 0 5px 10px;
	color:#069;
}

#ad_btn:hover{
	background-color:#CCC;
	color:#FFF;
}

a:link{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}

#info{
	width:530px;
	min-height:320px;
	float:left;
	margin-left:20px;
	padding:10px;
}

#ad_tit{
	font-size:20px; 
	border-bottom:1px solid #999; 
	margin-bottom:15px; 
	padding-bottom:5px;
	color:#666;
}

#ad_btn_edit{
	float:right;
	padding:5px;
	margin:5px;
	background-color:#EEE;
	color:#666;
}

#ad_btn_edit:hover{
	background-color:#CCC;
	color:#FFF;
}

#info_barra{
	font-family:Arial, Helvetica, sans-serif;
	color:#069;
	font-weight:bold;
}

#info_linea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	float:left;
	margin:5px 0 5px 0;
}

#info_linea:hover{
	color:#999;
}

/*VISOR DE ELEMENTOS VISTA USUARIO*/
#info_caja{
	width:500px;
	background-color:#F7F8FB;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
	margin:5px;
	min-height:100px;
	float:left;
}

#info_caja_img{
	width:100px;
	height:100px;
	padding:5px;
	margin:0 10px 0 10px;
	background-color:#F5F5F5;
	float:left;
}

#info_tit_caja{
	padding:5px;
	margin:0 10px 0 10px;
	font-size:18px;
	color:#036;
	font-weight:bold;
	float:left;
	width:300px;
}

#info_cont_caja{
	padding:5px;
	margin:0 10px 0 10px;
	font-size:14px;
	color:#333;
	width:340px;
	float:left;
}

#info_pie_caja{
	padding:5px;
	margin:0 10px 0 10px;
	font-size:11px;
	font-weight:bold;
	color:#936;
	float:left;
	width:340px;
}

.navbar-light .navbar-nav .nav-link{
	color:goldenrod;
}

.open-chat {
    position: fixed;
    z-index: 1;
    color: #fff;
    width: 80px;
    text-align: center;
    font-size: 2.4rem;
    bottom: 90px;
    right: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    box-shadow: 0 0 30px #fff;
	background:#1066cc;
	padding:7px 0;
	cursor:pointer;
}

#chatcontent {
	position:fixed; top:205px; bottom:0px; z-index:100000000; 
background: #6a1b9a;
}

.open-chat{
	position:fixed; z-index:100000001;
	color:#fff;
	width: 100%;
	padding:20px;
	text-align: center;
	font-size: 1.5rem;
	bottom:10px;
	right: 10px;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	box-shadow: 0 0 30px #fff;
	display: none;
background: rgba(243,201,76,1);
background: -moz-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,201,76,1)), color-stop(15%, rgba(239,183,16,1)), color-stop(22%, rgba(255,200,0,1)), color-stop(31%, rgba(239,183,16,1)), color-stop(52%, rgba(255,200,0,1)), color-stop(70%, rgba(219,180,37,1)), color-stop(100%, rgba(255,200,0,1)));
background: -webkit-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
background: linear-gradient(45deg, rgba(243,201,76,1) 0%, rgba(239,183,16,1) 15%, rgba(255,200,0,1) 22%, rgba(239,183,16,1) 31%, rgba(255,200,0,1) 52%, rgba(219,180,37,1) 70%, rgba(255,200,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c94c', endColorstr='#ffc800', GradientType=1 );
}

.close-chat{
	position:fixed; z-index:100000002;
	background: brown;
	color:#fff;
	width: 100%;
	padding:15px;
	bottom: 0;
	text-align: center;
	font-size: 1.3rem;
	display:none;
}

@media only screen and (max-width: 520px) {
	.chatmobil {
		display: none;
		width: 100% !important;
		max-width: 100% !important;
	}
	#chatcontent{
		position:fixed; top:175px; bottom:0px; z-index:100000000; background-color: rgb(56, 56, 56); width:100%;
	}
	.open-chat{
		display: block;
	}
	.infodata {
		width: 100% !important;
		max-width: 100%;
		padding:0;
		margin:0;
	}
	h1{
		font-size:20px !important;
	}
	.centrame{
		text-align: center;
	}
	.infodata .col-11 {
		width: 100%;
		max-width: 100%;
	}
}