* {
	padding:0px;
	margin:0px;
}

body {
	margin:0pt auto;
	text-align:center;
	font-family:'Lato', sans-serif;
	font-size:10px;
	background-color:#CACACA;
	color:#000;
	height:100%;
}

html {
	height:100%;
	overflow-Y: scroll;
}

a  {
	color:#000;
	text-decoration:none;
}

p {
	font-size:14px;
	line-height:18px;
	color:#000;
	padding-bottom:8px;
	text-align:left;
}

.chico {
	font-size:14px;
}


.rojo {
	color:#E12013
}

.blanco {
	color:#fff
}

.gris {
	color:#444
}


h1 {
	font-size:20px;
	line-height:30px;
	padding-bottom:5px;
	text-align:left;
	font-weight:400
}

h2 {
	font-size:18px;
	line-height:normal;
	padding-bottom:10px;
	text-align:left;
	font-weight:400
}

h3 {
	font-size:16px;
	line-height:20px;
	padding-bottom:15px;
	text-align:right;
	font-weight:400
}

h4 {
	font-size:16px;
	line-height:20px;
	padding-bottom:8px;
	text-align:left;
	font-weight:400
}

/*CONTENEDORES MAESTROS*/
#wrap {
	width:100%;
	margin:0px auto 0px auto;
	text-align:center;
	position:relative;
	min-height:100%;
}


#header {
	background-color:#FFF;
	border-bottom:2px solid #E12013;
	z-index:90;
}

ul#menu { 
	list-style: none;
}

ul#menu li {
	float:left;
}

ul#menu li a {
	display:block;
	color:#000;
	width:120px;
	height:150px;
	margin-right:15px
}

ul#menu li a p {
	padding-top:80px;
	font-size:18px;
	line-height:normal;
	font-family:'Lato', sans-serif;
	font-weight:300;
	text-align:center;
	color:#000
}

ul#menu li a:hover {
	background-color:#dddddd;
}

ul#menu li a.selected {
	background-color:#E10513 !important;
}

ul#menu li a.selected p{
	color:#fff !important;
}


.productos {
	background:url(../img/icon-productos.png) no-repeat
}

.tecno {
	background:url(../img/icon-tecno.png) no-repeat
}

.soporte {
	background:url(../img/icon-soporte.png) no-repeat
}


.contacto {
	background:url(../img/icon-contacto.png) no-repeat
}



.caja {
	background:url(../img/back-transparente.png);
	min-height:350px;
}

#divider {
	border-bottom:1px solid #E12013;
	margin:35px 0px
}


#footer {
   height:520px;
}

#footer p{
   padding-top:20px;
}

.rayas-1{
	background:url(../img/rayas-1.png) no-repeat;
	background-position: 425px 0px
}

.rayas-2{
	background:url(../img/rayas-2.png) no-repeat;
	background-position: 260px 0px
}

.rayas-3{
	background:url(../img/rayas-1.png) no-repeat;
	background-position: 695px 0px
}

.rayas-4{
	background:url(../img/rayas-2.png) no-repeat;
	background-position: 530px 0px
}

/*Form*/
label {
		font-size:16px;
		font-weight:400;
		color:#000;
		float:left;
		padding-top:10px
	}
	
input[type=text]{
		display:block;
		width:280px;
		height:30px;
		float:right;
		padding:5px 10px;
		font-size:14px;
		font-weight:300;
		color:#000;
		background-color:#fff;
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		border:none;
		margin-bottom:20px
	}

input[type=button]{
		float:right;
		padding:10px 20px;
		font-size:15px;
		color:#FFF;
		background-color:#e10613;
		border:none
	}

input[type=button]:hover{
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.7);
        box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.7);
		border:none
	}

input[type=button]:active{
		-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
        box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
		border:none
	}
/*FIN Form*/