@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
	background: rgba(255,255,255,1);
		font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: rgba(0,0,0,1);
    margin: 0px;
	padding: 0px;
	width: 100%;	
	height: auto;
	
/*	margin: auto;
*/

}


/*NUEVOS ESTILOS BACK*/


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
   /* border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* start Tooltip text big boxs */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    height: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 2000;

 
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */

 


       /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity .5s;
}


/* start Tooltip text big boxs */
.tooltip .tooltiptextsmall {
    visibility: hidden;
    width: 240px;
    height: auto;
    background-color: black;
    color: #fff;
    text-align: left;
    padding: 2px 2px 2px 7px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 2000;
  
   top: -5px;
    left: 105%; 
 
       /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity .5s;
}
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}


.tooltip .tooltiptextsmall::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptextsmall {
    visibility: visible;
    opacity: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* end Tooltip container */
  .columnasFormDirectorio {
 	   /* max-height: 250px;  */
 	   min-height: 650px;
	  overflow: scroll; 
 	  width:90%; margin-left:auto; margin-right:auto;
   }
 
/*
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;   16px / 16px = 1em
	width: auto;
}
*/
html {
	/*overflow-y:scroll; */
}
a {
	text-decoration: none;
     color: purple;
	 
}
a:hover {
   color: rgba(255,0,0,.5);
}
/*input, textarea, button {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}*/
img {
	border: none;
    outline: none;
    max-width: 100%;
	
}
/*
este.img se agregó dic17 i clas.imagenes se reactivó
}*/

.no_selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

.img {
	border: none;
    outline: none;
    max-width: 100%;
	
}

.imagenes {
	width: auto;
	height: auto;
}

#modalcountry {
	display:block;
 }
#principal {
	overflow: hidden;
	width: 100%;
	/*margin-left: 2%;
	margin-right: 2%;*/
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 88px;
	/* border-bottom: 1px solid #d9d9d9; */
	width: 100%;
	float:left;


}


#logo {
	float: left;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	padding:5px;
	height:auto;
}
#logo h1 {
	color: #909090;
	margin: 0!important;
	line-height: 1em!important;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px #CCC;
	padding:5px;
	
}
#logo h1:hover {
	color: #000;
	cursor:pointer;
/*	height: 65px;
width:190px;
padding:5px;*/	

}

#menu {
	background: #FFF;
	margin-top: 10px;
	height: 40px;
	border: 1px solid #d9d9d9;
	margin-bottom: 20px;
}
#menu a{
	color: #5c5c5c;
}
.ad {
	position:fixed;
    top:15%;
	right: -2%;
		z-index:-1000;
  }
#content {
	float: left;
	width: 58%;
	height: auto;
	min-height:600px; /*nuevo estilo webauto*/
	background-color:rgba(255,255,255,0);
	margin-left:7%;
	margin-bottom: 24px;
}
#content p{
    font-size: 16px;
    line-height: 26px;
	width:auto;
	font-family: Verdana, Geneva, sans-serif;
}



.leftt_blog {
	height:auto; width:60%;
	float: left;
 
	min-height:600px; /*nuevo estilo webauto*/
/*	padding: 5%;
*/padding-left:2.5%;
background-color:rgba(255,255,255,0)
}
.center_blog {
	height:auto; width:40%;
	float: left;
}
.rigthh_blog {
	height:auto; width:20%;
	float: left;
}

#leftt {
	 /* float: left; */
	width: 650px;
	height: 300px;
	min-height:600px; /*nuevo estilo webauto*/
/*	padding: 5%;
*/padding-left:2.5%;
background-color:rgba(255,255,255,0)
}
#rigthh {
	float: right;
/*	width: 290px;
    overflow: scroll;
		max-height: 480px;*/	
		margin-top:2%;
		min-width: 20%;
		height: auto;
 		padding-right:10px;
        width: 300px;
}
.content_adm {
	width:30%; float:left; padding:20px;
	margin-top:2%;
		min-width: 20%;
		height: auto;
		padding-right:10px;
}


