body,div,dl,dt,dd,ul,ol,li,pre,form,h1,h2,h3,h4,h5,fieldset,input,textarea,blockquote,th,td {margin:0; padding:0}
img {border:0px}
body {
	text-align:center; 
	background-color:#1b1b1b;
	background-image:url(../imagenes/fondo.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;

} 


#cabecera{
	margin:0 auto;
	width:918px;
	text-align:left;
	border:0px;
	border-bottom:1px #FFF solid;
	border-top:1px #FFF solid;
	height:186px;
}

#menu{
	margin:0 auto;
	width:918px;
	border-bottom:1px #FFF solid;
	height:40px;
}

#contenido{
	font-size:12px;
	background-position:center;
	background-repeat:repeat-y;	
}

#contenido a{color:#fdd118; text-decoration:none}
#contenido a:hover{color:#fdd118}
#contenido a:link{color:#fdd118}
#contenido a:active{color:#fdd118}
#contenido a:visited{color:#fdd118}

h1{color:#FFF; font-size:15px; margin-bottom:20px}

input {
	background-color: #dedede;
	border: 1px solid #666666;
	font-color:#000000;
	height:20px;
	padding:0px 10px;
}
select {
	background-color: #dedede;
	border: 1px solid #666666;
	font-color:#000000;
	height:20px;
}



