article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

h1, h2, h3, h4, h5{
	padding: 0px;
	margin: 0px;
}

html {width:100%;} 

body {
	background: none repeat scroll 0 0 #E3E2E2;
	color: #515050;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
	min-width: 1160px;
}

a {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

.separador_home{
	border-top: 1px solid #A5A2A3;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;	
}
.separador{
	border-top: 1px solid #A5A2A3;
	padding: 5px 0px 0px 0px;
	margin: 25px 0px 0px 0px;	
}

/*Estilos css para la cabecera de la web*/

header {
	width: 100%;
	z-index: 2;
	padding-bottom: 20px;
	background-color: #ffffff;
}

header .main {
	margin: 0 auto;
	padding: 0;
	width: 1150px;
}

/*Estilos css para el menu de la cabecera de la web*/

nav {
	background: url("/img/menu_backgound.png") repeat-x scroll center top #E10005;
	height: 29px;
	box-shadow: 5px 5px 5px 0px #857C7F;
	-webkit-box-shadow: 5px 5px 5px 0px #857C7F;
	-moz-box-shadow: 5px 5px 5px 0px #857C7F;
}

.header_sup {
	padding-top: 25px;
}
.header_sup h1{
	float: left;
    margin-right: 20px;
    position: relative;
}

header h1 a {
    display: block;
    height: 95px;
    text-indent: -5000px;
    width: 265px;
}

.slogon span {
	color: #0685AE;
	font-size: 16px;
	font-weight: bolder;
}

.menu {
	padding:0; 
	width:100%;
}
.menu li {
	float:left; 
	padding:0;
}
.menu li a {
	height: 21px;
	font-size:15px;
	display:block; 
	color:#FFFFFF; 
	text-align:center; 
	padding: 6px 30px 2px 30px;
	text-decoration:none;
	text-transform:uppercase;
}
.menu li a:hover {
	background: url("/img/menu_active_backgound.png") repeat-x scroll center top #000000;
}
.menu li a.active {
	background: url("/img/menu_active_backgound.png") repeat-x scroll center top #000000;
}

.menu li ul {
	display: none;
	padding: 0px;
	position: absolute; 
}
.menu li:hover ul {
	display: block;
}
.menu li ul li {
	display: block;
	float: none;
	position: relative;
	padding: 0 20px;
	z-index: 999;
}

.menu  li ul li a {
	background: url("/img/menu_subopcion_background.png") repeat-x scroll center top #000000;
	height: 18px;
	font-size:12px;
	display:block; 
	color:#000000; 
	text-align:left; 
	padding: 5px 15px 0px 15px;
	text-decoration:none;
	text-transform: none;
}

.menu  li ul li a:hover, 
.menu  li ul li a.activo {
	color:#E10005;
	background: url("/img/menu_subopcion_background.png") repeat-x scroll center top #000000;
}

.menu li a.opcion1 {	width:110px; }
.menu li a.opcion2 {	width:220px; }
.menu li a.opcion3 {	width:150px; }
.menu li a.opcion4 {	width:120px; }
.menu li a.opcion5 {	width:80px; }
.menu li a.opcion6 {	width:110px; }

.menu li ul.opcion2 li a {	width:250px; margin-left: -20px; }
.menu li ul.opcion3 li a {	width:180px; margin-left: -20px; }
.menu li ul.opcion4 li a {	width:150px; margin-left: -20px; }

.header_sup {
	position: relative;
	height: 95px;
}
.header_sup .options {
	
	width: 590px;
	height: 95px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}	
.header_sup .options .head_columna_1 ,
.header_sup .options .head_columna_2 ,
.header_sup .options .head_columna_3 {
	float: left;

}

.header_sup .options .head_columna_1 {
	padding-top: 60px;
	padding-right: 20px;
}	
.header_sup .options .head_columna_2 {
	padding-top: 60px;
	padding-right: 20px;
}
.header_sup .options .head_columna_3 {
	width: 205px;
	height: 95px;
}	
.request_info{
	background: url("/img/request_backgound.png") repeat-x scroll center top #E10005;
	color: #FFFFFF;
	height: 45px;
	padding: 5px;
}
.request_info{
	font-size: 12px;
}
.request_info span{
	font-size: 10px;
}
.request_info a{
	color: #ffffff;
}
.buscar{
	margin-top: 5px;
}
.buscar .botton{
	float: right;
}
.buscar .field{	
	border: 0px;
	width: 160px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	color: #747475;
	font-size: 10px;
}

/*Estilos css para los contenidos centrales de la web*/

section {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0px;
	width: 100%;
	padding-bottom: 15px;
}	

section .main {
	margin: 0 auto;
	padding: 0;
	width: 1150px;
}

/*Estilos css para el pie de la web*/

footer {
	background: url("/img/footer_backgound.png") repeat-x scroll center top #E3E2E2;
	padding: 15px 0px 15px 0px;
	padding-top: 20px;
}
footer .main {
	margin: 0 auto;
	padding: 0;
	width: 1150px;
}
footer .footer1, 
footer .footer2,
footer .footer3,
footer .footer4{
	float: left;
	font-size:12px;
}

footer .footer1{	width: 120px; margin-top: -2px;}
footer .footer2{	width: 160px; }
footer .footer3{	width: 360px; }
footer .footer4{	width: 500px; }

footer .footer1 ul li.primero h4 a{
    background: url("/img/macsa_small.png") no-repeat scroll 0 0 transparent;
    display: block;
    text-indent: -5000px;
    width: 265px;
	color: #E10005;
	padding-bottom: 10px;
}

footer .footer1 ul li.segundo h4 a,
footer .footer1 ul li.tercero h4 a{
	display: block;
    width: 265px;
	color: #DF0E0D;
	padding-bottom: 10px;
	font-weight: normal;
}

footer .footer1 ul li.cuatro h4 a{
	display: block;
    width: 265px;
	color: #747475;
	font-weight: normal;
}

footer .footer2 h4 a{
	display: block;
	padding-bottom: 10px;
}
footer .footer3 h4{
	color: #000000;
	padding-bottom: 10px;
}
footer .footer4 h4{
	color: #000000;
	padding-bottom: 10px;
}

.info{
	text-align: center;
}

.info ul{
	padding-left: 50px;
	padding-top: 10px;
}
.info ul li{
	float: left;
	text-align: center
}
.info ul li.primero{
	border-right: 1px solid #A5A2A3;
	width: 130px;
}
.info ul li.segundo{
	border-right: 1px solid #A5A2A3;
	width: 160px;
}
.info ul li.tercero{
	border-right: 1px solid #A5A2A3;
	width: 160px;
}
.info ul li.cuatro{
	border-right: 1px solid #A5A2A3;
	width: 460px;
}
.info ul li.quinto{
	width: 140px;
}
.info ul li.quinto a{
	color: #515050;
}
#productos .columna .materia{
	line-height: 15px;
	padding-bottom: 5px;
	color: #000000;
}
#productos .columna{
	float: left;
	width: 110px;
	padding-right: 10px;
}
#aplicaciones .columna{
	float: left;
    padding-right: 0;
    width: 165px;
}
#productos .columna a,
#aplicaciones .columna a{
	padding-top: 2px;
	display: block;
	color: #747475;
	font-size: 11px;
}

