@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	
}
body{
line-height:1;
}
ol,ul{
	list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
content:''; 
content:none;
}
 
/*remembertodefinefocusstyles!*/
:focus{
outline:0;
}
 
/*remembertohighlightinsertssomehow!*/
ins{
text-decoration:none;
}
del{
text-decoration:line-through;
}
 
/*tablesstillneed'cellspacing="0"'inthemarkup*/
table{
border-collapse:collapse;
border-spacing:0;
}

/*===========*/
/*=Maquetación */
/*===========*/


body{
	background-color: #19262D;
	background-image: url(../imagenes/top_bg.png);
	background-repeat: repeat-x;
}

#contenedor{
	width: 100%;
	margin: auto;
}

/*------------------- HEADER ----------------------*/

#header{
	height: 597px;


	width:width:100%;
	margin: auto;
	background: #f4f5f0 url(../imagenes/top_bg.png) repeat-x center top;
}

#contenedor_header{
	height: 597px;
	width: 960px;
	margin: auto;
	background: url(../imagenes/top_bg.png) repeat-x center top;
}

#header1{
	height: 180px;


	width:width:100%;
	margin: auto;
	background: #f4f5f0 url(../imagenes/top_bg.png) repeat-x center top;
}

#contenedor_header1{
	height: 180px;
	width: 960px;
	margin: auto;
	background: url(../imagenes/top_bg.png) repeat-x center top;
}

h1{
	background: url(../imagenes/h1.png) no-repeat;
	width:470px;
	height:110px;
	float: left;
	margin: 10px 0px 0px 0px;
}

h1 a{
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.erp{
	width:161px;
	height:79px;
	float:right;
	margin-right:10px;
	background-image:url(../imagenes/erp_btn.jpg);
	background-repeat:no-repeat;	 	
}

.erp:hover{
	
	background-image:url(../imagenes/erp_btn_color.jpg);
	background-repeat:no-repeat;	 	
}

.search{
	width:255px;
	height:25px;
	float:left;	
	margin-top:53px;
	margin-left:55px;	
}


#nav_top{
	float:left;
	width: 960px;
	height:60px;
	background-color:#FFF;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); 
	font-family: 'Armata', sans-serif;
}


.boton_top {
	float: left;
	display: block;
	color:#636363;
	text-decoration:none;
	padding: 23px 20px 22px 20px;
	font-size:15px;
	height:15px;	
}

.boton_top:hover{
	color:#fff;
	background-color:#19262D;
	
}

#slider{
	float:left;
	width: 960px;
	height:413px;
	
	
}

  /* Root = Horizontal, Secondary = Vertical */


ul#menu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 35px;
  z-index:100;
}
ul#menu li{
	padding:18px 5px 7px 5px;	
}
ul#menu li:hover{
	background-color:#19262D;	
}

ul#menu  ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 230px;
  list-style: none;
  display: none;
  position: absolute;
  top: 60px;  
  background: #19262D;
  border: none;
  
}

ul#menu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menu ul li {
  width: 150px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  padding:5px;
  background-color:#314f5b;
  height:25px;  
  width: 230px;
}

/* Root Menu */
ul#menu a {
  padding: 5px 15px 5px ;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #636363;
  text-decoration: none;  
  font-family: 'Armata', sans-serif;
  font-size:15px;
  
/*  border-right:1px solid #818181;*/
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#menu a:hover,
ul#menu li:hover a,
ul#menu li.iehover a {
color: #fff;

}

ul#menu ul ul,
ul#menu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 150px;
}



ul#menu li:hover ul,
ul#menu ul li:hover ul,
ul#menu ul ul li:hover ul,
ul#menu li.iehover ul,
ul#menu ul li.iehover ul,
ul#menu ul ul li.iehover ul {
  display: block;
  
}
ul#menu .selected{
	color: #003300;
}

.descargas_serv {
	width:305px;
	height:13px;
	float:right;
	background-color:#228bba;
	margin-bottom:-20px;
	color:#FFF;	
	font-size:13px;
	font-family: 'Armata', sans-serif;
	padding:11px;
	background-image:url(../imagenes/descarga_flecha.png);
	background-repeat:no-repeat;
	background-position:303px center;
	text-decoration:none;
}

