 body {
	background: #f0e7d7;
}
 #cabecera {
 margin-left: 15%;
 margin-top: 1px;
 border: 0px;
  }
 /* menu */
 #navcontainer
{
background: #f0e7d7;
width: 30%;
margin: 1% 0 0 0; 
padding: 1em 0;
font-family: georgia, serif;
font-size: 13px;
text-align: center;
float: left;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 85%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
#intro_text{
	font-size: 83%; margin: 0px 0px 0px 260px; position: absolute;
}
#portada {
width: 500px;
height: 300px;
margin: -340px 0 0 350px;
}
#contenido {
	width: 600px;
	height: 400px;
	background-image: url(imagenes/perro.gif);
	background-position: center;
	background-repeat: no-repeat;
}
span {
	font-weight: bold;
}
#pie {
   font-size: 75%;
	color: Gray;
	margin-top: -5px;
	margin-left: 60px;
}
/* textos */
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p {
	text-align: justify;
	line-height: 18px;
	text-indent: 1.2em;
	font-size: 15px;
}

/* ARTICULOS */
 #contiene-list
{
margin-left: -20px;
margin-right: auto;
margin-top: 20px;
margin-bottom: 10px;
}

#nav-list li
{
display: inline;
padding-bottom: 14px;
/*padding-left: 20px;*/
background-repeat: no-repeat;
}

#nav-list a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-transform: capitalize;
text-decoration: none;
}

#nav-list a:link, #nav-list a:visited
{
padding-left: 20px;
color: black;
/*background: url(imagenes/bullet.gif);
background-position: 0 -28px;
background-repeat: no-repeat;*/}

#nav-list a:hover
{
color: red;
padding-left: 20px;
background: url(imagenes/bullet.gif);
background-repeat: no-repeat;
background-position: 0 0 -15px 0;} 

/* FORMULARIO */

form {
	width: 600px;
}
#warning{
	text-align: left;
	text-indent: 0px;
	/*font-weight: bold;*/
	font-size: 12px;
}
.fieldset{
	text-align: left;
	border: 1px dashed maroon;
}
legend {
	font: italic 18px georgia serif; 
}
p.formulario {
	text-align: left;
}
table {
	margin: 0 0 0 1.2em;
	width: 585px;
}
select,input,option {
	background-color: #B7AFA1; font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}
.check {
	background-color: #f0e7d7;
}