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

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#FAFAF5;
	color:#666666;
	font-family:Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* estructura */
#wrapper{
	width:970px;
	margin:0 auto;
	padding:0;
	text-align:left;
	height:101%;
	border-left:#dddddd 1px solid;
	border-right:#dddddd 1px solid;
	border-bottom:#dddddd 1px solid;	
	background:#FFFFFF;
}
#top{
	position:relative;
	float:left;
	width:970px;
	text-align:center;
	height:180px;
	margin-bottom:20px;
}
#middle{
	position:relative;
	float:left;
	width:970px;
}
#menu{
	position:relative;
	float:left;
	width:200px;
	margin:0 0 0 10px;
}
#contenido{
	position:relative;
	float:left;
	width:730px;
	margin-left:20px;
	padding-bottom:30px;
}
.clear{
	clear:both;
}
#bottom{
	position:relative;
	float:left;
	width:950px;
	text-align:center;
	font-size:10px;
	padding:10px;
	margin-left:-1px;	
}
/* contenidos */
/* menu */
#menu h2{
	background:url(../img/buy_wide_top.jpg) repeat-x center;
	width:180px;
	height:41px;
	margin:0;
	padding:0 0 0 20px;
	line-height:38px;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
}
#menu ul{
	margin:8px 0 14px 0;
}
#menu li{
	list-style:url(../img/bullet.gif);
	margin:4px 0;
}
#menu a{
	text-decoration:none;
	color:#666666;
}
/* contenido */
.encabezado{
	position:relative;
	float:left;
	width:100%;
	background:url(../img/rome_09.gif) no-repeat left bottom;
	margin-bottom:20px;
}
.encabezado .texto{
	position:relative;
	float:left;
	width:340px;
	margin-left:380px;
}
.encabezado .texto a{
	color:#333333;
}
.encabezado h2{
	color:#CCBB44;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}
.encabezado h1{
	color:#CCBB44;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	font-size:18px;
	font-weight:normal;	
	font-family:Arial, Helvetica, sans-serif;	
}
.encabezado ul{
	margin-bottom:0;
}
.encabezado li{
	margin:0 auto;
	list-style:url(../img/rombito.jpg);
}
.cuadrito{
	position:relative;
	float:left;
	width:172px;
	background:url(../img/fondo_cuadritos.jpg) repeat-x bottom;
	height:330px;
	text-align:center;
	margin:0 10px 0 0;
}
.cuadrito h3{
	background:url(../img/buy_wide_top.jpg) repeat-x center;
	color:#FFFFFF;
	font-size:14px;
	width:150px;
	height:30px;
	padding:10px;
	line-height:28px;
	text-align:center;
	margin:0;
}
.cuadrito img{
	padding:4px 0 6px 0;
}
.cuadrito .descripcion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:relative;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.cuadrito .precio{
	position:relative;
	float:left;
	width:134px;
	margin:0 10px;
	background:#ECF9FF;
	text-align:right;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.cuadrito .boton{
	position:relative;
	float:left;
	width:150px;
	margin:4px 10px;
	border-top:#CCCCCC 1px solid;
	padding:4px 0;
}
.textcontent{
	position:relative;
	float:left;
	width:100%;
	margin:10px 0;
	font-size:11px;
	clear:both;
}
/* pie */
#bottom a{
	text-decoration:none;
	color:#333333;
}