/*Estilo CSS para los contenidos de productos, categorias*/

.main .columna0 {
	padding-top: 30px;
}
.main .columna1 {
    margin-right: 40px;
    width: 438px;
	height: 373px;
	float: left;
	overflow: hidden;
	
	position: relative;
}
.main .columna2 {
	width: 670px;
	float: left;	
}	

/*Estilo CSS para los conte nidos con scrollbar en la derecha*/

.columna_contenido{
	width: 800px;
	margin-right: 40px;
	float: left;
	line-height: 19px;
}
.columna_lista{
    float: left;
    width: 310px;
}

.scroll_list{ }
.scroll_list li{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #A5A2A3;
}

.scroll_list li.primero{
	 padding-top: 0px;
}
.scroll_list li.primero a .titular{
	 color: #E4060A;
}
.scroll_list li.ultimo{
	border-bottom: none;
}
.scroll_list li .imagen{
	 float: left;
}
.scroll_list li .titular{
	color: #515050;
	float: left;
    width: 185px;	
	margin-left: 10px;
	font-size: 12px;
}

/*Estilo CSS para el formulario de contacto*/

.formulario {
	box-shadow: 5px 5px 5px 0px #857C7F;
	-webkit-box-shadow: 5px 5px 5px 0px #857C7F;
	-moz-box-shadow: 5px 5px 5px 0px #857C7F;
	border:1px solid #D1D1D1;
	border-top:0px;
	padding: 10px 20px 15px 20px;
	font-size: 13px;
}
.formulario .campo1, 
.formulario .campo2,
.formulario .campo3{
	border: 1px solid #747475;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

.formulario .campo1{	width: 745px;	}
.formulario .campo2{	width: 255px;	}
.formulario .campo3{	
	width: 455px;
	height: 129px;
}	

.formulario .submit {
	margin: 0px 0px 0px 0px;
	float: right;
}
.formulario .submit input {
	background: url("/img/btn_backgound_send.png") repeat-x scroll center top #E10005;
	box-shadow: 5px 5px 5px 0px #857C7F;
	-webkit-box-shadow: 5px 5px 5px 0px #857C7F;
	-moz-box-shadow: 5px 5px 5px 0px #857C7F;
	border:1px solid #D1D1D1;
	color: #E31D1D;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 3px 10px;
	width: 80px;
}	
.lopd{
	float: left;
	padding: 5px 0px 0px 290px;
	width: 375px;
}
.lopd input {
    float: left;
}
.lopd div {
    display: block;
    float: left;
    padding-left: 5px;
    padding-top: 1px;
}	
.error {
	background: url("/img/bg_error.png") repeat-x scroll center top #FFBEBE;
}

.request_information_titulo{
	background: url("/img/bg_request_small.png") repeat-x scroll 0 0 #E21D1D;
	bottom: 0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	height: 16px;
	padding: 5px 5px 5px 20px;
	width: 775px;
}

.contacto_direcciones {	padding: 30px 0px 20px 0px; }
.contacto_direcciones ul li {
	float: left;
}	

.contacto_direcciones ul li.primero {
	padding-right: 20px;
	width: 250px;
}
.contacto_direcciones ul li.segundo {
	padding-right: 20px;
	width: 300px;
}
.contacto_direcciones ul li.tercero {
	padding-right: 20px;
	width: 260px;
}
.contacto_direcciones ul li.cuatro {
	width: 270px;
}	


.contacto_direcciones ul li b{
	padding-bottom: 5px;
	display: block;
}	
.contacto_direcciones ul li a{
	color: #515050;
}		
/*Estilo CSS para botones de contacto*/

.request_information{
	position: absolute;
	width: 438px;
	height: 16px;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;
	bottom: 0;
	padding: 5px 5px 5px 20px;
	background: url("/img/bg_request_small.png") repeat-x scroll 0 0 #E21D1D;
}
.request_information img{ padding-right: 5px; }
.request_information a{ color: #ffffff; }

.Titulo {
	color: #000000;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 25px;
}

.Subtitulo {
	color: #747475;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}

.TituloRojo {
	color: #E31B1D;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