/*nuevo ancho de interior de panel de control publita*/
.adm_content {

	min-height: 750px; 
	width: auto;
    margin-left: 20%; 
    margin-right:  10%;

}


#section_l {
	/*	padding: 20px;*/	
	margin-bottom: 20px;
}
#section_login {
	background: #FFF;
	padding-bottom: 30px;
}
#head_login {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #ddd;
	text-align: right;
}

#sectio_r {
	padding: 20px;
	background: #FFF;
	/*    border: 1px solid #cdcdcd; */
	margin-bottom: 20px;
}
#sectio_r_bann_r {
/*	padding: 20px;
	background: #FFF;*/
	margin-bottom: 2px;

}
#tittle_h {
	font-size: 18px;
	color: #535353;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px 1px #CCC;
}
#tittle_h a {
	color: #535353;
	text-decoration:none;
}
#tittle_h a:hover {
	color: #7da1bc;
}
#post_info {
	font-size: 12px;
	color: #999;
	padding: 7px 0px ;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #c2c2c2;
	border-bottom: 1px dashed #c2c2c2;
	
}
#item_me {
	padding: 0 15px;
	text-transform:uppercase;
	float:left;
	line-height: 43px;
}
#footer {
	background-color: #FFF;
	height: auto;
	margin: auto;
/*	width: 960px;
*/	width: 100%;
	border: 1px solid #d9d9d9;
	margin-bottom: 30px;

}
.item_top {
	float:right;
	margin-top: -18px;
    margin-right: 10px;
}
#container {
	padding:8px;
	font-size:14px;
	word-wrap: break-word;
	width:100%; /*antes era 500px pero el slider imagen" se veia mas chica*/
	height:auto;
	
}
.container_pagi_prin { /*estilos para div del contenido de las cajas de paginas peincipales como nosotros, contacto*/
	margin-bottom: ;
	min-height: 400px;
}
#flotanteInicial {
	z-index: 10001;
	border: 5px solid #292E30;
	top: 71.75px;
	left: 439.5px;
	position: fixed;
	width: 500px;
	max-height: 682px;
	background-color: #fff;
	border-radius: 4px;
}
#flotante {
	
	z-index: 10001;
    border: 5px solid #292E30;
    top: 71.75px;
    left: 25%;
    right: 30%;
    position: fixed;
    width: 50%;
    max-height: 682px;
    background-color: #fff;
    border-radius: 4px;
    height: auto;
}


#txt_fo {
	text-transform: uppercase;
	padding-top: 14px;
	text-align: center;
	margin: 0px auto;
}
#add468 {
	height: 60px;
	width: 468px;
	float: right;
}

#txt_fo a {
	color: #717171;
	padding:0px 8px;
}
#txt_fo a:hover {
	text-decoration: none;
    color: #7da1bc;
}
#item_op {
	padding: 12px;
	text-transform:uppercase;
	float: right;
}
.arrow {
	margin: 1px;
}
#left {
	width: 600px;
}
#buscar {
	position: relative;
	width: 210px;
	padding: 10px 30px 10px 10px;
	outline: none;
	background: #F7F7F7;
	border: 1px solid #CCC;
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
}
.btn_b {
	background: url(../img/search.png) no-repeat;
/*	float: right;*/
	border: none;
	outline: none;
	width: 15px;
	height: 15px;
	cursor: pointer;
	margin-top: -27px;
	margin-right: 5px;
	z-index: 999;
	position: relative;
}

