@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed');

@media screen and (min-width: 769px) 
{
	input[type=text]
	{
		width: 80%;
		padding: 10px;
		display: inline-block;
		border: none;
		background: #f1f1f1;
		/*background-image:url(images/masinfo-user.png);*/
		background-attachment: inherit;
		background-position: right 20px top 7px;
		background-repeat: no-repeat;
	}
	input[type=password]
	{
		width: 80%;
		padding: 10px;
		display: inline-block;
		border: none;
		background: #f1f1f1;
		/*background-image:url(images/psw_login.png);*/
		background-attachment: inherit;
		background-position: right 20px top 5px;
		background-repeat: no-repeat;
	}
	.encabezado a
	{
		font-family: 'Myriad Pro';
		color:#FFF;
		font-size:1vw;
	}
	.encabezado a:hover
	{
		color:#FFF;
	}
	.foto
	{
		background: url(images/pic01.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: right top;
		background-attachment: fixed;
	}
	#login a
	{
		color:#6c91ab;
		text-decoration:none;
		font-size:11px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#login a:hover
	{
		color:#aacbe3;
		font-weight:bold;
	}
	#logo
	{
		width:50%;
	}
	.rgb_encabezado
	{
		background-color: rgba(255, 255, 255, 0.4); 
		color: rgba(255, 255, 255, 0.4);
	}
	#cel
	{
		display:none;
	}
	.menu a
	{
		font-family: 'Barlow Condensed', sans-serif;
		font-size:1.8vw;
		font-weight:500;
		color: rgb(110, 142, 161);
		text-decoration:none;	
	}
	.menu a:hover
	{
		ffont-family: 'Barlow Condensed', sans-serif;
		font-size:1.8vw;
		font-weight:500;
		text-decoration:none;
		background: #FF7428; color: white;	
	}
	#entrar
	{
		width:50%;
	}
	.botones_servicios img
	{
		position:relative;
		top: 0px;
		width:100%;
		cursor:pointer;
		border-style:none;
	}
	.foo 
	{    
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 10px 10px 5px -8px rgba(31,31,31,0.43);
		-moz-box-shadow: 10px 10px 5px -8px rgba(31,31,31,0.43);
		box-shadow: 10px 10px 5px -8px rgba(31,31,31,0.43);
	}
	.foo
	{
		width:90%;
	}
	#titulo_servicios
	{
		font-family: 'Barlow Condensed', sans-serif;
		font-size:3.3vw;
		color:#FFF;
	}
	#calculadora
	{
		width:7%;
	}
	.texto_servicios
	{
		color:#FFF;
		font-size:1vw;
		font-weight:500;
	}
	.pie_servicios
	{
		font-family: 'Barlow Condensed', sans-serif;
		font-size:1.5vw;
		color:#FFF;
	}
	#palomitas
	{
		width:3%;
	}
	.texto_clientes
	{
		font-family: 'Myriad Pro';
		font-size:1vw;
		color: rgb(110, 142, 161);
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
		text-align:justify;
	}
	.clientes img
	{
		width:70%;
	}
	#capitolio
	{
		width:45%;
	}
	.img_alianza
	{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.img_alianza
	{
		width:90%;
	}
	.textos input[type=text]
	{
		width:100%;
		height:42px;
		border:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		font-weight:lighter;
		padding-left:10px;
		color:#CCC;
	}
  .textos_area
	{
		width:80%;
		height:42px;
		border:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		font-weight:lighter;
		padding-left:10px;
		color:#CCC;
		height:100px;
		background-color:#f1f1f1;
	}
	.textos input[type=text]
	{
		width:100%;
		border:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		font-weight:lighter;
		padding-left:10px;
		color:#CCC;
	}
  .textos_area
	{
		width:80%;
		border:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		font-weight:lighter;
		padding-left:10px;
		color:#CCC;
		height:100px;
		background-color:#f1f1f1;
	}
	.contacto img
	{
		width:65%;
	}
	.tabla_contacto
	{
		width:80%;
	}
	#icono_contacto img
	{
		width:26%;
	}
	#campos
	{
		font-family: 'Myriad Pro';
		font-size:1vw;
		color:#FFFFFF ;
	}
	#enviar
	{
		width:25%;
	}

}
@media screen and (max-width: 768px) 
{
	.encabezado a
	{
		font-family: 'Myriad Pro';
		color:#FFF;
		font-size:3vw;
	}
	.encabezado a:hover
	{
		color:#FFF;
	}
	#login a
	{
		color:#6c91ab;
		text-decoration:none;
		font-size:11px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	#login a:hover
	{
		color:#aacbe3;
		font-weight:bold;
	}
	#logo
	{
		width:50%;
	}
	.menu_r a
	{
		font-family: 'Barlow Condensed', sans-serif;
		font-size:3vw;
		font-weight:500;
		color: rgb(110, 142, 161);
		text-decoration:none;	
	}
	.menu_r a:hover
	{
		ffont-family: 'Barlow Condensed', sans-serif;
		font-size:3vw;
		font-weight:500;
		text-decoration:none;
		background: #FF7428; color: white;	
	}
	input[type=text]
	{
		width: 100%;
		padding: 5px;
		display: inline-block;
		border: none;
		background: #f1f1f1;
		background-attachment: inherit;
		background-position: right 20px top 7px;
		background-repeat: no-repeat;
	}
	input[type=password]
	{
		width: 100%;
		padding: 5px;
		display: inline-block;
		border: none;
		background: #f1f1f1;
		background-attachment: inherit;
		background-position: right 20px top 5px;
		background-repeat: no-repeat;
	}
	#entrar
	{
		width:25%;
	}
	#pc
	{
		display:none;
	}
	.botones_servicios img
	{
		position:relative;
		top: 0px;
		width:50%;
		cursor:pointer;
		border-style:none;
	}
	.foo 
	{    
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 10px 10px 5px -8px rgba(31,31,31,0.43);
		-moz-box-shadow: 10px 10px 5px -8px rgba(31,31,31,0.43);
		box-shadow: 10px 10px 5px -8px rgba(31,31,31,0.43);
	}
	.foo
	{
		width:100%;
	}
	#titulo_servicios
	{
		font-family: 'Barlow Condensed', sans-serif;
		font-size:8vw;
		color:#FFF;
	}
	#calculadora
	{
		width:7%;
	}
	.texto_servicios
	{
		color:#FFF;
		font-size:3.5vw;
		font-weight:300;
	}
	.pie_servicios
	{
		font-family: 'Barlow Condensed', sans-serif;
		font-size:4.5vw;
		color:#FFF;
	}
	#palomitas
	{
		width:4%;
	}
	.foto
	{
		background: url(images/pic01.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: right top;
		background-attachment: fixed;
	}
	.texto_clientes
	{
		font-family: 'Myriad Pro';
		font-size:3.5vw;
		color: rgb(110, 142, 161);
		text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
		text-align:justify;
	}
	.clientes img
	{
		width:50%;
	}
	#capitolio
	{
		width:25%;
	}
	.img_alianza
	{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.img_alianza
	{
		width:90%;
	}
	.textos input[type=text]
	{
		width:100%;
		height:60px;
		border:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		font-weight:lighter;
		padding-left:10px;
		color:#CCC;
	}
  .textos_area
	{
		width:100%;
		height:42px;
		border:none;
		font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
		font-weight:lighter;
		padding-left:10px;
		color:#CCC;
		height:100px;
		background-color:#f1f1f1;
	}
	.contacto img
	{
		width:100%;
	}
	.tabla_contacto
	{
		width:100%;
	}
	#icono_contacto img
	{
		width:37%;
	}
	#campos
	{
		font-family: 'Myriad Pro';
		font-size:3vw;
		color:#FFFFFF ;
	}
	#enviar
	{
		width:30%;
	}
}