.descargas_serv:hover {	
	background-color:#19262d;
	
}

/*------------------- PRINCIPAL ----------------------*/

#principal{
	height: 100%;
	width: 100%;
	margin: auto;
	overflow: hidden;
	background: #f4f5f0;
}


#contenedor_principal{
	height:100%;
	width:960px;
	margin:auto;	
}

#columna{
	margin:25px 20px 10px 0;
	height:537px;
	width:545px;
	float:left;
	background-color:#fff;
	border:#E2E2E2 1px solid;
	padding:40px 40px 23px 35px;
	background-image:url(../imagenes/borde.jpg);
	background-repeat:no-repeat;
	background-position:center 322px;
}

#columna1{
	margin: 25px 20px 10px 0;
	height: 100%;
	width: 880px;
	float: left;
	background-color: #fff;
	border: #E2E2E2 1px solid;
	padding: 40px;
	background-image: url(../imagenes/quienes.jpg);
	background-repeat: no-repeat;
	background-position: 0px 22px;
	
}

#columna2{
	margin:25px 20px 10px 0;
	height:100%;	
	width:880px;
	float:left;
	background-color:#fff;
	border:#E2E2E2 1px solid;
	padding:40px;
}
#columna3 {
	margin: 25px 20px 10px 0;
	height: 100%;
	width: 880px;
	float: left;
	background-color: #fff;
	border: #E2E2E2 1px solid;
	padding: 40px;
}

#columna2_rtdo {
	margin: 25px 20px 10px 0;
	height: 100%;
	width: 880px;
	float: left;
	background-color: #fff;
	border: #E2E2E2 1px solid;
	padding: 40px;
	overflow: hidden;
}


#nav_servicios{
	float:left;
	width: 960px;
	height:25px;
	background-color:#19262D;	
	font-family: 'Armata', sans-serif;
}

.boton_servicios {
	float: left;
	display: block;
	color:#C1C1C1;
	text-decoration:none;
	padding: 7px 15px 0px 18px;
	font-size:13px;
	height:18px;	
}

.boton_servicios:hover{
	color:#fff;	
	
}


#contenido{	
	height:312px;
	width:545px;
	float:left;		
}

#contenido2{	
	height:100%;
	width:880px;
	float:left;
}

#contenido_clientes{	
	height:100%;
	overflow:hidden;
	width:500px;
	float:left;	
}

#contenido_clientes1{	
	height:100%;
	overflow:hidden;
	width:353px;
	float:right;	
	
}

#mapa_clientes{	
	height:520px;	
	width:337px;
	float:right;
	border:#19262D solid 8px;	
}



#foto1{	
	height:260px;
	width:147px;
	float:left;
	margin-right:20px;
}

#wms{	
	height:100px;
	width:147px;
	float:left;
	margin-right:20px;	
	background-image:url(../imagenes/logo_wms.png);
	background-repeat:no-repeat;
}

#adl{	
	height:100px;
	width:147px;
	float:left;
	margin-right:20px;	
	background-image:url(../imagenes/logo_adl.png);
	background-repeat:no-repeat;
}

#marca1{	
	height:100px;
	width:147px;
	float:left;
	margin-right:20px;	
	background-image:url(../imagenes/erp_bg.png);
	background-repeat:no-repeat;
}

#marca2{	
	height:100px;
	width:170px;
	float:left;
	margin-left:-5px;
	margin-top:100px;	
	background-image:url(../imagenes/micro.png);
	background-repeat:no-repeat;
	background-position: -15px 0px
}

#marca3{	
	height:100px;
	width:147px;
	margin-top:275px;
	float:left;
	margin-left:10px;	
	background-image:url(../imagenes/desarrollo.png);
	background-repeat:no-repeat;
}

#marca4{	
	height:100px;
	width:147px;
	margin-top:60px;
	float:left;
	margin-left:10px;	
	background-image:url(../imagenes/herramientas.png);
	background-repeat:no-repeat;
}

#marcas{	
	width:170px;
	float:left;	
	margin-top:55px;
	margin-left:-10px;	
}

#marcasa{	
	width:182px;
	float:left;	
	margin-top:0px;
	margin-left:-30px;
	margin-right:15px;
	text-align:right;
	line-height:19px;	
}

