/*======================================================*/
/* Default */
/*======================================================*/
*,html,body,canvas,img,map,area,div,span,table{
	/*
	user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: -moz-none;
	 -ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	*/
}
body{
	background: #EEE;
	border-collapse: collapse;
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size:11px;
	overflow-x: hidden;
	text-align: center;
	margin-top:60px;
}
img{
	border: 0px;
}
table,td{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
	color: #00AFF5;
}
li{
	padding-bottom: 5px;
}
/*======================================================*/
/* Signup */
/*======================================================*/
.signup{
	position: relative;
	display: inline-block;
	background: #FFF;
	width:400px; 
	margin-top: 20px;
	padding: 25px;
	padding-bottom: 45px;
	text-align: center;
	border-radius: 8px;
	box-shadow:  1px 1px 5px 0px rgba(0,0,0,0.5);
}
.signup .title{
	display: inline-block;
	width: 350px;
	font-weight:bold;
	font-size: 15px;
	padding-bottom:15px; 
	padding-top:15px; 
}
.signup .form{
	position: relative;
	display: inline-block;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #CCC;
	border-radius: 5px;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
}
.signup input{
	width: 90%;
	outline: none;
	border:none;
}
.signup .radio{
	width: 35px;
} 
.signup .msgError{
	font-size: 12px;
	color:#F00;
}
.signup .msgExito{
	font-size: 25px;
	font-weight: bold;
	color:#659321;
}
.signup .btnSignup{
	width: 90%;
	display: inline-block;
	position: relative;
	background: linear-gradient(#2D90DC,#145B92);
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,1), inset 1px 1px 1px 0px rgba(0,0,0,0.4);
}
.signup .btnSignup:hover{
	box-shadow: inset 1px 1px 5px 0px #000;
	background: linear-gradient(#145B92,#145B92);
}
.signup .btnSignup:active{
	box-shadow: inset 1px 1px 4px 0px #333, 1px 1px 0px 0px #FFF;
	background: linear-gradient(#888,#888);
}
.signup .condiciones{
	position: relative;
	display: inline-block;
	width: 90%;
	margin-top: 30px;
	font-size: 12px;
}
@media only screen and (max-width: 470px)
{
	.signup{
		width: 90%; 
		margin-top: -20px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 20px;
	}
}
/*======================================================*/
/* menu */
/*======================================================*/
.menu{
	display: inline-block;
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 5;
	background: #425363;
	width: 100%;
	height: 60px;
	text-align: left;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.3)
}
.menu .logo{
	display: inline-block;
	position: relative;
	margin-left: 20px;
	margin-top: 5px;
}
.menu .logo img{
	height: 40px;
	padding-top: 6px;
}
.menu .search{
	display: inline-block;
    position: relative;
    border: 1px solid #192429;
    background: #35424e;
    border-radius: 8px;
    height: 37px;
    width: calc(100% - 350px);
    overflow: hidden;
    margin-left: 15px;
    margin-bottom: 1px;
}
.menu .search input{
	width: calc(100% - 50px);
	padding: 8px;
	outline: none;
	border:none;
	background: none;
	font-size: 13px;
	color:#FFF;
	vertical-align: top;
    margin-top: 3px;
}
.menu .search img{
	padding-top: 11px;
}
.menu .bottonSearch{
	display: inline-block;
	position: relative;
	width: 27px;
    height: 29px;
    text-align: center;
    cursor: pointer;
}
.menu .conteOption{
	position: absolute;
	right: 0px;
	top:0px;
}
.menu .conteOption .botonMenuSignup{
	display: inline-block;
	position: relative;
	background: #2D90DC;
	font-weight: bold;
	font-size: 12px;
	color:#fff;	
	border-radius: 8px;
	padding:16px;
	padding-top:11px;
	padding-bottom:11px;
	margin:11px;
	margin-left: 0px;
	cursor: pointer;
	border: 1px solid #192429;
}
.menu .conteOption .botonMenuSignup:hover{
	box-shadow: inset 1px 1px 4px 0px #888;
	background: #EEE;
	color:#2D90DC;
}
.menu .conteOption .botonMenuSignup:active{
	box-shadow: inset 1px 1px 4px 0px #888;
	background: #CCC ;
}
.menu .conteOption .botonMenuLogin{
	display: inline-block;
	position: relative;
	background: #FFF; /*#22AD9F;*/
	font-weight: bold;
	font-size: 12px;
	color:#192429;	
	border-radius: 8px;
	padding:16px;
	padding-top:11px;
	padding-bottom:11px;
	margin:11px;
	margin-left: 0px;
	cursor: pointer;
	border: 1px solid #192429;
}
.menu .conteOption .botonMenuLogin:hover{
	box-shadow: inset 1px 1px 4px 0px #888;
	background: #EEE;
	color:#2D90DC;
}
.menu .conteOption .botonMenuLogin:active{
	box-shadow: inset 1px 1px 4px 0px #888;
	background: #CCC ;
}
.menu .botonMenuPerfil{
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color:#22AD9F;	
	margin-left: 0px;
	cursor: pointer;
	float: right;
}
.menu .botonMenuPerfil .botonMenuPerfilImage{
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	border-radius:25px;
	border: 2px solid #00AFF5;
	margin-top: 13px;
	margin-right: 15px;
	overflow: hidden;
	vertical-align: middle;
}
.menu .botonMenuPerfil .botonMenuPerfilImage:hover{
	border: 2px solid #D97517;
}
.menu .botonMenuPerfil .botonMenuPerfilImage img{
	height: 34px;
}
.menu .botonMenuPerfil .botonMenuPerfilText{
	display: inline-block;
	position: relative;
	margin-top: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.menu .botonMenuPerfil .botonMenuNotifica{ 
	display: inline-block;
	position: relative;
    background: #35424e;
    width: 39px;
    height: 32px;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 9px;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #192429;
}
}
.menu .botonMenuPerfil .botonMenuNotifica:hover{ 
	background: #DDD;
}
.menu .botonMenuPerfil .botonMenuNotificaCont{ 
    display: inline-block;
    position: absolute;
    color: #FFF;
    background: #C71E1E;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    right: 57px;
    bottom: 0px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
}
/*--------------------*/
.menu .menuPerfilConfig{
	position: absolute;
	background: #FFF;
	right: 5px;
	top: 65px;
	width: 170px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,1); 
	overflow: hidden;
	padding: 10px;
}
.menu .menuPerfilConfig .menuItemName{
	font-weight: normal;
    padding: 10px;
    cursor: auto;
}
.menu .menuPerfilConfig .menuItem{
	padding: 9px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
	line-height: 19px;
    height: 26px;
    overflow: hidden;
}
.menu .menuPerfilConfig .menuItem:hover{
	background: #EEE;
}
.menu .menuPerfilConfig .menuItem img{
	height: 18px;
    float: left;
    margin-right: 10px;
}
.menu .menuPerfilConfig .menuItemSeparator{
	border-top: 1px dashed #DDD;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*--------------------*/
.menu .menuPerfilNotification{
	position: absolute;
	background: #FFF;
	right: 5px;
	top: 65px;
	width: 250px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,1);
	overflow: hidden;
	padding: 5px;
	color: #333;
	font-weight: normal;
}
.menu .menuPerfilNotification .menuItem{
	padding: 12px;
	color: #000;
}
.menu .menuPerfilNotification .menuItem:hover{
	background: #EEE;
}
/*--------------------*/

