@charset "UTF-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4c4c4c;
}
a{
	text-decoration:none;
	color:inherit;
	}

h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 34px;
	margin-bottom: 0px;
	color: #333;
}
label {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 14px;
}
input {
	margin-bottom: 10px;
}
#encabezado {
	height: 101px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.light {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.texto p, #texto p {
	font-size: 14px;
	color: #333;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
}
#imagenes {
	float: left;
	width: 410px;
	height: 356px;
	padding-top: 200px;
	padding-left: 60px;
	background-image: url(../imagenes/executives.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#imagenes_contacto {
	float: left;
	width: 470px;
	height: 451px;
	padding-top: 105px;
}
#mapa {
}
#imagenes_soporte {
	float: left;
	width: 410px;
	height: 356px;
	padding-top: 200px;
	padding-left: 60px;
	background-image: url(../imagenes/soporte.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#encabezado_fondo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo_encabezado.gif);
	background-repeat: repeat-x;
}
#nav_fondo {
	height: 22px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo_menu.gif);
	background-repeat: repeat-x;
}
#nav {
	height: 22px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
}
#nav ul {
	padding: 0px;
	list-style-type: none;
	height: 22px;
	width: 769px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 231px;
}
#contenidos {
	background-repeat: no-repeat;
	height: 556px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contenidos_productos {
	background-image: url(../imagenes/textura_contenido.png);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.page {
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: 500px;
	float: left;
}
#nav li {
	float: left; height:22px; line-height:20px;
}
#nav a {
	text-align: center;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: lighter;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	-webkit-transition: all 500ms ease-in 0s;
	-moz-transition: all 500ms ease-in 0s;
	-ms-transition: all 500ms ease-in 0s;
	-o-transition: all 500ms ease-in 0s;
	transition: all 500ms ease-in 0s;
}

#contenedor {
	width: 100%;
	background: url(../imagenes/fondo_contenido.gif) repeat-x top;
	background-repeat: repeat;
	height: 556px;
}
#contenedor_productos {
	width: 100%;
	background:url(../imagenes/fondo_contenido.gif) repeat-x top #fff;
	float: left;
	margin: 0px;
	padding: 0px;
}
#all_pages {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.texto {
	padding-left: 45px;
	font-size: 13px;
	padding-top: 32px;
	margin-top: 6px;
}
.texto p {
	text-align: justify;
	margin-top: 0px;
}
.texto h1 {
	margin-bottom: 5px;
}
#banner {
	height: 556px;
	width: 560px;
	float: left;
}
#izquierdo {
	height: 556px;
	width: 530px;
	float: left;
}
.informacion {
	float: left;
	width: 400px;
	height: 556px;
	background-image: url(../imagenes/linea.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 20px;
}
	#pie {
	width:100%;
	height:158px;
	background-color:#529CBE;
}
#contentpie {
	margin: auto;
	width: 1000px;
	height: 158px;
}
#todopie {
	padding-top:30px;
	height:100px;
}
#menupie {
	float: right;
	width: 560px;
	height: 35px;
	font-family: Verdana, Geneva, sans-serif;
}
#menupie ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menupie li  {
	margin: 0px;
	padding: 0px;
	float: right;
}
#menupie a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f3f3f3;
	padding: 7px;
	text-decoration: none;
	text-align: center;
	margin-right: 0px;
	height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-transition: all 500ms ease-in 0s;
	-moz-transition: all 500ms ease-in 0s;
	-ms-transition: all 500ms ease-in 0s;
	-o-transition: all 500ms ease-in 0s;
	transition: all 500ms ease-in 0s;
}
.separador {
	background-image: url(../imagenes/separador.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#pietres{
	margin-right:7px;
	float:right;
	height:30px;
	width:700px;
	display:block;
}
.sitepie{
	color:#9db0bb;
}
#izquierda {
	float:left;
}
.texto_pie {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
}
#nav a:hover {
	color: #333;
}
#menupie a:hover {
	color: #F90;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clear {
	clear: both;
}
.producto {
	float: left;
	height: 157px;
	width: 296px;
	background-image: url(../imagenes/fondo_productos.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 20px;
	margin-left: 17px;
	margin-bottom: 10px;
}
.imagen_producto {
	float: left;
	height: 157px;
	width: 149px;
}
.info_producto {
	float: left;
	height: 105px;
	width: 137px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #221E20;
	font-size: 13px;
	padding-right: 10px;
	padding-top: 30px;
	overflow: hidden;
	position: relative;
}

.info_producto h1 {
	font-size: 11px;
	color: #529CBE;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	display: block;
	margin-top: 0px;
	height: 30px;
}
.info_producto p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
.vermas a {
	height: 18px;
	color: #221E20;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
	font-style: italic;
	width: 80px;
	position: relative;
	bottom: 0px;
	font-size: 13px;
}
#menu_productos {
	height: 50px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.imagen_producto img {
}
.vermas {
	float: left;
	height: 18px;
	width: 143px;
}
#menu_productos {
	height: 40px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu_productos ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
	
}
#menu_productos li {
	float: left;
}
#menu_productos a {
	display: block;
	height: 20px;
	width: 20px;
	background-color: #A9A5A1;
	font-family: Arial, Helvetica, sans-serif;
	color: #221E20;
	text-decoration: none;
	padding: 3px;
	margin-right: 10px;	
    -webkit-box-shadow: inset 1px 1px 1px 1px ;
    box-shadow: inset 1px 1px 1px 1px ;	
	-webkit-border-radius: 3px;
	border-radius: 3px;         
}
#menu {
	height: 40px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
	
}
/*#menu li {
	float: left;
}
#menu a {
	display: block;
	height: 20px;
	width: 20px;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #221E20;
	text-decoration: none;
	padding: 3px;
	margin-right: 10px;	
    -webkit-box-shadow: inset 1px 1px 1px 1px ;
    box-shadow: inset 1px 1px 1px 1px ;	
	-webkit-border-radius: 3px;
	border-radius: 3px;         
}
#menu a:hover {
	background-color: #221E20;
	color: #D6D3CC;
}
.active {
	background-color: #221E20;
	color: #D6D3CC;
	}*/
#menu li {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	color: #221E20;
	text-decoration: none;
	-webkit-box-shadow: inset 1px 1px 1px 1px;
	box-shadow: inset 1px 1px 1px 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 8px;
	padding: 3px;
}
#menu a {
	text-decoration: none;
	color: #221E20;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
}
#menu a:hover {
	background-color: #AEAAA6;
}
.active {
	background-color: #AEAAA6;
	color: #D9D6CF;
}
	
	
.titulo_prod {
	display: block;
	float: left;
	height: 50px;
	width: 400px;
}
#formulario {
	width: 530px;
}

/* IE6 css fixer v0.95: Tue, 19 Jun 2012 00:30:02 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
#texto,
#imagenes,
#imagenes_contacto,
#imagenes_soporte,
#contenedor_productos,
#all_pages,
#banner,
#izquierdo,
.informacion,
#menupie,
#menupie li,
#pietres,
.producto,
.imagen_producto,
.info_producto,
.vermas,
#menu li,
.titulo_prod,
#nav li,#izquierda,#menu_productos li {display:inline;}

/* add zoom:1 to overflow:hidden */
#nav,
.info_producto {zoom:1;}

/* add zoom:1 to pos:relative elements */
.vermas a {zoom:1;}

/* add overflow:visible to (submit) buttons */
 input, button {overflow:visible;}


/* ============================================= */
/* potentially harmful settings                  */