#texto{	
	height:auto;
	width:375px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#828282;
	font-size:13px;
	line-height:17px;
}

#texto1{	
	height:auto;
	width:700px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#828282;
	font-size:13px;
	line-height:17px;	
}

#texto2{	
	height:auto;
	width:581px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#828282;
	font-size:13px;
	line-height:17px;	
}

#flag{	
	background-color:#228BBA;
	float:left;
	font-family: 'Armata', sans-serif;
	color:#FFF;
	font-size:19px;
	padding: 9px 12px 17px 20px;
	margin-left: -46px;
	background-image:url(../imagenes/flag_btm.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;		
}

.flag1{	
	background-color:#228BBA;
	float:left;
	font-family: 'Armata', sans-serif;
	color:#FFF;
	font-size:19px;
	padding: 9px 12px 17px 20px;
	margin-left: -217px;
	background-image:url(../imagenes/flag_btm.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;		
}

#flag2{	
	background-color:#228BBA;
	float:left;
	font-family: 'Armata', sans-serif;
	color:#FFF;
	font-size:19px;
	padding: 9px 12px 17px 20px;
	margin-left: -210px;
	background-image:url(../imagenes/flag_btm.jpg);
	background-repeat: no-repeat;
	background-position:bottom left;		
}


#partners{
	margin-top:30px;
	margin-bottom:20px;	
	height:200px;
	width:545px;
	float:left;	
}


#partners_cont{	
	height:175px;
	width:545px;
	float:left;	
}

.partner{	
	height:175px;
	width:162px;
	float:left;	
	margin-right:29px	
}

.partner1{	
	height:175px;
	width:162px;
	float:left;	
}

.text_partner{
	height: 65px;
	width: 143px;
	float: left;
	background-color: #F4F5F0;
	border: 1px #E2E2E2 solid;
	color: #19262D;
	padding: 14px 12px;
	text-align: justify;
	margin-left: 5px;
	margin-top: 10px;
	font: 15px/20px 'Armata', sans-serif;
	text-decoration: none;
		
}

.text_partner1{
	height: 65px;
	width: 120px;
	float: left;
	background-color: #F4F5F0;
	border: 1px #E2E2E2 solid;
	color: #19262D;
	padding: 14px 20px;
	text-align: justify;
	margin-left: 5px;
	margin-top: 10px;
	font: 15px/20px 'Armata', sans-serif;
	text-decoration: none;
		
}

.text_partner2{
	height: 45px;
	width: 90px;
	float: left;
	background-color: #F4F5F0;
	border: 1px #E2E2E2 solid;
	color: #19262D;
	padding: 24px 30px;
	text-align: justify;
	margin-left: 5px;
	margin-top: 10px;
	font: 15px/20px 'Armata', sans-serif;
	text-decoration: none;
		
}

#novedades{
	height:599px;
	width:317px;
	float:left;
    margin-top:25px;
	background-color:#19262D;		
}

.presupuesto{
	height:89px;
	width:317px;
	float:left;
	margin-bottom:13px;	
	margin-top:25px;
	background-image:url(../imagenes/presupuesto.png);
	background-repeat:no-repeat;	
}

.presupuesto:hover{
	background-image:url(../imagenes/presupuesto1.png);
	background-repeat:no-repeat;
		
}

#tit_novedades{
	height:29px;
	width:298px;
	float:left;
	padding: 11px 0 0 19px;
	font-family: 'Armata', sans-serif;
	color:#FFF;
	font-size:19px;	
}

#cont_novedades{
	height:539px;
	width:301px;
	float:left;
	background-color:#fff;
	margin:0 8px 8px 8px;	
}

#clientes{
	height:120px;
	width:902px;
	float:left;
	background-color:#fff;
	border:#E2E2E2 1px solid;
	padding:10px 20px 10px 35px;
	margin-bottom:15px;
	
}

#info_clientes{
	height:120px;
	width:145px;
	float:left;
	padding:0px 20px 10px 35px;	
	margin-left:-35px;	
}

#slider_clientes{
	height:120px;
	width:680px;
	float:left;	
	margin-left:20px;		
}

