/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	//border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-color:#ccc;
	margin:0px;
}

div#principal{
	width:879px;	
}



ul#listado-chicas {
	width:788px;
}

ul#listado-chicas li{
	width: 189px;
	height: 305px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	display:inline;
	margin-left:2px;
	margin-right:2px;
}

ul#listado-chicas li div.imagen-transparente{
	background-image:url(/images/tarot/fondo-marco.png);
	background-repeat: no-repeat;
	width: 189px;
	height: 305px;

}

ul#listado-chicas li img.marco{
	border: 1px #FFFFFF solid;
}



ul#listado-chicas li .ftchica {
}

ul#listado-chicas li p.conectada {
	color:#FFCC00;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
}

ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	text-align:center;
	width:90%;
	height:15px;
	margin-top:2px;
	overflow:hidden;
}


ul#listado-chicas li p.servicios {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	color:#fff;
	margin-top:10px;
	text-align:center;
	width:90%;
	height:85px;
	overflow:hidden;
}