#side_r {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 5px;
	margin-top: 0px!important;
	margin-bottom: 15px;
	color: #535353;
	font-size:14px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px 1px #CCC;
}
.in_txt {
    margin-right: 10px;
}
.h_img {
	margin-bottom: -2px;
	margin-right:8px;
}
.txt_side {
	margin-bottom: 5px;
}
.tags_t {
	float: left;
	display: block;
	color: #717171;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 3px 7px;
	line-height: 1.3em;
	background: #e8e8e8;
}
#notifica_msn {
/*	text-shadow: 1px 1px 1px #000;
*/	font-size: 12px;
	padding: 1px 4px;
	position: absolute;
	z-index: 999;
	color: purple;
	margin-top: -8px;
	margin-left: -7px;
	font-weight: bold;
	font-family:helvetica,arial,sans-serif;
}
#fondo_negro {
	width: 100%;
	height: 1581px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	opacity: 0.7;
	background-color: #000;
	transition-duration: 0.5s;
}
#head_login {
	margin-bottom: 20px;
	padding: 10px;
	background-color: purple;
	text-align: right;
}
#usuario_op {
	padding:8px;
	text-align:right;
}



#pie #etiquetaMenuPie {
	height: auto;
	width: 15%;
	letter-spacing: 1px;
	font-size: 14px;
	float: left;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 5%;
}
#pie #etiquetaMenuPie h1 {
	
	font-weight: 200;
	color: rgba(255,255,255,1);
	font-size: 14px;
	margin-bottom: -18px;
}
#pie #etiquetaMenuPie a {
	color: rgba(255,255,255,1);
/*	text-shadow: -1px -1px 0    rgba(51,51,51,1);*/
	font-size: 14px;	
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
	line-height: 24px;
}

#pie #etiquetaMenuPie a:hover {
		color: rgba(204,204,204,1) ;
	text-decoration: underline;
/*	text-shadow: -1px -1px 0  rgba(153,153,153,.9);*/

}

#pie #redes-sociales-el-angulo {
height: auto;
	width: 11%;
	float: left;
	padding-left: 20px;
	padding-top: 40px;
}

#pie #redes-sociales-el-angulo h1 {
color: rgba(255,255,255,1);
	font-size: 14px;

}
#pie #redes-sociales-el-angulo p {
	font-size: 14px;
	color:rgba(255,255,255,1);
	line-height: 26px;
}
.sociales {
	float: left;
	display: block;
	height: auto;
	width:auto;
	margin-right: -33px;
}
.sociales ul {
	display: block;
	clear: both;
	margin-left: -22px;
	margin-right: 22px;
	
}
.sociales ul li {
	float: left;
	margin: 4px 6px;
	
}
.sociales ul li a {
	float: left;
	width: 42px;
	height: 42px;
	display: block;	
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
		margin:4px 4px 4px 6px;
}
.sociales ul li a:hover {

	}

.facebook {
	background:  url(../imagenes/Simple-Social/facebook.png) no-repeat;
	
-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
}
.facebook:hover {
	background: url(../imagenes/Simple-Social/facebook-hover.png) no-repeat;
}
.twitter {
	background:  url(../imagenes/Simple-Social/twitter.png) no-repeat;
	-webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out !important;  /* FF4+ */
	-o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
	-ms-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}
.twitter:hover {
	background:  url(../imagenes/Simple-Social/twitter-hover.png) no-repeat;
}
.youtube {
	background:url(../imagenes/Simple-Social/youtube.png) no-repeat;
	-webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out !important;  /* FF4+ */
	-o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
	-ms-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}
.youtube:hover {
	background:  url(../imagenes/Simple-Social/youtube-hover.png) no-repeat;
}
.linkedin {
	background: url(../imagenes/Simple-Social/linkedin.png) no-repeat;
	-webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out !important;  /* FF4+ */
	-o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
	-ms-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}
.linkedin:hover {
	background:  url(../imagenes/Simple-Social/linkedin-hover.png) no-repeat;
}
.googlemas {
	background: url(../imagenes/Simple-Social/google+.png) no-repeat;
	-webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out !important;  /* FF4+ */
	-o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
	-ms-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}
.googlemas:hover {
	background:  url(../imagenes/Simple-Social/google+-hover.png) no-repeat;
}

#pie #etiquetaPieBottom {
	width: auto;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-size: 10px;
	letter-spacing: 4px;
	color: rgba(153,153,153,1);
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 0px;
}
 
