/* CSS Document */

html, body {margin:0; padding:0;}
body {
	background:#000 url(fondo.gif) repeat-y left top;
	color: #FFF;
	font: normal 14px Arial, Verdana, Helvetica, sans-serif;
	line-height: 24px;
}

h1, h2 {
	font: normal 14px Arial, Helvetica, sans-serif; 
	color:#ff0; 
	text-transform:uppercase; 
	margin-bottom: 5px;
	background-color: #000;
}
h2 {margin-top: 35px;}
p {margin:0 0 15px 0;}
p.mensaje{ background-color:#ff0; color:#000; padding:8px; margin-bottom:40px; }
form br { display:none; }

#container { 
	padding: 40px 40px 30px 40px;
	width:600px;
}


a:link,
a:visited {
	height:100%;
	background-color: inherit;
	border-bottom: 1px solid #36302c;
	color:#FFF;
	text-decoration:none;
	padding: 0 8px 8px 0;
	margin-bottom:9px;
}
a:hover {
	border-bottom: 1px solid #FF0;
}
a em {font-style:normal; color:#473f39; margin-left: 10px;background-color: #000;}


ul {
	margin: 10px 0 0 0;
	padding:0;
	list-style:none;
}
ul li { height:30px; color:#473f39; background-color: #000; }

ul#distinciones li em {font-style:normal; color:#473f39; background-color: #000; margin-right:10px;}
ul#distinciones li { color:#FFF; background-color: inherit; height:auto; margin-bottom:10px;}
ul#distinciones li a:link,
ul#distinciones li a:visited { 
	border-bottom: 1px solid #36302c;
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	padding: 0 0 2px 0; 
}
ul#distinciones li a:hover {border-bottom: 1px solid #FF0;}


form, fieldset { width:100%; margin:0; padding:0; border:0;}
legend, label {display:none;}
input, textarea {
	width:100%; 
	border-width:0;
	background-image: url(form.gif); 
	color:#FFF; 
	background-color: #000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	overflow:auto;
}
textarea { height: 150px; margin-bottom: 5px; }
input { height: 25px; margin-top: 15px;}
input.submit { width:75px; height:32px;background-color:#36302c; background-image: none; color:#FFF; margin-top:25px; cursor:pointer;}

p#pie {
	margin-top: 50px; 
	color:#3b342e; 
	padding-top:15px; 
	text-transform:uppercase; 
	font-size:11px; 
	background: #000 url(underline.gif) repeat-x left top;
}
p#pie a {color:#3b342e; padding: 8px 0 8px 0; background-color: #000;}

.enlacesRelacionados { line-height:32px; }
