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

* {
margin : 0;
padding : 0;
}


BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 9pt;
	text-align: center;
	color: #666666;
	background-color: #e5e5e5;
}

/***********************************************/
/* CLASSES ESPECIALES Y IDS                    */
/***********************************************/

/****************** GENERICAS ******************/
#contenedor_fondo{
	background-color:#e5e5e5;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	/*min-height:470px;
	overflow:visible;*/
}

#contenedor_sombra {
	width: 950px !important;
	width /**/: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	/*background-image:url(../imagenes/fondoContenedor.png);*/
	/*min-height:470px;*/
	}

#contenedor {
	/*padding-left:10px;
	width: 759px;	*/

}