#text_clientes{	
	height:50px;
	width:136px;
	float:left;
	background-color:#F4F5F0;
	border:1px #E2E2E2 solid;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	font-size:12px;
	line-height:16px;
	padding: 10px 8px;
	text-align:justify;
	margin-left:5px;
	margin-top:0px;
		
}

#opiniones{
	height:146px;
	width:565px;
	float:left;
	background-color:#fff;
	border:#E2E2E2 1px solid;
	padding:10px 20px 20px 35px;
	margin: 0px 20px 30px 0;	
}

#tit_opiniones{	
	float:left;
	padding: 15px 0 0 0px;
	font-family: 'Armata', sans-serif;
	color:#228BBA;
	font-size:24px;	
}

#slider_opiniones{
	height:100px;
	width:500px;
	float:left;	
	margin-left:30px;
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	color:#999;
	font-size:12px;
	line-height:15px;
	text-align:justify;		
}

.slider_opiniones{	
	font-family: 'Armata', sans-serif;
	color:#19262D;
	font-size:11px;
	line-height:13px;
	text-align: right;		
}

#social{
	height:176px;
	width:315px;
	float:left;
	background-color:#19262D;
	margin-top:0px;	
}

#tit_social{
	height:35px;
	width:298px;
	float:left;
	padding: 15px 0 0 19px;
	font-family: 'Armata', sans-serif;
	color:#FFF;
	font-size:19px;	
}

#cont_social{
	height:126px;
	width:314px;
	float:left;
	background-color:#fff;
	border:#E2E2E2 1px solid;
	display:block;	
}

.face_social{
	height: 26px;
	padding: 15px 15px 0 0;
	width: 299px;
	float: left;
	color: #828282;
	text-align: right;
	border-bottom: 1px solid #E2E2E2;
	background-image: url(../imagenes/face.jpg);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	display: block;
	font: 12px 'Open Sans', sans-serif;
	text-decoration: none;
}
.twit_social{
	height: 26px;
	padding: 15px 15px 0 0;
	width: 299px;
	float: left;
	color: #828282;
	text-align: right;
	border-bottom: 1px solid #E2E2E2;
	background-image: url(../imagenes/twit.jpg);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	display: block;
	font: 12px 'Open Sans', sans-serif;
	text-decoration: none;
}
.link_social{
	height: 26px;
	padding: 15px 15px 0 0;
	width: 299px;
	float: left;
	color: #828282;
	text-align: right;
	background-image: url(../imagenes/link.jpg);
	background-repeat: no-repeat;
	background-position: 15px 6px;
	display: block;
	font: 12px 'Open Sans', sans-serif;
	text-decoration: none;
}


.oculto { display:none }


/*------------------- FOOTER ----------------------*/

#footer{
	height: 100%;
	width: 100%;
	margin: auto;
	background-color: #19262D;
	border-top: #000 solid 8px;
	display: inline-block;
	
	
}

#contenedor_footer{
	height:150px;
	width:1000px;
	margin:auto;	
}

.copy{
	font-family: 'Armata', sans-serif;
	color:#939393;
	font-size:19px;
	line-height: 30px;
	
}

#copy{
	width: 1000px;
	height:60px;
	float:left;
	margin:10px auto auto auto;
	color: #5F7177;
	font-size:11px;	
	text-align: center;	
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}
#copy a {
	color: #5F7177;
	text-decoration: none;
	
}
#copy a:hover,a:active{
  color: #aaa;
}

#social_footer{
	width: 330px;
	height:50px;
	float:left;
	margin:-60px auto auto auto;
	color: #5F7177;
	font-size:11px;	
	text-align: center;	
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
}

#tit_social_footer{
	text-align:left;
	height:35px;
	width:140px;
	float:left;
	padding: 2px 0 0 22px;
	font-family: 'Armata', sans-serif;
	color:#FFF;
	font-size:19px;	
}

.social_footer1{
	width: 30px;
	height:30px;
	float:left;
	margin-left:7px;
	
}

/*------------------- LOGIN ----------------------*/

.input-box { 
	width:174px; 
	height:23px; 
	float:left; 
	margin-top:18px; 
	margin-left:120px;	
}

.input-box input { 
	width:70px; 
	height:19px; 
	float:left; 	
	border:#E2E2E2 1px solid;
	padding-left:15px;
	color:#969696;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.btn-login { 
	float:left; 
	margin-top:17px; 
}


