/* 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:875px;
	height:228px;
	overflow:hidden;
}


ul#listado-chicas {
	margin-top:20px;
	margin-left:35px;	
}

ul#listado-chicas li{

	background-image: url(/images/alrincon/fondo-marco1_big.gif);
	background-repeat: no-repeat;
	width: 208px;
	height: 219px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
	
}

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



ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-bottom:1px;
	margin-top:30px;
	text-align:left;
	width:162px;
	height:15px;
	overflow:hidden;

	
}

ul#listado-chicas li div.idiomas {
	margin-top:9px;
	margin-left:22px;
	width:100px;
    display: inline;

		
}

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

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

}
