html {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Arial, verdana, sans-serif;
	font-size: 80%;
	
	text-align: center;
	/*height: 100%;*/
}
#body	{
}
table:first-child	{
	margin: 0px auto;
}
/*******************************************************************************
                       The basics
*******************************************************************************/
a	{
	text-decoration: none;
	color: #900;
}
a:hover	{
	text-decoration: underline;
}
h2	{
	font-size: 1.5em;
}
img	{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
p	{
	margin-bottom: 0.5em;
}

.float_right	{
	float: right;
}
.float_left	{
	float: left;
}


/*******************************************************************************
                       Positioning rules
*******************************************************************************/
#wrap	{
	width: 785px;
	margin: 0px auto;
}

#contenedor_principal	{
	background: url('../imagenes/texture2.jpg');
	padding: 0px;
	margin: 0px auto;
}

#mandafoto_contenedor	{
	margin-right: 10px;
	text-align: right;
}

#mandafoto_contenedor label	{
	margin-right: 5px;
	padding-bottom: 10px;
}

#mandafoto_contenedor input	{
	width: 100px;
}
#mandafoto_contenedor textarea, #mandafoto_contenedor input#imag_gale	{
	width: 200px;
}


#ingresa_btn	{}
#ingresa_content	{
	font-size: 0.8em;
	text-align: right;
	padding-right: 10px;
	line-height: 3em;
}
#registra_content	{
	font-size: 0.8em;
	text-align: right;
	padding-right: 10px;
	line-height: 3em;
}
#ingresa_content label, #registra_content label	{
	margin-right: 15px;
}
#ingresa_content input, #registra_content input	{
	width: 100px;
}
#ingresa_container	{
	width: 180px!important;
}

#lista_categorias	{
	list-style: none inside url('../imagenes/bullets/flecha.gif');
	font-size: 1.3em;
}
#lista_categorias li	{
	margin-bottom: 7px;
}

.evento	{
	text-align: justify;
	margin: 20px;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
}
.evento .titulo	{
	font-size: 1.5em;
	color: #900;
}


.producto_wide, .producto	{
	text-align: justify;
	margin: 20px;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
}
.producto_wide .titulo, .producto .titulo	{
	margin-top: 10px;
	font-size: 1.5em;
	color: #900;
}
.producto_wide .foto, .producto .foto	{
	background-color: #fff;
	border: 1px #ccc solid;
	float: right;
	padding: 10px;
	margin: 10px;
	position: relative;
}
.producto_wide .foto	{
	margin: 2px;
}
.producto_wide .foto:hover, .producto .foto:hover	{
	border-color: #333;
}
.producto .foto_alterna	{
	display: none;
}
.producto_wide .foto_alterna	{
	float: right;
	width: 145px;
	margin: 0px;
}
.producto_wide .foto .lupe, .producto .foto .lupe	{
	position: absolute;
	top: 0px;
	right: 0px;
}
.producto_wide .metainfo, .producto .metainfo	{
	float: right;
	text-align: right;
	width: 78px;
}
.producto_wide .precio, .producto .precio	{
	color: #ff5555;
	font-weight: bolder;
	font-size: 1.1em;
	margin: 10px;
}
.producto_wide .detalles, .producto .detalles	{
	float: right;
	font-size: 1.1em;
	margin: 10px;
	height: 30px;
}
.producto .extra	{
	font-size: 1.1em;
	margin: 10px;
	height: 30px;
}
.producto hr	{
	width: 250px;
	text-align: left;
}







.listante_wide, .listante	{
	text-align: justify;
	margin: 20px;
	margin-bottom: 10px;
	display: block;
	padding: 10px;
}
.listante_wide .titulo, .listante .titulo	{
	margin-top: 10px;
	font-size: 1.5em;
	color: #900;
}
.listante_wide .foto, .listante .foto	{
	background-color: #fff;
	border: 1px #ccc solid;
	float: right;
	padding: 10px;
	margin: 10px;
	position: relative;
}
.listante_wide .foto	{
	margin: 2px;
}
.listante_wide .foto:hover, .listante .foto:hover	{
	border-color: #333;
}
.listante .foto_alterna	{
	display: none;
}
.listante_wide .foto_alterna	{
	float: right;
	width: 145px;
	margin: 0px;
}
.listante_wide .foto .lupe, .listante .foto .lupe	{
	position: absolute;
	top: 0px;
	right: 0px;
}
.listante_wide .metainfo, .listante .metainfo	{
	float: right;
	text-align: right;
	width: 78px;
}
.listante_wide .precio, .listante .precio	{
	color: #ff5555;
	font-weight: bolder;
	font-size: 1.1em;
	margin: 10px;
}
.listante_wide .detalles, .listante .detalles	{
	float: right;
	font-size: 1.1em;
	margin: 10px;
	height: 30px;
}
.listante .extra	{
	font-size: 1.1em;
	margin: 10px;
	height: 30px;
}
.listante hr	{
	width: 250px;
	text-align: left;
}