#pie #etiquetaPieIzquierda {
	width: 20%;
	float: left;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;

}
/*text-shadow: -1px -1px 0  rgba(204,204,204,1);
*/
#pie #etiquetaPieIzquierda h1 {
color: rgba(255,255,255,1);
	font-size: 14px;
}
#pie #etiquetaPieIzquierda p {
	font-size: 14px;
	font-weight: 200;
	color: rgba(255,255,255,1);
	line-height: 22px;
	letter-spacing: 1px;
}

#pie #etiquetaPieMapa {
	width: 30%;
	float: right;
	height: auto;
	padding-top: 40px;
	padding-bottom: 20px;
	

}
/*text-shadow: -1px -1px 0  rgba(204,204,204,1);
*/
#pie #etiquetaPieMapa h1 {
color: rgba(255,255,255,1);
	font-size: 14px;
}
#pie #etiquetaPieMapa p {
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height: 22px;
	letter-spacing: 1px;
}


									/*fin etiqueta pie web ea php*/
									
/*									estilos ahoraweb template1*/

.banner_r {
	text-align:center;
/*	padding: 5%;
*/	width:90%;
	height:90%;
	border:0px;
	
	}
									
/*Sobre los archivos oculto div:
*/
.primero,.segundo {
		display:none;
		z-index: 10001;
	border: 5px solid #292E30;
	top: 111.75px;
	left: 519.5px;
	position: fixed;
	width:250px;
	min-height: 142px;
	height:auto;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 10px 20px 50px;
		
	
		
	}
	#segundo {
		position:absolute;
		top:100px;
		
		
	}
	/* Al pasar el mouse por encima del div mostramos el div con la
		clase ".primero". Esta clase, tiene que estar dentro del id
		"primero" para que pueda funcionar
	 */
	#primero:hover .primero {
		display:block;
	

	
			}
	#segundo:hover .segundo {
		display:block;
		
		

	}	
	
	.sharearticle {
    position: fixed;
    width: 40px!important;
    top: 30%;
    border-radius: 4px;
    margin: 3px 0px 0px -60px;
    animation: affixFadeIn 0.55s ease-in;
    -webkit-animation: affixFadeIn 0.55s;
	line-height:16px;
	
 /* z-index: 10;
 clear: both;*/ 
}
.affix {
/*    z-index: 11;
   clear: both;*/ 
}			
.menu-boton {
	overflow: hidden;
	display: none;
	margin: 7px 0px;
	color: #fff;
	float: right;
	height: 34px;
	width: 44px;
	border: 1px solid #C3C3C3 !important;
	border-radius: 3px;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat center;
}
.menu-boton2 {
	overflow: hidden;
	display: none;
	margin: 7px 0px;
	color: #fff;
	float: right;
	height: 34px;
	width: 44px;
	border: 1px solid #C3C3C3 !important;
	border-radius: 3px;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat center;
}
.menu-boton3 {
	overflow: hidden;
	display: none;
	margin: 7px 0px;
	color: #fff;
	float: right;
	height: 34px;
	width: 44px;
	border: 1px solid #C3C3C3 !important;
	border-radius: 3px;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat center;
}
.menu-boton4 {
	overflow: hidden;
	display: none;
	margin: 7px 0px;
	color: #fff;
	float: right;
	height: 34px;
	width: 44px;
	border: 1px solid #C3C3C3 !important;
	border-radius: 3px;
	cursor: pointer;
	background: url(../img/menu.png) no-repeat center;
}
.menu-boton-negro {
	border: 1px solid #5A5A5A !important;
	background: url(../img/menu-negro.png) no-repeat center;
}
	.cajaDeskRight {
		display:block;
	width: 27.3125%;  max-height:500px; min-height:500px; float:left; margin-left:5%; 
	
	/*border: 1px solid #cdcdcd; */
	
	overflow: visible; 
	
	}
		.cajaDeskLeft {
		display:block;
	width:59.6875%; padding:1%; min-height: 515px; height:auto; float:left;  
	
/*	border: 1px solid #cdcdcd;
*/ 
	
		}
			.cajaDeskTest {
		display:block;
	width:45	%; padding:1%; max-height:270px; min-width: 41.5% ;float:left; margin-left:4.5%; border: 0px solid #cdcdcd;	
		}
		
		.boxs {
			
    width: 25%;
    padding: 2%;
    min-height: 250px;
    float: left;
    margin-left: 5.5%;
    border: 1px solid #cdcdcd;
    font-family: Verdana, Geneva, sans-serif;
}

		.boxsForm {
			
    width:25%;
     margin-left: 8%;
    min-height: 250px;
    float: left;
  
    border: none;
    font-family: Verdana, Geneva, sans-serif;
}

