@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #666666;
	background-color:#FFF;
	width:100%;
	height:100%;
}

a {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #ffffff;
	cursor:pointer;
	outline:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

a:active {
	text-decoration: none;
	color: #CCCCCC;
}

img{
	display:block;
	outline:none;
	border:0;
}

footer{
	background-image:url(../imagenes/bg/bg_pie.jpg);
	background-repeat:repeat-x;
}

nav{
	float:left;
	overflow:hidden;
	margin-top:20px;
}

button{
	padding:0;
	margin:0 auto;
	border:0;
	display:block;
	cursor:pointer;
}

form{
	width:100%;
	margin:0 auto;
}

form div{margin-bottom: 3%;overflow:hidden;}

form div label{
	float: left;
	width:100%;
	text-align:left;
	margin-right: 2px;
	margin-top:2px;
}

label.error{ 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

input, select, textarea {
   padding: 5px;
   border:0;
}

header{
	min-height:320px;
}

header,footer{
	width:100%;
	max-width:2000px;
	overflow:hidden;
	margin:0 auto;
}
/*********************************INDENTIFICADORES**************************************************/
#central{
	width:1100px;
	max-width:1100px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

#banner_top2{
	width:100%;
	position:fixed;
	top:25px;
	z-index:1000;
	background-color:#FFF;
	border-bottom:1px solid #1A4662;
}

#texto1_landing{
	width:925px;
	height:110px;
	margin:0 auto;
	margin-bottom:20px;
}

#texto2_landing{
	width:930px;
	height:63px;
	margin:0 auto;
}

#banner_landing{
	width:700px;
	height:290px;
	margin:0 auto;
}

#soluciones_img{
	margin-top:27px;
	width:95px;
}

#planes_img{
	width:144px;
	height:22px;
}

#blog_img{
	width:46px;
	height:22px;
}

#recursos_img{
	width:42px;
	height:23px;
}

#banner{
	position:relative;
	background-image:url(../imagenes/bg/bg_banner.png);
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;
	padding:5px;
}

#principal{
	width:100%;
	margin:25px auto;
	overflow:hidden;
	padding:5px;
}

#iconos,#pie_top{
	margin:0 auto;
	margin-top:15px;
	width:1100px;
	max-width:1100px;
	overflow:hidden;
}

#iconos{
	color:#FFF;
	margin-top:20px;
}

#logo{
	float:left;
	width:128px;
	height:40px;
	margin:5px;
	margin-top:20px;
}

#imagen_logo{
	
	margin-bottom:10px;
}

#contenido_articulo{
	float:left;
	width:57%;
	overflow:hidden;
}

#articulo{
	padding:10px;
	text-align:justify;
}

#redes{
	float:right;
	width:105px;
	height:147px;
	margin-top:50%;
	margin-right:25px;
}

#banner_top{
	z-index:1000;
}

#contenido{
	width:615px;
	overflow:hidden;
	min-height:300px;
	margin-bottom:20px;
}

#contacto{
	width:450px;
	color:#FFF;
	overflow:hidden;
	text-align:justify;
	font-size:16px;
	margin-bottom:20px;
}

#cont_formulario{
	width:95%;
	background-color:#ACACAC;
	border:solid 1px #999999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow:hidden;
	margin-top:16px;
	padding:10px;
}

#enviar_comentario{
	width:110px;
	height:62px;
	background-image:url(../imagenes/landing_page/enviar.png);
	float:left;
	background-color:#ACACAC;
}

#numeros{
	margin-top:10px;
}

#til_clientes{
	width:582px;
	height:38px;
	margin:20px auto;
}

#lista_clientes{
	margin:20px auto;
	width:1100px;
	overflow:hidden;
}

#cont_clientes{
	width:100%;
	max-width:2000px;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	background-image:url(../imagenes/bg/bg1.png);
	background-repeat:repeat-x;
	background-color:#DBDBDB;
}

#boton_sus{
	width:250px;
	height:42px;
	margin:0 auto;
}

