/* 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 */
div#cuerpo{
width:177px;
height:1900px;
overflow:hidden;
}
 

ul#listado-chicas {
	margin-top:5px;
}

ul#listado-chicas li{
 background-image: url(/images/guarrasonline/fondo-marco_mini.gif);
 background-repeat: no-repeat;
 width: 176px;
 height: 189px;
 float:left;
 overflow:hidden;
 }




ul#listado-chicas li img.marco{

	border: 1px solid #fff;

}


ul#listado-chicas li p.nombre {

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000;
	margin-bottom:1px;
	margin-top:14px;
	text-align:left;
	width:162px;
	height:15px;
	overflow:hidden;	

}

ul#listado-chicas li div.idiomas {
	margin-top:5px;
	margin-left:7px;
	width:100px;
    display: inline;
    text-align:left;
}



ul#listado-chicas li div.idiomas img{
	margin-right:1px;

}


ul#listado-chicas li div.bt-entrar {
	margin-right:7px;
	margin-top:5px;
	display: inline;

}