.postlista {
	min-height:400px; width:45%;  float:left; height:auto; padding:0; margin-left:5%; font-family: Verdana, Geneva, sans-serif;
}
		#contenido_post{
    font-size:13px; min-height:160; min-width:224; color:rgba(102,102,102,1); float:left; font-family: Verdana, Geneva, sans-serif; padding-top:15px; }
	
	.content_r {
		float:right; width: 23.3125%; margin-right:7%; height:auto;  top:25%;
}
.content_r_s {
		float:right; width: 23.3125%; height:auto;
		position:fixed;
    top:25%;
	right:7%;
    z-index:1000;

}
.ad {
    position:fixed;
    top:25%;
	right: -2%;
    z-index:1000;
 

}

/*.fixedAd {
    position:fixed;
    top:15%;
	right:7%;
    z-index:1000;

}*/
.share_l {
		line-height:16px;		
			top:15%;
		
		}

	/* slider inicio */	
.botonrojo {
	  font-size:18px;
	color: #fff;
	background-color: #d9534f;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0);
	width: auto;
		border-radius: 5px;

	}
.botonrojo:hover {
	color: #fff;
	background-color: #c9302c;
		-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid rgba(255,255,255,0);
	width: auto;
		border-radius: 5px;
}
  .botonslide {
	  font-size:18px;
	color: #fff;
	background-color:rgba(255,255,255,0);

	cursor: pointer;
	border: 1px solid rgba(255,255,255,1);
	width: auto;

	}
.botonslide:hover {
	color: #fff;
	background-color: rgba(255,255,255,.15);
		-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid  rgba(255,255,255,1);
	width: auto;

}
.caption-slide {
	width: 40%;	
		
}	
.leftt_panelAdm {
width:40%; height:auto;
float:left;
}	
.leftt_menuPanel {
      width: 50%;
     font-size: 14px;
    overflow: scroll;
    max-height: 400px;
    margin-left: 5%;
	margin-top: 4%;
 color: rgba(51,51,51,1);
   /*   color: rgba(255,255,255,1);
	background-color:purple; */
	background-color: rgba(217,217,217,1);
  	padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;

}
.leftt_menuPanel a{
 	    color: rgba(51,51,51,1);
	/*		text-decoration: underline;
	background-color: rgba(204,0,0,1);
*/ 		width:60%;
		margin-top: 5px;
 		padding: 10px 30px 10px 10px;
      border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;

}

	

.related_post {
		width: 200px;
    height: auto;
    min-height: 200px;
    float: left;
    margin-right: 2%;
/*    border: 1px solid #cdcdcd; */    
padding: 10px;
}

	/*INICIO NUEVOS ESTILOS GENERALES*/
