/* 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: 11px;
	font-family: Tahoma;
	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-image:url(../imagenes/fondo.gif);
	background-repeat:repeat-x;
	background-color:#b51423;
}


div#principal{
	width:900px;
	margin-top:20px;
	padding-bottom:20px;

}

div#cabecera {
	background-color: #FFFFFF;
}

div#chicas_nuevas {
	margin-bottom:3px;
	background-color: #CCCCCC;
}

div#chicas_nuevas ul{
	overflow:hidden;
	width:840px;
}

div#chicas_nuevas ul li{
	float:left;
	display:block;
	width:120px;
	height:150px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#650000;
	font-style:italic;
	line-height:11px;
}

div#chicas_nuevas ul li p.nombre{
	font-size:12px;
	font-weight:bold;
	margin-bottom:1px;
}

div#chicas_nuevas ul li img{
	padding:2px;
	border:2px solid #6a070d;
	background-color:#FFFFFF;
	margin-bottom:4px;
}


div.fondo_ventana {
	background-color:#f7f7fa;
	padding-top:10px;
	padding-bottom:10px;
}

div#destacada_ultimas {
	height:308px;
}

div#destacadas {
	width:414px;
}


div#ultimas {
	width:482px;
	background-color:#f7f7fa;
	height:304px;
}

div#ultimas .chica_ultima {
	width:376px;
	height:115px;
	margin-top:10px;
	border-bottom: 1px solid #CCCCCC;
}

div#ultimas .chica_ultima img {
	float:left;
	padding:2px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

div#ultimas .chica_ultima .detalle{
	float:right;
	width:268px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383838;
	overflow:hidden;
}

div#ultimas .chica_ultima .detalle p.nombre{
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;	
}

div#ultimas .chica_ultima .bt_ingresar a {
	width:102px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	background-color:#236e2b;
}

div#ultimas .chica_ultima .bt_ingresar a:hover {
	background-color:#999999;
}




ul#chicas {
}

ul#chicas li{
	float:left;
	display:block;
	width:300px;
	height:214px;
	background-image:url(http://www.chicasdelvideochat.com/imagenes/fondo_chica.gif);
	background-repeat:no-repeat;
	background-position: top center;
}

ul#chicas li .contenido_chicas{
	width:280px;
	margin-top:16px;
}

ul#chicas li .contenido_chicas img {
	float:left;
	padding:2px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}

ul#chicas li .contenido_chicas .detalle {
	float:right;
	width:142px;
	height:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	overflow:hidden;
}


ul#chicas li .contenido_chicas .detalle p.nombre{
	font-size:16px;
	font-weight:bold;
	margin-bottom:3px;	
}

ul#chicas li .contenido_chicas .bt_ingresar a {
	width:142px;
	height:17px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	background-color:#236e2b;
	background-image:url(http://www.chicasdelvideochat.com/imagenes/bt_ingresar.gif);
}



div#pie {
	height:auto;
	background-color:#79050f;
	width:100%;
	
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:51px;
}

div#pie a{
	color:#FFFFFF;
}

h1 {
	font-size: 12px;
	font-family: Tahoma;
	color: #999999;
	margin: 0;
	font-weight:normal;
}

.Estilo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}