.foto_galeria	{
	width: 155px;
	margin: 6px;
	padding: 5px;
	float: left;
	height: 150px;
	text-align: center;
}


.comunicado	{
	text-align: left;
	margin: 20px;
	margin-bottom: 40px;
	display: block;
}
.comunicado img	{
	border: 1px #666 solid;
	width: 150px;
	height: 150px;
	float: right;
	padding: 10px;
}
.comunicado hr	{
	width: 250px;
	text-align: left;
}

.ironman	{
	display: block;
	height: 540px;
	margin-bottom: 80px;
	overflow: auto;
	padding: 20px;
	width: 700px;
}

.lugar	{
	display: block;
}
.hiddenlugar	{
	display: none;
}

.irmnevento	{
	font-size: 80%;
	margin: 0px;
}

.irmnevento label	{
	display: block;
	float: left;
	height: 2em;
	text-align: left;
	width: 120px;
}
.irmnevento span	{
	display: block;
	float: left;
	height: 2em;
	width: 90px;
}
.irmnevento table	{
	width: 1300px;
	font-size: 70%;
	border: 1px solid #000;
}
.irmnevento td	{
	text-align: center;
	border: 1px solid #000;
}
.irmnevento th	{
	background: #333;
	color: #fff;
}
#mbImage .irmnevento table	{
	width: 800px;
	border-color: #333;
}
#mbImage .irmnevento td	{
	color: #fff;
}
#mbImage	{
	overflow: auto;
}
#mbImage *	{
	color: #fff;
}

#mbImage .alternate_0	{
	background: #333;
}

.noticia	{
	text-align: left;
	margin: 20px;
	margin-bottom: 40px;
	display: block;
}
.noticia img	{
	border: 1px #666 solid;
	width: 150px;
	height: 150px;
	float: right;
	padding: 10px;
}
.noticia hr	{
	width: 250px;
	text-align: left;
}

.tipz	{
	display: block;
	border-bottom: 1px solid #900;
}

.tip	{
	width:150px;
	background: #ccc;
	padding: 10px;
}
.tip-top	{
	height:26px;
	width:150px;
}
.tip-title	{
	color:#900;
	font-weight:bold;
}
.tip-text	{
	color:#000;
}
.tip-bottom	{
	width:150px;
	height:81px;
}


#_registra_content fieldset	{
	float: left;
	width: 250px;
}
#_registra_content label	{
	display: block;
	width: 150px;
}



#checkout	{
	color: #fff!important;
}


/*******************************************************************************
                       Do it with style
*******************************************************************************/
.separador	{
	clear: both;
}
.mensaje	{
	padding: 3px;
	font-size: 0.7em;
	color: #f00;
	background-color: #333;
}
.mensaje .success	{
	color: #0f0;
}

#calendar_holder	{
	padding: 10px;
}

#slides	{
	float: right;
}

.anuncio	{
	/*border: 1px solid #f00;*/
	padding: 15px;
	margin: 20px;
	text-align: center;
	width: auto;
}
.anuncio h2 a	{
	color: #f00;
}

.mundo	{
	margin: 15px;
	margin-bottom: 30px;
	padding: 20px;
	width: auto;
}


/******************************************************************************
	CALENDARIO
******************************************************************************/
table.calendar	{
	margin-left: 4px;
	width: 750px;
}
.calendar .calendarDayNumber	{
	font-size: 0.7em;
	display: block;
	text-align: right;
}
td.today, td.calendar	{
	border: 1px #666 solid;
	height: 70px;
	width: 77px;
}
td.calendar	{
	width: 77px;
	text-align: right;
}
td.calendarToday	{
	border: 1px solid #900;
}

div.calendarDayNumber	{
	float: right;
	font-size: 0.8em!important;
	margin: 5px;
	margin-left: 25px;
	text-align: right;
}