#cont_sus,#cont_texto{
	color:#FFF;
	width:260px;
	padding:5px;
	margin-left:20px;
}

#cont_texto{
	text-align:justify;
	font-size:16px;
}

#sus_face{
	width:119px;
	height:35px;
	margin:0 auto;
}

#boton_cancelar{
	width:139px;
	height:48px;
	margin:0 auto;
}

#cabecera_sus{
	width:320px;
	height:75px;
	margin:0 auto;
}

#dialog3{
	background-color:#F4F4F4;
	border:1px solid #F4F4F4;
}
/*********************************CLASES**************************************************/
.menu{
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

.opciones_menu{
	float:left;
	height:42px;
	min-height:42px;
	padding-right:5px;
}

.separador_menu{
	background-image:url(../imagenes/varios/separador.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}

.imagen_alto{
	margin-top:22px;
}

.margen_alto{
	margin-top:10px;
}

.clear{
	clear:both;
}

.titulo1{
	margin:0 auto;
	width:50%;
	max-width:450px;
	min-width:300px;
	margin-bottom:20px;
}

.titulo2{
	width:544px;
	height:49px;
	margin:20px auto;
}

.separador{
	margin-left:15px;
}

.separador2{
	margin-right:50px;
}

.separador3{
	margin-left:20px;
}

.link{
	width:2px;
	background-image:url(../imagenes/varios/lin1.png);
	background-repeat:repeat-y;
	background-position:right;
	margin-top:10px;
	float:left;
	min-height:280px;
	height:280px;
}

.error{color:red;}

.aviso{
	font-size:12px;
	width:300px;
	margin:10px auto;
}

.efecto:hover{
    transform: translate(0px, -3px);
    -webkit-transform: translate(0px, -3px);
    -moz-transform: translate(0px, -3px);
    -o-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
}

.efecto2:hover{
	transform: scale(1.1) ;
	-webkit-transform: scale(1.1) ;
	-moz-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
	-ms-transform: scale(1.1) ;
}

.texto_centrado{
	margin-top:5px;
	text-align:center;
}

.red{
	float:left;
	margin-bottom:2px;
	width:50px;
	height:51px;
}

.red2{
	width:103px;
	height:39px;
}

.margen_red{
	margin-right:2px;
}

.margen_alto2{
	margin-top:5%;
}

.img_cuadro1,.img_cuadro2,.img_cuadro4{
	margin:30px;
}

.img_cuadro1{
	width:262px;
	height:197px;
}

.img_cuadro2{
	width:261px;
	height:183px;
}

.img_cuadro3{
	margin:25px auto;
	width:193px;
	height:222px;
}

.img_cuadro4{
	width:261px;
	height:170px;
}
.izquierda{
	float:left;
}

.derecha{
	float:right;
}

.oculta{
	display:none;
}

.cuadro{
	background-image:url(../imagenes/landing_page/recuadro_1.png);
	background-position:center center;
	width:615px;
	height:270px;
	overflow:hidden;
}

.titulo_cuadro{
	margin-top:13%;
	margin-bottom:0;
	font-size:20px;
	color:#999;
}

.resumen{
	font-size:14px;
	color:#999;
}

.contenido_cuadro{
	width:270px;
	overflow:hidden;
	text-align:left;
	margin-left:10px;
}

.cont_imagen{
	width:300px;
	overflow:hidden;
}

.botones_links{
	width:208px;
	height:43px;
	margin-top:10px;
}

.sintop{
	top:0;
}

/*********************************COMBINADOS**************************************************/
.clientes,#boton_sus{
	width:100%;
}
#iconos li{
	float:left;
}

#contacto h1{
	margin:5px;
	font-size:24px;
}

#lista_clientes li{
	width:167px;
	height:118px;
}

#cont_sus h4{
	text-align:center;
	margin:10px;
}

#banner_top2 div{
	width:1100px;
	overflow:hidden;
	margin:0 auto;
	margin-top:5px;
}

/*************Tamaño no superior 1500px*********************/
@media only screen and (max-width:1500px) {
	#banner_top2{
		top:0;
	}
	
}