/* CSS Document */
/*** Sprite Presentacion ***/
* {
	margin:0px;padding:0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
ul,li {list-style-type:none;}

.menuholder {background:url("images/btn_inicio.gif") #dd0069;} /*opcional*/
.menuholder li {float:left;}
.menuholder a {background:url("images/btn_inicio.gif");display:block; height:50px; text-indent:-9000%}

/*ESTADO NORMAL*/
.menu_intro a {width:150px;}
.menu_book a  {width:150px; background-position:-150px 0px;} 
.menu_testi a {width:150px; background-position:-300px 0px;}
.menu_what a  {width:150px; background-position:-450px 0px;}

/*ESTADO ROLLOVER*/
.menu_intro a:hover {background-position:0px -50px;}
.menu_book a:hover  {background-position:-150px -50px;}
.menu_testi a:hover {background-position:-300px -50px;}
.menu_what a:hover  {background-position:-450px -50px;}

/*ESTADO ACTIVO*/
/*.menu_intro a.active {background-position:0px -72px;}
.menu_book a.active {background-position:-155px -72px;}
.menu_testi a.active {background-position:-262px -72px;}
.menu_what a.active {background-position:-396px -72px;}
.menu_buy a.active {background-position:-572px -72px;}*/
/*** Fin Sprite Presentacion ***/


/**** PRESENTACION DEL SITIO WEB ****/
	#contenedor{
		margin:auto;
		width: 890px;
		height:auto;
		background-color:#FFFFFF;	
		font-size:12px;
	}
	
	#cabecera {
		position:relative;
		height:60px;
	}
	
	#contenidos{		
		margin-top:5px;
		position:relative;
		float: left;
		left:88px;
		width:715px;
		height:350px;
	}
	#contenidos2{ 
		position:relative;
		float:left;
		left:135px;
		padding:5px;
		margin: 5px 5px 5px 5px;
		width:620px;
		height:150px;
		color:#000066;
	}
	#pie{
		background-color:#ffffff;
		border-top:1px dashed;
		text-align:center;
		color:#666666;
		clear:both;
	}


Body{text-align:center;}
