@charset "utf-8";
/* CSS Document */



html,body{
	margin:0px;
	height:100%;
	background-color: #5b537c;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat:  repeat-x;
}

a {
	text-decoration:none;
	color:#FFFFFF
}
a:hover {
	text-decoration: underline;
}

#cabeza {
	height:148px;
	position:relative
}
#contenedor {
	width:700px;
	height:auto;
	background:#FFFFFF;
	text-align:left;
	position: relative;
	top:0px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	padding: 5px 0px 0px 0px;
	background:url(images/nav.gif);
	height:38px;
	width:700px;
	font-size: 12px;
	float: left;
}

#menu ul {
margin:0px auto 0px auto;
position:relative;
display:block;
padding-left:40px;
}

#menu li {
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	margin-top: 10px;
	position:relative;
	padding-top:0px;
	list-style:none;
	
	
} 


#central {
	width:600px;
	height:auto;
	text-align:left;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#pie {
	height:100px;
	width:700px;
	position:relative
	font-size: 12px;
	background-image: url(images/pie.gif);
	background-repeat:  repeat-x;
	text-align: center;
}


.cuerpo {
	font-size: 12px;
}
.cuerpo-bco {
	font-size: 11px;
	color: #AFAFD8;
}

.subtitulo {
	font-size: 16px;
	font-weight: bold;
	color: #5B3E00;
}
.titulo {
	font-size: 23px;
	font-weight: bold;
	color: #5B3E00;
}
.marca {
	font-size: 16px;
	color: #CCCCCC;
	background-position: center;
	font-weight: bold;
}
