@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Verdana, 'Trebuchet MS', sans-serif;
color: #888;
font-size: 14px;
background: #005CB3;
margin:0;
		text-align: center; /* for IE */
}

h1 {
color: #D1190D;
font-size: 160%;
margin: 10px 0 5px 10px;
padding: 0;
}

h2 {
color: #fff;
font-size: 120%;
margin: 20px 0 5px 0px;
padding: 0;
border-bottom: 1px dotted #fff;
}

h3 {
color: #C20605;
font-size: 12pt;
margin: 20px 0 5px 0px;
padding: 0;
}

h4 {
font-size: 100%;
}


a:link {
color: #0081ff;
}

a:hover {
color: #C20605;
text-decoration: none;
}

a:visited {
text-decoration: none;
}



p, li, dl {
text-align: justify;
color: #888;
font-size: 9pt; 
}

dt {
text-transform: capitalize;
font-weight: bold;
margin-top: 1em
}

dd {
margin-top: 0.5em
}

p.dir {
text-align: center;
margin: 20px 0 0 0;
}

ul#productos {
margin: 0;
padding: 0;
}

ul#productos li {
list-style: none;
display: block;
width: 196px;
height: 91px;
float: left;
}

ul#productos li span{
display: block;
text-align: center;
float: right;
width: 110px;
margin: 27px 10px 0 0;
}

ul#productos li.fibra {
background: #D7AC10 url(img/fusibles-fv-poli.jpg) left no-repeat;
}

ul#productos li.polimero{
background: #1F7EF0 url(img/fusibles-fv-poli.jpg) right no-repeat;
margin-left: 5px;
}

ul#productos li a {
display: block;
width: 196px;
height: 91px;
color: #fff;
font-family: "Arial Black", Arial, sans-serif;
font-size: 13px;
text-decoration: none;
}


ul#productos li a:hover {
color: #C20605;
}

div#productos-fibra, div#productos-poli {
display: block;
width: 196px;
height: 91px;
background: #D7AC10 url(img/fusibles-fv-poli.jpg) left no-repeat;
float: right;
margin-left: 10px
}

div#productos-poli {
background: #D7AC10 url(img/fusibles-fv-poli.jpg) right
}

div#productos-fibra span, div#productos-poli span{
display: block;
text-align: center;
float: right;
width: 110px;
margin: 27px 10px 0 0;
color: #fff;
font-weight: bold;
}











#contenedor {
margin: 15px auto;   /* align for good browsers */
text-align: left; /* counter the body center */
width: 700px;
background: #fff;
border: 1px solid #ccc;
}



#logo {
float: left;
width: 286px;
height: 104px;
}

#logo h1 a{
background: url(img/logo-fusibles.png) left top no-repeat;
display: block;
width: 286px;
height: 96px;
text-indent: -2000em;
overflow: hidden;
margin: 10px;
padding: 0;
}



#info {
float: right;
font-size: 9pt;
font-weight: bold;
text-align: right;
margin: 20px 10px 0 0;
line-height: 1.5em
}

#info span.tel {
background: url(img/icono-tel.png) left no-repeat;
padding-left: 18px;
}

#info a {
font-weight: normal;
}

#header {
float: left;
width: 700px;
height: 208px;
background:url(img/header-fusibles.jpg) no-repeat;
}

#header h2 {
font-family: "Arial Black", Arial, sans-serif;
font-size: 22px;
text-align: center;
width: 420px;
margin: 70px 0 0 40px;
border: 0;
}




#contenido {
float: left;
width: 100%;
padding: 0px 20px 10px 20px
}



#menu {
width: 220px;
float: left;
}

#der{
width: 400px;
float: left;
margin: 10px 0 0 30px;
}

#clear {
clear: both;
}

#pie {
width: 100%;
color:#FFFFFF;
text-align: center;
font-size: 80%;
}

div.mapa {
text-align: center;
margin: 20px  0 0 0;
}





/*------------menu---------------------*/
ul#nav {
Font-family: Arial, 'Times New Roman', serif;
list-style: none;
padding:0;
margin: 15px 0 0 0px;
text-transform: lowercase;
}

#nav a{
color: #aaa;
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;;
text-decoration: none;
/*border-left: 5px solid #fff;*/
border-bottom: 5px solid #ccc;
padding: 5px;
margin: 15px 0 0 5px;
width: 200px;
display: block;
}


#nav a:hover {
color: #C20605;
border-bottom: 5px solid #C20605;
}
#nav a.actual {
color: #0081ff;
border-bottom: 5px solid #0081ff;
}



/*----------------contacto------------------------------*/
div.form-dist {
margin-bottom: 5px;
}

form {

}

label { 
display:block; 
font-weight:bold; 
margin-bottom:3px;
margin-top: 0.7em;
}  

label.error {
color: #FFA51B;
}

input, textarea, select{
background: #fff;
border: 1px solid #0081ff;
color:#1C1805;
font-size:100%;
font-weight: normal;
padding:2px;
}

textarea{overflow:auto;
font-family: Arial, Verdana, 'Trebuchet MS', sans-serif;

}

input.boton {
cursor: pointer;
font-weight: bold;
background: #0081ff;
color: #fff;
border-color: #0081ff;
padding: 0 1em;
}

input.boton:hover {
background: #fff;
color: #0081ff;
}



h3.gracias {
margin: 70px 0;
text-align: center;
font-weight: bold;
font-size: 200%;
letter-spacing: 0.1em
}

p.gracias {
text-align: center;
margin-bottom: 150px
}

p.error_oculto {
display:none;
}

span.form_error {
font-weight: bold;
color: red;
font-size: 9pt;
display: block;
}