/* FORMULARIO */

#container {
	width: 570px;
	height:410px;
	float: left;
	margin-left: 0px;
	text-align: left;
	text-decoration: none;
	color:#de4139;	
	font-size:16px;
	
}

#formulario {	
	width:477px;
}

#formulario label {
	text-align: left;
	font-size: 16px;	
	font-family: 'Armata', sans-serif;
	color:#228BBA;
}

#formulario input[type=text], textarea {	
	border: 1px solid #E2E2E2; 
	color: #19262D;
	font-family: inherit;
	font-size: inherit;	
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	background-color:#F4F5F0;
	width:477px;
	padding: 7px 3px;
	margin-bottom: 10px;
	margin-top: 5px;	
		
}

#formulario input[type=submit] {
	border: none;
	text-decoration: none;		
	float: left;
	height: 36px;
	width: 81px;
	margin-top: 10px;
	margin-right: 10px;
	display: block;
	font-size:15px;
	padding-top: 0px;
	padding-left: 4px;
	color:#fff;
	font-family: 'Armata', sans-serif;
	text-decoration:none;
	background-color:#19262D;	
}

#formulario input[type=submit]:hover {
	background-color:#228BBA;
	color:#fff;
}

#validar-nombre, #validar-correo, #validar-sitio, #validar-mensaje {
	position: absolute;
	width: 100px;
	margin-top: 5px;
	font-size: 13px;
}

#validar-nombre img, #validar-correo img, #validar-mensaje img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.advertencia {
	font-size: 13px;
	line-height:45px;
	font-family: 'Open Sans', sans-serif;
	color:#666;
	
}

.celeste {	
	color:#228BBA;
	
}

.celeste_grande {	
	color:#228BBA;
	font-family: 'Armata', sans-serif;	
	font-size:19px;
	
}

#respuesta, #cargando {	
	color:#228BBA;
	font-size: 13px;
	line-height:45px;
	
}

.azul {	
	color:#19262D;
	font-family: 'Armata', sans-serif;	
	font-size:15px;	
}

.azul1 {	
	color:#19262D;
	font-family: 'Armata', sans-serif;	
	font-size:14px;
	padding:27px 0 10px 0;
}