.bordersCall {
border-radius:0px 20px 20px 20px;
	-ms-border-radius: 0px 20px 20px 20px;
	-moz-border-radius: 0px 20px 20px 20px;
	-webkit-border-radius: 0px 20px 20px 20px;
}
.borders {
border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.rotar14{
    -ms-transform: rotate(-14deg); /* IE 9 */
    -webkit-transform: rotate(-14deg); /* Chrome, Safari, Opera */
    transform: rotate(-14deg);
}
									/*FIN NUEVOS ESTILOS GENERALES*/





	/* menu planes */	

.tabla-planes .row td,.tabla-planes .row th{ 

	font-size: 20px;
/*background-color: #cee1e7;
*/
}
.tabla-planes thead th{
	font-weight:normal;
	background: url(/imagenes/sitio/thead-th.png) center -46px no-repeat;
	width: auto;
	max-width: 118px;
	min-height:43px;	
	height: auto;
	line-height:25px;
}
.tabla-planes thead th.indicador { background:none; height:auto; width:auto; text-align:left;}
.tabla-planes thead th.indicador span{
	background:url(/imagenes/sitio/indicador.gif) 6px top no-repeat;
	padding:1px 1px 1px 24px;
	color:#b8b8b8;
	
}
.tabla-planes th{ font-weight:normal; vertical-align:; border-radius: 25px;}
.tabla-planes td{ padding:6px 5px;}
.tabla-planes td{ text-align:center;
font-size: 22px;
}
.tabla-planes tbody th,.tabla-planes tfoot th{ padding:6px 0 6px 28px; text-align:left; font-size: 20px; }
.tabla-planes tbody th.indicador{background:url(/imagenes/sitio/indicador.gif) 5px -30px no-repeat;
    font-size: 20px;
}
/*.tabla-planes tbody .row th.indicador{background:#cee1e7 url(/imagenes/sitio/indicador.gif) 5px -30px no-repeat;}
*/.tabla-planes thead th.current { background: url(/imagenes/sitio/thead-th.png) center top no-repeat; color:#FFFFFF;}
.tabla-planes td.current{ background-color:#476c91; color:#FFFFFF;}
.tabla-planes tfoot td em{ color:#cccccc;}
.tabla-planes tfoot th,.tabla-planes tfoot td{ background-color: purple; color:rgba(255,255,255,1);     border-radius: 15px;
}
.tabla-planes tfoot .current em{ color:#cccccc;}´
#contenido-adicional .tabla-planes thead th,#contenido-adicional .tabla-planes tbody th,#contenido-adicional .tabla-planes tfoot th{ padding:5px 7px;}
.tabla-planes .text-align-right{ text-align:right}
.tabla-planes .borde td,.tabla-planes .borde th{ border-top:1px solid #efefef;}
.tabla-planes .borde .current{ border-top:1px solid #69849f;}
#contenido-adicional .tabla-planes .text-align-right{padding-right:10px;}
.tabla-planes tfoot .current{ background-color:#436b80;}
.tabla-planes.table-align-right th{ max-width: 130px; font-size: 20px; width: auto; }
.tabla-planes.table-align-right td{ text-align: right; padding-right: 10px; }
.oculto{ display: none; }

.texto_planes {
 font-size:12px; padding-bottom:5px
	
}
.content_planes {
	height:auto; margin-right:auto; float: left;   width: 85%;
    margin-left: 7%;
	}
.content_us {
	height:auto; width: 18%; margin-left:0px; margin-right:0px; margin-top: 27px;  float:left; font-size:8px;
	}

#rigthh_stats {
		width: 20%;
		float:right;

}





	/* DISPOSITIVOS */	
	
		
	
	
	@media only screen and (min-width: 769px)
{
	.menud1 {
		display:block;	
}
.cbp-spmenu-s2{
	display:none;
}	

}	
	@media only screen and (max-width: 768px)
{


	 .columnasFormDirectorio {


	   margin-left:auto; margin-right:auto;
	   width: auto;
	  max-width: 350px; 

	   max-height: 200px;  


	  }

	
	#modalcountry {
	display:block;
 }
	
	#flotante {
    z-index: 10001;
    border: 5px solid #292E30;
    top: 71.75px;
    left: 5%;
    right: 5%;
    position: fixed;
    width: 80%;
    max-height: 382px;
    background-color: #fff;
     height: auto;
    overflow: scroll;
 /*	display:block;
	overflow:visible;
	margin-left: 20%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    overflow: scroll;
    max-height: 200px;
    min-width: 80%;
	  float: left;
*/	
	
 	padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
 
 	
}
	
	
	
	.content_adm {
	width:95%; float:left; padding:10px; font-size:12px;
	    margin-top: 20%;
}
	#rigthh {
	float: left;
 	 width: 90%;
	 margin-left: auto;
	 margin-right: auto;
	 margin-left: 20%;
 
}
	
	#leftt {

	width: 100%;
	height: auto;
	/*min-height:600px; nuevo estilo webauto*/
/*	padding: 5%;
*/
}

 .panelAdministrador {
	 display: ;
 
	 } 
	 
	.leftt_panelAdm {
		width: 80%;
    height: auto;
    float: left;
    max-height: 250px;
	margin-left: 10%;
	
	
}

/*
.leftt_panelAdmResp {

	width: 80%;
    height: auto;
    float: left;
    max-height: 250px;
	
} no es necesario este stilo...lo reemplaza la clase panelAministrador*/
.leftt_menuPanel {
/*	display:block;
	overflow:visible;
	margin-left: 20%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    overflow: scroll;
    max-height: 200px;
    min-width: 80%;
	  float: left;
*/	
	
	  width: 80%;
    font-size: 16px;
    overflow: scroll;
	height:auto;
    max-height: 250px;
    color: rgba(255,255,255,1);
	/* background-color:purple;
     padding-left: 15px; */
    padding: 10px;
    margin-left: 10%;
	
	padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;

}
.leftt_menuPanel a{
	
	 	/*   color: rgba(255,255,255,1);
	background-color: rgba(204,0,0,1); */
 		width:100%;
		margin-top: 5px;
 		padding: 10px 50px 10px 10px;
    border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;

}


/*#add468 {
	height: auto;
	width: 100%;
	float: right;

}*/

#head {
	height: auto;
	width: 100%;
	float:left;
	padding: 10px;
	margin-bottom:10%;


}
	
.menu-lista {
		display:none;	
}
.menud1 {
		display:none;	
}
.cbp-spmenu-s2 {
	display:block;
}	


cajaDeskRight {
		display:none;

	}
		cajaDeskLeft {
		display:none;
 
	
		}
		
	
cajaDeskTest {
	display:none;	
	
	}
.scrollbarResponsive
{
	margin-left: 20px;
    float: left;
    max-height: 150px;
    width: 80%;
    background: rgba(51,51,51,1);
    overflow-y: scroll;
    margin-bottom: 25px;
}

#section_l {
	width: 100%;
	margin-left:0%;
	
	margin-top: 10%;
	
	}
.cajaResponsive {
	width: 100%;
	margin-left:0%;
	
	margin-top: 10%;
	display:block;

}
#pie{
	position: static;
	background-color: rgba(255,255,255,1) transparent;
	width:100%;
	text-align: center;
	
	
}

	.boxs {
			
			width:100%; float:left; border: 0px; font-size: 18px;
}
.boxsForm {
			
			width:100%; float:left; border: 0px; font-size: 18px;
}

#container {

	font-size:18px;
	width:100%;

	
}
.postlista {
	font-size:18px;
	width:95%;
	margin-right:5%;
}
#content {
    font-size: 18px;
	width: 90%;
	padding-left: 20px;
	padding-right: 10px;
	margin-left:10%;
	text-align: center;
}
#content p{
    font-size: 18px;
}
#contenido_post{
    font-size:18px;  }
	
		.content_r {
		width: 100%;
		float:left;

	/*  padding-left: 20%; */

}
.fixedAd {
    position: relative;

}
.ad {
    position: relative;

}

	.share_l {
		line-height:16px;
		float:left;
		margin-left:2%;
		top:25%;
		
		}
		
  .botonslide {
	  font-size:12px;
	}
 
 #pie #etiquetaPieBottom {
	width: 100%;
	float:left;
	text-align: center;
	
}
  

 		#pie #etiquetaPieIzquierda {
	width: 100%;
		font-size: 16px; 	
		text-align: center; 
}

