body {
	background-color: #FFF1CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 45px 0 0 0;
	color: #030303;
	}

/*
p {
	float: left;
	margin-right: -3px !important;
	background-color: red;
	width: 696px;
	}
*/

a {
	color: #030303;
	}
	
a:hover {
	color: #a62634;
	}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #a62634;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

img {
	margin: 0;
	padding: 0;
	/*
	float: left;
	*/
	border: 0;
	}
	
.oculto {
	display: none;
	}
	
div#contenedor {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 45px 0;
	border: 0;
	}
	
div#cabecera {
	width: 750px;
	margin: 0;
	padding: 0;
	background-color: #a62634;
	height: 87px;
	background-image: url(../images/fondo_cabecera.gif);
	background-repeat: no-repeat;
	}
	
div#logo {
	float: left;
	width: 125px;
	height: 77px;
	margin: 0;
	padding: 10px 0 0 10px;
	}
	
div#menu-inicio {
	float: left; 
	width: 611px;
	height: 32px;
	margin: 0;
	padding: 55px 4px 0 0;
	}
	
ul#lista-menu-inicio {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	}
	
ul#lista-menu-inicio li {
	height: 19px;
	display: inline;
	float: left;
	margin: 0;
	padding: 13px 11px 0 11px;
	}
	
.menu-inicio-activo {
	width: 41px;
	background-image: url(../images/menu/menu_inicio_activo.gif);
	background-repeat: no-repeat;
	padding-right: 20px !important;
	padding-left: 15px !important;
	}
	
div#flash {
	float: left;
	width: 742px;
	margin:0;
	padding: 3px;
	border: 1px solid #a62634;
	border-top: 0 !important;
	background-color: #ffffff;
	background-image: url(../images/diapo.swf);
	background-repeat: no-repeat;
	}
	
div#texto-home {
	float: left;
	width: 704px;
	padding: 28px 22px;
	border-bottom: 1px solid #6CFF00;
	border-left: 1px solid #a62634;
	border-right: 1px solid #a62634;
	border-top: 0;
	}
	
div#texto-home h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #a62634;
	font-weight: bold;
	margin: 0;
	padding: 0 0 8px 0;
	}
	
div#texto-home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3a;
	margin: 0;
	padding: 0;
	}

/* PIE DE PÁGINA !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

div#contiene-pie {
	float: left;
	width: 748px;
	margin: 0;
	padding: 0;
	border: 1px solid #a62634;
	border-top: 0;
	margin-right: -3px;
	}
	
div#pie {
	float: left;
	width: 722px;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid #FFF1CD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fedee2;
	background-color: #a62634;
	text-align: right;
	}
	
div#pie a {
	color: #fedee2;
	text-decoration: none;
	}

div#pie a:hover {
	text-decoration: underline;
	}
	
.texto-crema {
	color: #ecdbae;
	float: left !important;
	}