* {
		margin: 0;
		padding: 0;
		}

html {
		font-size: 100%;
		}

body {
		font: 62.5%/1.5 Georgia, "Times New Roman", Times, serif;
        background: #FFFFFF;
        color: #000000;
		}

p {
		font: 1.2em/1.4 Georgia, "Times New Roman", Times, serif;
		margin-bottom: 1em;
		}

h1 {
  font-size: 3em;
  color: #000000;
}

h2{
  font-size: 1.5em;
}

h4{
  font-size: 1em;
}

a {
text-decoration: underline;
color: #000000;
}
/* ---------- add your code below ---------- */

#wrapper {

}

#header {
  display: none;
}

#separador{
  display: none;
}


.clearFix:after {
		display: none;
		}

#header img {
  display: none;
}


#content{
  /* margin: 5%;*/
   font: 1em/1.5 Georgia, "Times New Roman", Times, serif;
   width: 90%;
   text-align: justify;
}

#content li {
  		font: 1.2em/1.4 Georgia, "Times New Roman", Times, serif;
		margin-bottom: 0.7em;
        margin-left: 5%;
        list-style-image: url(imagenes/vineta1.gif);
}

.izquierda {
  width: 48%;
  padding-right: 10px;
  float: left;
  clear: left;
}

.derecha {
  width: 48%;
  padding-left: 10px;
  float: right;
  clear: right;
}

.izquierda ul, .derecha ul{
	text-align:left;
}

#content .prods li{
   padding-top: 10px;
   list-style-image:none;
   list-style-type:none;
   text-decoration: none;
   text-align:center;
}

#content a img{
border:0;
}

#content form p{
    text-indent: 0px;
}

.centro {
  width: 100%;
  clear: both;
}

.centrado {
    width: 100%;
    text-align:center;
 }

.centrado form {
padding-top:10px;
}

#navigation {
  display: none;
}

#noticias {
  display: none;
}

.rec_izq_contacto{
  width: 50%;
  height: 107px;
  border: #000000 1px solid;
  padding: 5px;
  padding-top: 25px;
  margin-right: 4px;
  margin-bottom: 4px;
  float: left;
  clear: left;
}

.rec_izq{
  width: 50%;
  border: #000000 1px solid;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 4px;
  float: left;
  clear: left;
}

#content .rec_izq img{
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}


.rec_der{
  width: 45%;
  border: #000000 1px solid;
  margin-bottom: 4px;
  padding: 5px;
  float: right;
  clear: right;
}

.rec_centro{
  width: 98%;
  border: #000000 1px solid;
  padding: 5px;
  margin-bottom: 4px;
  float: left;
  clear: both;
}

.izquierda1 {
  width: 40%;
  padding-right: 10px;
  float: left;
  clear: left;
}

.derecha1 {
  width: 40%;
  padding-left: 10px;
  padding-top: 1.5em;
  float: right;
  clear: right;
}

.msg {
    font: 1.2em/1.4 Georgia, "Times New Roman", Times, serif;
    color: #660000;
}

#content .rec_izq form {
 text-align: center;
}

dl{
    font: 1.2em/1.4 Georgia, "Times New Roman", Times, serif;
}

dt{
	margin: 15px 25px;
    font-weight:bold;
    color: #000000;
}

dd{
    margin-left: 45px;
}