.flecha {	
	font-weight:600;
	background-image: url(../imagenes/flechita.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;	
}

.flecha1 {	
	background-image: url(../imagenes/flechita.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;	
}

.flecha2 {	
	background-image: url(../imagenes/flechita2.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;	
}

.flecha_verde {	
	background-image: url(../imagenes/ok_verde.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;	
}

.ok {	
	background-image: url(../imagenes/ok.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;	
}

.ok2 {	
	background-image: url(../imagenes/ok2.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;	
}

.gris {	
	color:#474747;
	font-family: 'Armata', sans-serif;	
	font-size:13px;	
}

.titulo_flechas {	
	color:#19262D;
	font-family: 'Armata', sans-serif;	
	font-size:15px;
	background-image: url(../imagenes/flechitas.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:25px;	
}

.titulo_flechas2 {	
	color:#19262D;
	font-family: 'Armata', sans-serif;	
	font-size:15px;
	background-image: url(../imagenes/flechitas2.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:25px;	
}

.titulo_flechas1 {	
	color:#19262D;
	font-family: 'Armata', sans-serif;	
	font-size:15px;
	background-image: url(../imagenes/flechitas1.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:25px;	
}

.subtit {	
	color:#828282;
	font-family: 'Open Sans', sans-serif;		
	font-size:17px;
	font-weight:600;	
}

.amarillo {	
	color:#D5A329;
		
}

#implementacion {	
	height:308px;
	width:734px;
	background-image:url(../imagenes/implementacion.png);
	background-repeat:no-repeat;		
}

.analisis {	
	height:76px;
	width:146px;
	float:left;					
}

.diseno {	
	height:76px;
	width:146px;
	float:left;
			
}

.configuracion {	
	height:76px;
	width:146px;
	float:left;
			
}
.puesta {	
	height:76px;
	width:146px;
	float:left;
			
}
.apoyo {	
	height:76px;
	width:146px;
	float:left;
			
}

.valid {
	margin-top:17px;	
	height:43px;
	width:378px;
	float:left;
			
}

.redis {
	margin-top:16px;	
	height:43px;
	width:735px;
	float:left;
			
}

.admin {
	margin-top:14px;	
	height:43px;
	width:378px;
	float:right;
			
}

.control {
	margin-top:13px;	
	height:43px;
	width:735px;
	float:left;
			
}

/* FORMULARIO PIE */


#form{
	background-color:#EAEAEA;
	width:503px;	
	height:900px;
	margin:auto;
	font-family: 'Open Sans', sans-serif;
	color:#595959;		
	font-size:13px;
	padding:35px;	
}


#formulario-pie {	
	padding-top: 0.6em;	
	margin-left: 0px;
	width:503px;	
	height:900px;
	margin:auto;
	color:#228BBA;
	font-family: 'Armata', sans-serif;	
	font-size:16px;
	line-height:20px;
}


.texto{
	padding-top:60px;	
	width:251px;
	height:88px;	
}
.texto2 {
	padding-top: 85px;
	width: 251px;
	height: 88px;
}
.texto55 {
	padding-top: 25px;
	width: 251px;
	height: 30px;
}



.datos{
	padding-top:55px;
	padding-right:10px;	
	width:241px;
	height:93px;
	background-image: url(../imagenes/datos.png);
	background-repeat:no-repeat;
	background-position:top left;	
}

.datos1{	
	padding-top:55px;
	padding-left:10px;	
	width:241px;
	height:93px;		
	margin-top:-148px;
	margin-left:251px;
	background-image: url(../imagenes/datos.png);
	background-repeat:no-repeat;
	background-position:top right;
		
}

.datos2{
	margin-top:60px;
	padding-top:55px;	
	width:251px;
	height:93px;
	background-image: url(../imagenes/datos1.png);
	background-repeat:no-repeat;
	background-position:top left;	
}

.datos3{
	margin-top:60px;	
	padding-top:55px;	
	width:251px;
	height:93px;		
	margin-top:-148px;
	margin-left:251px;
	background-image: url(../imagenes/datos1.png);
	background-repeat:no-repeat;
	background-position:top right;
		
}

.datos4{
	margin-top:60px;
	padding-top:55px;	
	width:251px;
	height:93px;
	background-image: url(../imagenes/cotizar.png);
	background-repeat:no-repeat;
	background-position:top left;	
}

.datos5{
	margin-top:60px;	
	padding-top:55px;	
	width:251px;
	height:93px;		
	margin-top:-148px;
	margin-left:251px;
	background-image: url(../imagenes/cotizar.png);
	background-repeat:no-repeat;
	background-position:top right;
		
}

.texto1{	
	padding-top:60px;	
	width:251px;
	height:88px;		
	margin-top:-148px;
	margin-left:251px;
		
}

#modulos{
	
	font-size: 13px;
	color: #333;	
	width: 230px;	
	padding: 3px 0 2px 0;
	border: 1px solid #E2E2E2;
	background-color:#fff;
	
}
#modulos2 {
	font-size: 13px;
	color: #333;
	width: 230px;
	padding: 3px 0 2px 0;
	border: 1px solid #E2E2E2;
	background-color: #fff;
}



#formulario-pie input[type=text], #mensaje1 {	
	padding: 3px 0 2px 0;
	border: 1px solid #E2E2E2; 
	color: #333;
	font-family: inherit;
	font-size: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color:#fff;
	width:230px;	
}

 #mensaje1 {
	width: 480px;
}



#formulario-pie input[type=submit] {
	border: none;
	margin-right: 1em;
	text-decoration: none;
	font-family: 'Armata', sans-serif;
	font-size:14px;
	color: #fff;
	margin-top: 15px;
	margin-left:0px;
	background-color: #324F5B;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
	background-image:url(../imagenes/enviar.png);
	background-repeat:no-repeat;
	background-position:8px 9px;
}

#formulario-pie input[type=submit]:hover {
	cursor: pointer;
	background-color: #333;}
	
.enviar{
	margin-top: 60px;	
	
}
.leyenda{
	font-size: 11px;
	font-style: italic;
	color: #333;
	margin-bottom: -25px;
	padding-top: 5px;
	font-family: 'Open Sans', sans-serif;
}





	
	
	
