body {
	margin: 0; 
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: # ffffff;
	background-color: #ffffff;
}

img {
	border: 0; /** es el borde de la imagen cuando tiene un enlace**/
}

p {
	font: 12px arial,helvetica,sans-serif; /** fuente de los parrafos, primero el tamażo, y luego la familia**/
}

a {
	color: #ff8a00; /**** color enlaces***/
}

a:hover {   /**caracteristicas de un enlace cuando pasas el raton x encima**/
	text-decoration: none;

}

/**************** ESTRUCTURA  ****************************/

#contenedor {
	position: relative;
	margin: 0 auto;
	width: 770px; /* este es el ancho del contenedor , q es el chisme que tiene a todas las imagenes*/
	text-align: left;
}

#menu {
	background: url("../images/linea1.gif") top right no-repeat;
}

#menu table {
	width: 100%;
	border: 0;
}

#menu td {
 color: #091c7b;
 text-align: center;
 font-weight: bold;
 height: 27px;
 
}

#menu a {
	color: #091c7b;
	text-decoration: none;
}

#texto{ /*** esto es para poner una imagen de fondo  a una celda y asi poder escribir en ella**/
	background-image: url("../images/centro.gif");
	background-position: top left; /***situar la imagen**/
	background-repeat: no-repeat;
	width: 566px; 
	height: 343px; /*ajustar la imagen**/
}

#contenidos {
	position: relative;
	top: -10px;
	left: 20px;
	width: 515px;
	height: 293px;
	overflow: auto;
	color: #fff;
}

.pie{
	background-image: url(../images/pie2.gif);
	background-position: top-left;
	background-repeat: no-repeat;
	width: 566px; height: 50px;
}
.pie p{
	text-align: center;
	color: #331f9a;
	font-size: 11px;
	
}

.pie a {
	color: #ff8a00;
}

#flash{
	position:absolute;
	left: -40px;
	top: 150px;
}

#flash1{
	position:absolute;
	left: 210px;
	top: -80px;
}

#flash2{
	position:absolute;
	left: 420px;
	top: -10px;
}

#flash3{
	position:absolute;
	left: 600px;
	top: -40px;
}