@media only screen and (max-width: 560px)
{
	#menu_main_signup_name{
		display: none;
	}
	.menu .search{
		width: calc(100% - 120px)
	}
	.menu .conteOption{
		position: absolute;
		left: 0px;
		top:60px;
		width: 100%;
		background: #EEE;
		box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3),inset 1px 1px 10px 0px rgba(0,0,0,0.3);
		text-align: right;
		background: #777;
	}
	.menu .conteOption .botonMenuSignup, .menu .conteOption .botonMenuLogin{
		font-weight: normal;
		padding: 8px;
		padding-left: 10px;
		padding-right: 10px;
		margin:5px; 
	}
}
/*======================================================*/
/* Notificaciones */
/*======================================================*/
.notification{
	display: inline-block;
	position: relative;
	border-bottom: 1px dashed #DDD;
	text-align: left;
	padding: 12px;
	width: calc(100% - 24px);
} 
.notification:hover{
	background: #DDD;
}
.notification:active{
	background: #FFF;
}
.notification .mensaseCalifiImgConte{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width:40px;
	height:40px;
	margin-top: 3px;
	border-radius: 25px;
	overflow: hidden;
}
.notification .mensaseCalifiImg img{
	height: 50px;
	
}
.notification .mensaseCalifiConte{
	display: inline-block;
	position: relative;
	width: calc(100% - 60px);
	vertical-align: top;
	padding-left: 10px;
}
.notification .mensaseCalifiConte .usuario{
	display: inline-block;
	position: relative;
	color: #14ABBF; 
	font-weight: bold;
	font-size: 13px;
}
.notification .mensaseCalifiConte .fecha{
	display: inline-block;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	color: #5ea05a;
	font-style: italic;
}
.notification .mensaseCalifiConte .mensaje{
	color: #666;
	font-style: italic;
}
.notification .mensaseCalificlose{
	display: inline-block;
	position: absolute;;
	font-weight: bold;
	right: 15px;
	top: 15px;
}
.notification .mensaseCalificlose:hover{
	color: #F00;
}
/*======================================================*/
/* footer */
/*======================================================*/
.footer{
	display: inline-block;
	position: relative;
	width: 100%;
	background: #61686f;
	border-bottom: 20px solid #585E64;
	padding: 30px;
	padding-left: 0px;
	padding-right: 0px;
	color: #FFF;
}
.footer .link{
	display: inline-block;
	position: relative;
	padding: 10px;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.footer .link a{	
	color: #000;
	font-size: 12px;
	color: #FFF;
}
/*======================================================*/
/* Search */
/*======================================================*/
.searchConte{
	background: url('../img/bgtools.jpg');
	background-size: auto 500px;
	text-align: center;
}
.searchTool{
	position:relative;
	display:inline-block;
	width:310px;
	height:100%;
	background:rgba(255,255,255,0.0);
	vertical-align:top;
	text-align: center;
}
.searchTool .searchToolOption{
	display: inline-block;
	width: calc(100% - 60px);
	background:rgba(255,255,255,0.6);
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 4px;
	color: #333;
	text-align: left;
}
.searchTool .searchToolOption .title{
	font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.searchTool .searchToolOption .option{
	padding:5px;
	text-align:left;
	cursor: pointer;
	color: #000;
}
.searchTool .searchToolOption .option:hover{
	color: #00F;
}
.searchTool .searchToolOption .suboption{
	padding:5px;
	padding-left: 15px;
	text-align:left;
	cursor: pointer;
	color: #444;
}
.searchTool .searchToolOption .suboption:hover{
	color: #00F;
}
.searchTool .searchToolOption input{
	width: 100%;
	background:rgba(255,255,255,0.4);
	border:1px solid #888;
	padding-top: 5px;
	padding-bottom: 5px;
}
.searchTool .searchToolOption .filtro{
	display: inline-block;
	border:1px solid #666;
	border-radius: 4px;
	padding: 5px;
	margin: 3px;
}
.searchTool .searchToolOption .filtro .titulo{
	color: #000;
}
.searchTool .searchToolOption .filtro .info{
	color: #000;
	font-weight: bold;
	color:#00F;
}
.searchTool .searchToolOption .filtro .close{
	color: #000;
	cursor: pointer;
	font-weight: bold;
}
.searchTool .searchToolOption .filtro .close:hover{
	color: #F00;
}
.searchTool .searchToolOption .moreFilros{
	display: none;
	color: #00F;
	float: right;
	cursor: pointer;
}
.searchTool .searchToolOption .moreFilros:hover{
	color: #F00;
}
.searchItems{
	position:relative;
	display:inline-block;
	width:calc(100% - 315px);
	background:rgba(255,255,255,0.0);
	height:100%;
	min-height: 800px; 
	vertical-align:top;
}
.Loader{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.7);
	padding-top: 200px;
	z-index: 1;
	color: #FFF;
	font-size: 24px;
}
/*-------------------------------------------------*/
.searchItemsProducto{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.7);
	padding-top: 200px;
	z-index: 1px;
	color: #FFF;
	font-size: 24px;
}
.searchItemsProducto .searchItemsProductoConte{
	position: fixed;
	left: 10%;
	top: 10%;
	width: 80%;
	height: 80%;
	background: #FFF;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,0.7),
}
.searchItemsProducto iframe{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
/*-------------------------------------------------*/
.ProductoSearch{
	display: inline-block;
	position: relative;
	border-radius: 4px;
	background: #FFF;
	padding: 10px;
	margin: 10px;
	width: 250px;
	height: 355px;
	vertical-align: top;
	overflow: hidden;
}
.ProductoSearch .imagenProducto{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.ProductoSearch .imagenProducto img{
	height: 150px;
}
.ProductoSearch .iconosinfo{
	display: inline-block;
	position: relative;
	max-width: 48px;
	vertical-align: top;
}
.ProductoSearch .iconosinfo img{
	height:32px;
	margin:5px;
}
.ProductoSearch .imagenMarca{
	padding:10px;
}
.ProductoSearch .imagenMarca img{
	height: 22px;
}
.ProductoSearch .title{
	color:#285e90;
	margin-bottom: 10px;
	cursor: pointer;
}
.ProductoSearch .title:hover{
	color: #d67a1c;
}
.ProductoSearch .informa{
	display: inline-block;
	position: relative;
	color:#000;
	padding: 6px;
	margin: 3px;
	background: #939ea5;
	border-radius: 3px;
}
.ProductoSearch .informa2{
	display: inline-block;
	position: relative;
	color:#000;
	padding: 6px;
	margin: 3px;
	background: #6d9674;
	border-radius: 3px;
	font-weight: bold;
}
.ProductoSearch .informa3{
	 display: inline-block;
    position: relative;
    color: #000;
    padding: 6px;
    margin: 3px;
    border-radius: 3px;
    border: 1px solid #939ea5;
    font-weight: bold;
    cursor: pointer;
}
.ProductoSearch .informa3:hover{
	background: #CCC;
}
/*-------------------------------------------------*/
.PaginadoSearch{
	position:relative;
	padding: 10px;
}
.PaginadoSearch .Total{
	display: inline-block;
	background:rgba(255,255,255,0.8);
	padding: 10px;
	border-radius: 4px;
}
.PaginadoSearch .searchPaginas{
	display: inline-block;
}
.PaginadoSearch .pagina{
	display: inline-block;
	background:rgba(255,255,255,0.7);
	padding: 10px;
	margin-left: 3px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	width: 13px;
}
.PaginadoSearch .pagina:hover{
	background:#AED6DF;
	color:#000;
}
/*-------------------------------------------------*/
@media only screen and (max-width: 620px)
{
	.PaginadoSearch .Total{
		width: calc(100% - 40px);
		margin: 10px;
		margin-top: 0px;
	}
	.searchItems{
		width:100%;
	}
	.searchTool{
		width:100%;
	}
	/*
	.searchTool #searchToolPanelCategoria{
		display:none;
	}
	.searchTool #searchToolPanelOrdenar{
		display:none;
	}
	.searchTool #searchToolPanelMarca{
		display:none;
	}
	*/
	.searchTool .searchToolOption .moreFilros{
		display: inline-block;
	}
}
/*======================================================*/
/* informacion */
/*======================================================*/
.informacionPresentaciobn{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 500px;
	color:#000;
	box-shadow:inset 1px 1px 10px 0px rgba(0,0,0,0.7), inset -1px -1px 250px 0px rgba(0,0,0,1);
}
.informacionPresentaciobn .cuadroPrincipal{
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: auto;
	padding-bottom: 10px;
	margin-top: 60px;
}
.informacionPresentaciobn .cuadroPrincipal .title{
	color:#000;
	font-weight: bold;
	font-size: 45px;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff;
	margin-bottom: 40px;
}
.informacionPresentaciobn .cuadroPrincipal .title2{
	color:#fff;
	font-weight: bold;
	font-size: 25px;
	text-shadow: 2px 2px 2px #000, -2px -2px 2px #000, -2px 2px 2px #000, 2px -2px 2px #000;
}
.informacionPresentaciobn .cuadroPrincipal .cuadro{
	display: inline-block;
	position: relative;
	border-radius: 5px;
	border: 1px solid #888;
	margin: 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	overflow:  hidden;
	color:#000;
	text-shadow: 1px 1px 0px #999;
	background: linear-gradient(#42c5f9,#03a2e2); 
	box-shadow:1px 1px 1px 0px rgba(0,0,0,0.6);
	cursor: pointer;
}
.informacionPresentaciobn .cuadroPrincipal .cuadro:hover{
	background: #0888BB;
	box-shadow:inset 1px 1px 1px 0px rgba(0,0,0,0.6);
}
.informacionPresentaciobn .cuadroPrincipal .cuadro:active{
	background: #888;
	box-shadow:inset 1px 1px 1px 0px rgba(0,0,0,0.6);
}
.informacionPresentaciobn .cuadroPrincipal .cuadro .cuadroInfo{
	color:#fff;
	font-weight: normal;
	font-size: 14px;
	text-shadow: 1px 1px 0px #000;
}
.informacionPresentaciobn .imagen{
	display: inline-block;
	position: relative;
	height: 100%;
}
.informacionPresentaciobn .imagen img{
	height: 100%;
}
@media only screen and (max-width: 1085px)
{
	.informacionPresentaciobn .imagen{
		display: none;
	}
	.informacionPresentaciobn{
		background-size: auto 100%;
		background-position: right bottom;
	}
}
/*-------------------------------------------------*/
.informacion{
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	background: #dadada;
	background-size: 100% auto;
	background-position: right bottom;
	color: #000;
	padding-top: 30px;
	padding-bottom: 30px;
}
.informacion .title{
	display: inline-block;
	position: relative;
	width: 90%;
	padding: 30px;
	font-size: 28px;
	font-weight: bold;
	color:#FFF;
	text-shadow: 1px 1px 1px #000, -1px -1px 1px #000;;
}
.informacion .cuadro{
	display: inline-block;
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 130px;
    border: 1px dashed #0e8dbf;
    margin: 10px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    background: #dadada;
    color: #445e69;
}
.informacion .cuadro img{
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	margin-top: 23px;
	height: 80px;
}
.informacion .cuadro .botonInfo{
	display: inline-block;
	position: relative;
	padding:10px;
	margin-top: 5px;;
	border-radius: 5px;
	border: 1px dotted #AAA;
	color: #777;
	font-size: 11px;
	cursor: pointer;
	text-shadow:none;
	 background: #eee;
}
.informacion .cuadro .botonInfo:hover{
	background: #CCC;
	color: #000;
}
.informacion .cuadro .botonInfo:active{
	background: #00AFF5;
	color:#fff;
}
/*-------------------------------------------------*/
.informacionGeneral{
	background: #486e7d;
	color:#FFF;
	padding: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.informacionGeneral .cuadroGenral{
	display: inline-block;
	position: relative;
	width: 335px;
	font-size: 20px;
	border-right:1px dotted #FFF;
}
.informacionGeneral .cantidad{
	display: inline-block;
	position: relative;
	padding-top:10px;
	font-weight: bolder;
	font-size: 55px;
}
@media only screen and (max-width: 750px)
{
	.informacionGeneral .cuadroGenral{
		width: 100%;
		border:none;
		padding-top: 10px;
	}
}
/*-------------------------------------------------*/
.comentarioClientes{
	position: relative;
	background: #888;
	padding-top: 25px;
	padding-bottom: 25px;
	background: url('../img/bg_coment.jpg');
	text-align: center;
}
.comentarioClientes .conteCometClientConte{
	display: inline-block;
	position: relative;
	width: 900px;
}
.comentarioClientes .conteCometClient{
	display: inline-block;
	position: relative;
	background: #EEE;
	border:1px solid #AAA;
	width: 85%;
	margin: 10px;
	padding: 25px;
	border-radius: 7px;
	box-shadow: 1px 1px 12px 0px #000;
}
.comentarioClientes .conteCometClient .comeclietname{
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color: #00AFF5;
}
.comentarioClientes .conteCometClient .comeclietwork{
	text-align: left;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 10px;
	font-style: italic;
	color: #444;
}
.comentarioClientes .conteCometClient .comeclietDescript{
	text-align: center;
	font-size: 14px;
	color: #444;
}
@media only screen and (max-width: 950px)
{
	.comentarioClientes .conteCometClientConte{
		width: 90%;
	}
	.comentarioClientes .conteCometClient{
		float: none;
	}
}
/*======================================================*/
/* marcas */
/*======================================================*/
.marcas{
	background:#FFF;
	padding:20px;
	overflow: hidden;
}
.marcas img{
	height: 50px;
	margin: 20px;
}
/*======================================================*/
/* Contactanos */
/*======================================================*/
.Contactanos{
	background: #333;
	padding: 30px;
	color: #EEE;
	background: url('../img/bg_coment.jpg');
	background-size: auto 300px;
}
.Contactanos .informacion2{
	display: inline-block;
	font-size: 15px;
	text-shadow: 1px 1px 0px #000;
	background: #2b2b2b;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
.Contactanos input{
	width: 70%;
	max-width: 650px;
	padding: 10px;
	margin: 5px;
	background: #222;
	border:1px solid #000;
	border-radius: 5px;
	color: #FFF;
}
.Contactanos textarea{
	width: 70%;
	max-width: 650px;
	padding: 10px;
	margin: 5px;
	background: #222;
	border:1px solid #000;
	border-radius: 5px;
	color: #FFF;
}
.Contactanos .boton{
	display: inline-block;
	position: relative;
	width: 150px;
	background: #FFF; /*#22AD9F;*/
	font-weight: bold;
	font-size: 12px;
	color:#192429;	
	border-radius: 8px;
	padding: 12px;
	margin: 11px;
	margin-left: 0px;
	cursor: pointer;
	border: 1px solid #192429;
}
.Contactanos .boton:hover{
	box-shadow: inset 1px 1px 4px 0px #888;
	background: #EEE;
	color:#2D90DC;
}
.Contactanos .boton:active{
	box-shadow: inset 1px 1px 4px 0px #888;
	background: #CCC ;
}
.Contactanos .respuesta{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
	background: #2b2b2b;
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	color: #5aca63;
}
/*======================================================*/
/* Centro */
/*======================================================*/
.centro{
	background: #eFeFeF;
	text-align: left;
}
/*-------------------------------------------------*/
.centro .centroMenu{
    position: relative;
    display: inline-block;
    width: 170px;
    height: 100%;
	min-height: 800px;
    vertical-align: top;
    text-align: center;
    float: left;
}
.centro .centroMenu .menuItem{
	padding: 9px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
	line-height: 19px;
    height: 26px;
    overflow: hidden;
    text-align: left;
}
.centro .centroMenu .menuItem:hover{
	background: #C5D7E9;
}
.centro .centroMenu .menuItem img{
	height: 18px;
    float: left;
    margin-right: 10px;
}
.centro .centroMenu .menuItemSeparator{
	border-top: 1px dotted #DDD;
	margin-bottom: 5px;
}
/*-------------------------------------------------*/
.centro .centroConte{
	background: rgba(200, 200, 200, 0.5);
	background: url('../img/bgtools2.jpg'); 
	background-size: auto 500px; 
	position: relative;
    display: inline-block;
    width: calc(100% - 170px);
    height: 100%;
    min-height: 800px;
    vertical-align: top;
    text-align: center;
}
/*-------------------------------------------------*/
.conteProfileConte{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
/*------------------------------------------------*/
.conteProfileImage{
	display: inline-block;
	position: relative;
	border: 2px solid #EEE;
	box-shadow: 1px 1px 1px 0px #7ea9bd, -1px -1px 1px 0px #7ea9bd, -1px 1px 1px 0px #7ea9bd, 1px -1px 1px 0px #7ea9bd; 
	border-radius: 80px; 
	overflow: hidden;
	margin-bottom: 20px;
}
.conteProfileImage img{
 	widows: 128px;
}
.conteProfileTitle{
	font-size: 15px;
	font-weight: bold;
	color: #444;
}
/*------------------------------------------------*/
.conteProfile{
	display: inline-block;
	position: relative;
	overflow: hidden;
	border: 1px solid #7ea9bd;
	width: 70%;
	max-width: 750px;
	margin: 20px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.conteProfile table{
	width: 100%;
	background: #FFF;
	color: #555;
}
.conteProfile table td{
	border-right:  none;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
}
.conteProfile .nombreProfile{
	text-align: right;
	width: 140px;
	font-weight: bold;
	background: #efefef;
}
.conteProfile .valueProfile{
	text-align: left;
	vertical-align: middle;
}
.conteProfile .valueProfileUser{
	display: inline-block;
	position: relative;
	border-radius: 8px;
	padding: 10px;
}
.conteProfile .cantidadProfileUser{
	display: inline-block;
	border: 1px solid #cea3a8;
	border-radius: 3px;
	padding: 5px;
	margin-top: 3px;
	color: #ce3f3f;
	cursor: pointer;
}
.conteProfile .cantidadProfileUser:hover{
	background: #CCC;
}
.conteProfile .opcion1{
	display: inline-block;
    border: 1px solid #219bbf;
    border-radius: 3px;
    padding: 1px 7px 1px 7px;
    margin: 2px;
    margin-left: 0px;
    color: #0e7998;
    cursor: pointer;
    background: #DDD;
}
.conteProfile .opcion2{
	display: inline-block;
	border: 1px solid #65a761;
	border-radius: 3px;
	padding: 1px 7px 1px 7px;
	margin: 2px;
	margin-left: 0px;
	color: #65a761;
	cursor: pointer;
	background: #DDD;
}
.conteProfile .opcion3{
	display: inline-block;
	border: 1px solid #f36614;
	border-radius: 3px;
	padding: 1px 7px 1px 7px;
	margin: 2px;
	margin-left: 0px;
	color: #f36614;
	cursor: pointer;
	background: #DDD;
}
.conteProfile .present{
	text-align:center;
	background:  linear-gradient(#00bfff,#15A0CE);
}
.conteProfile .botonProfile{
	display: inline-block;
	position: relative;
	background: linear-gradient(#fff,#fff);
	font-size: 12px;
	font-weight: bold;
	color: #7ea9bd;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 4px;
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #7ea9bd;
	cursor: pointer;
	text-align: center;
}
.conteProfile .botonProfile:hover{
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
	background: linear-gradient(#CCC,#DDD);
}
.conteProfile .botonProfile:active{
	box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.5);
	background: linear-gradient(#AAA,#BBB);
}
.conteProfile .portfolioProfile{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 190px;
	border: 10px solid #fff;
	box-shadow: 0px 0px 0px 1px #BBB;
	border-radius: 7px;
	overflow: hidden;
	margin: 5px;
}
.conteProfile .portafolio{
	border-top: 1px solid #00AFF5;
	background: #EEE;
}
/*------------------------------------------------*/
.ordenEstado{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-top: 15px;
	border: 1px solid #CCC;
	border-radius: 7px;
	background: #d0d4c8;;
}
.ordenEstado .ordenLinea{
	display: inline-block;
	position: absolute;
	vertical-align: top;
	left: 10%;
	width: calc(100% - 20%);
	height: 2px;
	background: #fff;
	margin-top: 10px;
}
.ordenEstado .ordenCuadro{
	display: inline-block;
	position: relative;
	vertical-align: top;
	text-align: center;
	width: 20%;
	height: 65px;
	float: left;
	color: #328a51;
}
.ordenEstado .ordenCuadro .ordenCirculo{
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 25px;
	background: #fff;
	margin-bottom: 5px;
}
.ordenEstado .ordenCuadro .ordenFecha{
	color: #3773a7;
    font-size: 11px;
}

/*------------------------------------------------*/
@media only screen and (max-width: 750px)
{
	.conteProfile table td{
		display: flex;
		width: 100%;
	}
	.conteProfile .nombreProfile{
		width: 100%;
	}
}
/*======================================================*/
/* Form */
/*======================================================*/
.FormuBg{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.7);
	padding-top: 60px;
	z-index: 1;
	color: #FFF;
	font-size: 24px;	
	overflow: scroll;
}
/*------------------------------------------------*/
.Formu{
	position: relative;
	display: inline-block;
	background: #FFF;
	width:400px; 
	margin-top: 20px;
	padding-bottom: 25px;
	text-align: center;
	border-radius: 8px;
	box-shadow:  1px 1px 5px 0px rgba(0,0,0,0.5);
	color:#000;
	overflow: hidden;
}
.Formu .close{
	font-size: 11px;
    text-align: right;
    cursor: pointer;
    color: #7b7b7b;
    float: right;
    margin-top: -13px;
}
.Formu .close:hover{
	color: #F00;
}
.Formu .title{
	font-weight:bold;
	font-size: 15px;
	padding: 20px;
	margin-bottom: 10px;
	background: #DDD;
}
.Formu .form{
	position: relative;
	display: inline-block;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	border:1px solid #CCC;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}
.Formu .form50{
	position: relative;
	display: inline-block;
	width: 43.5%;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #CCC;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 14px;
}
.Formu input, .Formu select, .Formu textarea{
	width: 90%;
	outline: none;
	border:none;
	resize: none;
}
.Formu .radio{
	width: 35px;
} 
.Formu .msgError{
	font-size: 12px;
	color:#F00;
}
.Formu .msgExito{
	font-size: 25px;
	font-weight: bold;
	color:#659321;
}
.Formu .btnSignup{
    width: 90%;
    display: inline-block;
    position: relative;
    background: #2D90DC;
    /* font-weight: bold; */
    font-size: 15px;
    color: #211f1f;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,1), inset 1px 1px 1px 0px rgba(0,0,0,0.4);
}
.Formu .btnSignup:hover{
	box-shadow: inset 1px 1px 5px 0px #000;
	background: linear-gradient(#145B92,#145B92);
}
.Formu .btnSignup:active{
	box-shadow: inset 1px 1px 4px 0px #333, 1px 1px 0px 0px #FFF;
	background: linear-gradient(#888,#888);
}
.Formu .condiciones{
	position: relative;
	display: inline-block;
	width: 90%;
	margin-top: 30px;
	font-size: 12px;
}
/*======================================================*/
/* Chat */
/*======================================================*/
.ChatBg{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(72, 90, 97, 0.8);
	padding-top: 60px;
	z-index: 1;
	color: #FFF;
	font-size: 24px;	
}
/*------------------------------------------------*/
.chat{
	position: relative;
	display: inline-block;
	background: #777;
	width: 70%;
	height: calc(100% - 160px);
	margin-top: 40px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
	color:#000;
	overflow: hidden;
	font-size: 12px;
}
.chat .chatTop{
	position: relative;
	height: 60px;
	color: #FFF;
	background: #555;
}
.chat .chatTop img{
	height: 40px;
	margin-right: 10px;
	border: 1px solid #CCC;
	border-radius: 50px;
	background: #313131;
	margin-left: 7px;
	margin-top: 9px;
}
.chat .chatTop .ChatTitulo{
	display: inline-block;
	width: calc(100% - 150px);
	text-align: left;
	margin-top: 5px;
}
.chat .chatTop .ChatTitulo .chatUser{
	font-size: 14px;
}
.chat .chatTop .ChatTitulo .chatDescrip{
	color: #CCC;
	margin-top: 1px;
	font-style: italic;
}	
.chat .chatTop .ChatTitulo .chatTicket{
	position: relative;
	display: inline-block;
	margin-top: 3px;
	color: #7cbcd0;
}
.chat .chatTop .ChatTitulo .chatBtnEstado{
	position: relative;
    display: inline-block;
    border: 1px solid #480303;
    border-radius: 3px;
    padding: 3px 8px 3px 8px;
    margin-left: 10px;
    background: #9a4717;
    cursor: pointer;
}
.chat .chatTop .ChatTitulo .chatBtnEstado:hover{
	background: #444;
}
.chat .chatTop .chatCerrar{
	display: inline-block;
	width: 70px;
	vertical-align: top;
	padding-top: 23px;
	cursor: pointer;
}
.chat .chatTop .chatCerrar:hover{
	color: #000;
}
.chat .chatCenter{
	position: relative;
	height: calc(100% - 100px);
	background: url('../img/bg_chat.jpg');
	background-size: auto 500px;
	overflow: auto;
}
.chat .chatCenter .chatUser{
	text-align: left;
}
.chat .chatCenter .chatUser .chatMsg{
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	padding: 10px 17px 10px 17px;
	margin: 10px;
	margin-left: 15px;
}
.chat .chatCenter .chatUser .chatFecha{
	font-size: 11px;
	color: #0d6b5e;
	font-style: italic;
}
.chat .chatCenter .chatTecnico{
	text-align: right;
}
.chat .chatCenter .chatTecnico .chatMsg{
	position: relative;
	display: inline-block;
	background: #c7bb99;
	border-radius: 5px;
	padding: 12px 17px 12px 17px;
	margin: 10px;
	margin-right: 15px;
}
.chat .chatCenter .chatTecnico .chatFecha{
	font-size: 11px;
	color: #6d340c;
	font-style: italic;
}
.chat .chatBotton{
	position: relative;
	height: 40px;
}
.chat .chatBotton .chatText{
	display: inline-block;
	width: calc(100% - 100px);
	height: 100%;
	outline: none;
	border:none;
	resize: none;
	background: none;
}
.chat .chatBotton .chatBtn{ 
	display: inline-block;
    font-size: 13px;
    width: 70px;
    height: 100%;
    vertical-align: top;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    color: #FFF;
}
.chat .chatBotton .chatBtn:hover{
	background: #AAA;
}