#pie #etiquetaMenuPie {
	width: 100%;
	font-size: 16px;
	margin-left: 0%; 
	text-align: center;
}
#pie #redes-sociales-wmp {
	width: 100%;
	font-size: 16px;
	margin-left: 0%;
	float: left;
	text-align: center;
}
#pie #redes-sociales-wmp h1 {
	padding-top: 15px;
	font-size: 16px;	float: left;
	text-align: center;

}
#pie #etiquetaPiePagos {
	width: 100%;
	font-size: 16px;
	margin-left: 0%; 	float: left;
	text-align: center;
}
#pie #etiquetaPieMapa {
	float: left;
	width: 100%;
	font-size: 16px;
	margin-left: 0%;
	color:rgba(255,255,255,1);
	text-align:center;
	height:auto;
	

}
.banner_r {
	
	margin-left: 0%;
	margin-top: 5%;
	    float: left;
	
	
	}
	
	.content_adm_pedido {
	width:100%; margin-left:auto; margin-right:auto; float:left;
}


/* menu planes liquido*/	

.tabla-planes .row td,.tabla-planes .row th{ 

	font-size: 8px;
/*background-color: #cee1e7;
*/
}
.tabla-planes thead th{
	font-weight:normal;
	background: url(/imagenes/sitio/thead-th.png) center -46px no-repeat;
	width: auto;
	max-width: 118px;
	min-height:43px;	
	height: auto;
	line-height:25px;
}
.tabla-planes thead th.indicador { background:none; height:auto; width:auto; text-align:left;}
.tabla-planes thead th.indicador span{
	background:url(/imagenes/sitio/indicador.gif) 6px top no-repeat;
	padding:1px 1px 1px 24px;
	color:#b8b8b8;
	
}
.tabla-planes th{ font-weight:normal; vertical-align:; border-radius: 25px;}
.tabla-planes td{ padding:6px 5px;}
.tabla-planes td{ text-align:center;
font-size: 8px;
}
.tabla-planes tbody th,.tabla-planes tfoot th{ padding:6px 0 6px 28px; text-align:left; font-size: 8px; }
.tabla-planes tbody th.indicador{background:url(/imagenes/sitio/indicador.gif) 5px -30px no-repeat;
    font-size: 8px;
}
/*.tabla-planes tbody .row th.indicador{background:#cee1e7 url(/imagenes/sitio/indicador.gif) 5px -30px no-repeat;}
*/.tabla-planes thead th.current { background: url(/imagenes/sitio/thead-th.png) center top no-repeat; color:#FFFFFF;}
.tabla-planes td.current{ background-color:#476c91; color:#FFFFFF;}
.tabla-planes tfoot td em{ color:#cccccc;}
.tabla-planes tfoot th,.tabla-planes tfoot td{ background-color: purple;color:rgba(255,255,255,1);     border-radius: 15px;
}
.tabla-planes tfoot .current em{ color:#cccccc;}´
#contenido-adicional .tabla-planes thead th,#contenido-adicional .tabla-planes tbody th,#contenido-adicional .tabla-planes tfoot th{ padding:5px 7px;}
.tabla-planes .text-align-right{ text-align:right}
.tabla-planes .borde td,.tabla-planes .borde th{ border-top:1px solid #efefef;}
.tabla-planes .borde .current{ border-top:1px solid #69849f;}
#contenido-adicional .tabla-planes .text-align-right{padding-right:10px;}
.tabla-planes tfoot .current{ background-color:#436b80;}
.tabla-planes.table-align-right th{ max-width: 130px; font-size: 8px; width: auto; }
.tabla-planes.table-align-right td{ text-align: right; padding-right: 10px; }
.oculto{ display: none; }

.texto_planes {
 font-size:8px; padding-bottom:5px
	
}





	
	
}

