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

/* Estilo para mecanizadosdosal.com
	Diseño + Desarrollo = innovanity
	www.innovanity.com
	C/ Nuño Rasura, 3 - 3º - Burgos 09003 España
	Tel: +34 947 206 180
	¿tienes innovanity?
*/
/* CSS RESET - Atención a las advertencias */
html {font-size: 1em;}
body {font-size: 100%;; line-height: 1;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0; margin: 0;}
table {border-collapse: collapse; border-spacing: 0;}
img {border: 0; display:inline;}
address,caption,cite,code,dfn,th,var {font-weight: normal;font-style: normal;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 100%; font-weight:normal;}
q { quotes: "" ""; }
q:before,q:after {content:'';}
abbr,acronym { border: 0;}
a { color: inherit; }
:link,:visited { text-decoration:none; display:inline;}
a img,:link img,:visited img { border:none; }
/* remember to define focus styles! */
:focus {outline: 0;}
sub, sup { vertical-align: baseline; }
hr { display: none; }
font { color: inherit !important; font: inherit !important; color: inherit !important; } 
marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }
input, textarea, select, button {
     font-size: 100%;
     font-family: inherit;
}

/*============================================== Redefinición de etiquetas principales =================================================*/
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 13px;
	line-height:normal;
	color:#333;
	margin:20px;
}
a {
	color: #069;
	background-color: #DAEDFE;
	padding-left:0.3em;
	padding-right:0.3em;
}
a:hover {
	color: #FFFFFF;
	background-color: #069;
	
}
h1, h3 {
	
	font-size:1.8em;	
	letter-spacing:0.02em;
	text-transform:uppercase;
	color:#00b7ff;	
	margin-bottom:1em;
}
h2 {
	font-size: 2em;	

}
h4 {
	font-size: 1.3em;
	margin-bottom:0.5em;
	display:block;
}

h5 {
	font-size: 1.1em;
	margin-bottom:0.5em;
	letter-spacing: -0.01em;
}

h6 {
	font-size: 1em;
	
}

p {
	font-size:1em;
	line-height:1.4em;
	margin-bottom:1em;
}
