/* Nuevo site */

body {

	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F4FFF4;
	text-align:center;
}


.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menuIzq {
	font-family: Tahoma;
	font-size: 11px;
	color: #003300;
	font-weight: bold;
}

.submenuIzq {
	font-family: Tahoma;
	font-size: 11px;
	color: #008000;
	font-weight: bold;
}

.texto2 {
	font-family: tahoma;
	font-size: 11px;
}

a {
	color: #009900;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

.titchico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003300;
}

#contenido {
	width:800px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
	}
	
#contenidoCentro {
	width:600px;
	height:450px;
	/*margin:0 auto;
	padding:0px;
	text-align:left;*/
	background-color:#FFFFFF;
	position:absolute;
	}

.fondo {
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position:center;
}
/* Fin Nuevo site */

/* Nuevos header y footer */

#headerNuevo{
	height : 110px; 
	width: 800px; 
	margin:0 auto;
	padding:0px;
	text-align:left;
}

#footerNuevo{
	height : 110px; 
	width: 800px; 
	margin:0 auto;
	padding:0px;
	text-align:left;
}

#spacerNuevo{
	height : 14px; 
	width: 800px; 
	margin:0 auto;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
}

/* Fin Nuevos Header y Footer */