@charset "utf-8";
/* CSS Document */
#contenedor{
width:600px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#cabezal{
display:block;
width:600px;
height:120px;
background-image:url(cssimg/header.jpg);
background-color:#700962;
}
#footer{
display:block;
width:600px;
padding-top:15px;
padding-bottom:20px;
height:auto;
background-color:#700962;
text-align:center;
color:#CCCCCC;
}
#menu{
width:auto;
margin-left:auto;
margin-right:auto;
}
ul {
  margin: 0;
  padding: 0;
  padding-left:20px;
  list-style: none;
  width: 580px;
  float:left;
  background-color:#700962;
}

ul li {
  float: left;
}
ul a {
  display: block;
  font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
  padding: 0 8px 0 8px;
  line-height: 1.7em;
  text-decoration: none;
  color:#CCCCCC;
}
ul a:hover {
color:#FFFFFF;
}
ul a.sub {
  display: block;
  font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
  padding: 0 13px 0 0;
  text-decoration: none;
  color:#333333;
}
ul a.sub:hover {
  color:#700962;
  text-decoration:underline;
}

#contenido{
display:block;
width:600px;
height:auto;
background-image:url(cssimg/back.jpg);
padding-top:20px;
padding-bottom:20px;
}
#informacion{
width:520px;
margin-top:20px;
margin-left:20px;
padding-left:35px;
padding-top:16px;
padding-bottom:40px;
height:auto;
background-color:#FFFFFF;
}
#navegadora{
display:block;
clear:both;
height:50px;
background-color:#FFFFFF;
}
#navegadorb{
display:block;
clear:both;
height:50px;
background-color:#FFFFFF;
}
h1{
display:block;
width:480px;
padding-top:0;
padding-left:0;
margin-top:0;
margin-left:0;
font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
line-height:1.6em;
color:#700962;
font-size:1.4em;
border-bottom-style:solid;
border-bottom-width:1px;
}
h2{
display:block;
clear:both;
width:480px;
padding-top:10px;
padding-left:12px;
margin-top:0;
margin-left:0;
font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
line-height:1.3em;
color:#700962;
font-size:1.2em;
}
h3{
display:block;
clear:both;
width:480px;
padding-top:24px;
padding-left:0;
margin-top:0;
margin-left:0;
font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
line-height:1.6em;
color:#700962;
font-size:1.2em;
border-bottom-style:solid;
border-bottom-width:1px;
}
h4{
display:block;
clear:both;
width:480px;
padding-top:10px;
padding-left:12px;
margin-top:0;
margin-left:0;
text-align:center;
font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
line-height:1.3em;
color:#700962;
font-size:1.2em;
}
p{
width:440px;
padding-left:12px;
font-family:Garamond, "Adobe Garamond", Georgia, "Times New Roman", Times, serif;
line-height:1.1em;
color:#333333;
}
ul.sub {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  float:left;
  background-color:#FFFFFF;
}
img.thumb{
display:block;
clear:both;
float:left;
border-bottom-style:none;
padding-bottom:7px;
color:#700962;
border-color:#700962;
border-bottom-style:solid;
border-bottom-width:1px;
}
img.link{
display:block;
clear:both;
float:left;
}
img.producto{
display:block;
clear:both;
margin-left:auto;
margin-right:auto;
margin-bottom:22px;
}
.imgcontenedor{
display:block;
margin-left:10px;
width:140px;
height:200px;
float:left;
font-size:.8em;
color:#333333;
}
.imgcontenedorlinks{
display:block;
margin-left:10px;
width:480px;
float:left;
font-size:.8em;
color:#333333;
}
.titulo{
display:block;
clear:both;
text-align:center;
color:#333333;
}
a.inline, a.inline:hover, a.inline:visited{
font-style:italic;
color:#700962;
text-decoration:none;
}
img{
border: 0;
}
form{
display:block;
padding-left:30px;
padding-top:5px;
width:420px;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:1.4em;
color:#989898;
}

input{
display:block;
border:#827F7F 1px solid;
width:262px;
margin-bottom:10px;
}

textarea{
display:block;
border:#827F7F 1px solid;
width:262px;
height:100px;
margin-bottom:10px;
}

label{
display:block;
border:#827F7F 1px;
}
span.error{
font-style:italic;
color:#700962;
padding-left:5px;
}
a.enviar{
display:block;
clear:both;
width:262px;
/*padding-left:130px;*/
padding-top:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
color:#700962;
text-align:right;
text-decoration:none;
cursor:pointer;
}

a.enviar:hover, a.entrar:visited{
color:#700962;
}