﻿/*
Descripción: Quinteladeleirado
Versión: 3.0
Autor: GRUPO5.COM
Autor WEB: http://www.grupo5.com/
*/

/*_____________PAGINA WEB_____________*/

body {
  margin: 0;
  padding:0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.750em; /*12px
  font-size: 0.813em;*/
  line-height: 140%;
  color: #000;
  background: #d3d548;
  text-align:justify;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #7b8a0b;
  text-decoration: none;
}


div, h1, h2, h3, h4, p, form, label, input, textarea, img, span, td{
	margin:0; padding:0;
}

img{
	border:none
}

ul{
	margin:0; 
	padding:0;
	list-style-type:none;
	list-style: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
