/* 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 {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-x;
	background-color:#64020F;
}



div#principal{
	width:983px;	
	padding-bottom:24px;

}

div#cabecera{
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:219px;
	overflow:hidden;
} 

div#cabecera h1{
	font-size:11px;
	font-weight:bold;
	color:#fff;
}


div#cabecera ul#subhead {
	margin-top:166px;
	margin-left:15px;
}

div#cabecera ul#subhead li {
	float:left;
	color:#333333;
	font-weight:bold;
	margin-right:6px;
}

div#cabecera ul#subhead li a{
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

div#cabecera ul#subhead li a:hover{
	color:#cc0033;
	text-decoration:underline;
}




div#menu {
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding-top:200px;
	width:805px;
}



div#menu a {
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:24px;

}

div#menu a:hover {
	text-decoration:underline;
}


div#cuerpo {
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	padding-bottom:20px;
}

div#cuerpo-arriba{
	background-image:url(../imagenes/cuerpo-arriba.jpg);
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-top:50px;
}




div.textos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:805px;
	text-align:justify;
}

div.textos h2{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	color:#000;
}

div.textos a{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}

div.textos a:hover{
	text-decoration:underline;
}

p.conectadas {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:20px;
	margin-bottom:0;
}



ul#listado-chicas {
	width:824px;
	margin-top:10px;
	margin-bottom:20px;
	overflow:hidden;
}

ul#listado-chicas li{
	background-image: url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 215px;
	margin-left:13px;
	margin-right:13px;
	margin-bottom:10px;
	float:left;
	display:inline;	
	
}

ul#listado-chicas li img.marco{
	border: 1px solid #fff;
}

ul#listado-chicas li .ftchica{
	margin-top:42px;	
}

ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:4px;
}


ul#listado-chicas li div.idiomas {
}

ul#listado-chicas li div.idiomas img{
	margin-right:1px;
	margin-right:1px;
	
}



div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#fff;	
}

div#pie a{
	color:#fff;
}

div#pie a:hover {
	text-decoration:underline;
}



/* PAGO */

div#pago {
	width:700px;
	margin-bottom:30px;
	padding-top:30px;
}

div#chica-pago{
	background-image: url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 213px;
	float:left;
	display:inline;	
	
}

div#chica-pago img.marco{
	border: 1px solid #fff;
}

div#chica-pago .ftchica{
	margin-top:40px;	
}

div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:4px;
}

div#chica-pago div.idiomas {
}

div#chica-pago div.idiomas img{
	margin-right:1px;
	margin-right:1px;
	
}

/* Paginacion */

div.paginacion {
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
	font-size:12px;
}

div.paginacion a{
	color:#000;
	margin-left:5px;
	margin-right:5px;
}

div.paginacion a:hover{
	text-decoration:underline;
}

div.paginacion span{
	margin-left:5px;
	margin-right:5px;
	color:#a300a1;
	font-weight:bold;
}

/* fin paginacion */

/* VIDEOS */

div#categorias {
	margin-bottom:20px;
	width:760px;
}

div#categorias h2{
	font-size:16px;
	font-weight:bold;
	color:#000;	
}

ul#videos-categorias {
	border: 1px solid #a300a1;
	overflow:hidden;
 	-moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius:  10px10px 10px 10px;
	padding-top:10px;
	padding-bottom:6px;
	padding-left:6px;
}

ul#videos-categorias li{
	float:left;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:4px;
	background-image: url(../imagenes/flecha.jpg);
	background-repeat:no-repeat;
	background-position:0 9px;
	padding-left:8px;
	
}

ul#videos-categorias li a{
	font-size:11px;
	color:#000;
	font-weight:bold;
}

ul#videos-categorias li a:hover{
	text-decoration:underline;
}

ul#listado-videos {
	margin-top:20px;
	margin-bottom:20px;
	width:760px;
}

ul#listado-videos li {
	margin-bottom:10px;
}


div.marco-video {
		border-left: 1px solid #a300a1;
		border-right: 1px solid #a300a1;
 	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius:  10px10px 0 0;
   behavior:url(border-radius.htc);
   padding-bottom:20px;
}

ul#listado-videos li h2{

	background-color: #a300a1;
	padding:11px;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background-image:url(../imagenes/claqueta.png);
	background-repeat:no-repeat;
	padding-left:39px;
	background-position:9px 3px;
	 -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius:  8px 8px 0 0;
   behavior:url(border-radius.htc);
}

div.thumbs_videos {
	margin-top:10px;
	margin-bottom:10px;
	width:90%;
}

div.thumb_gr {
	width:320px;
}

div.thumb_gr img {
	border: 1px solid #000000;
}

div.thumb_ch {
	width:318px;
	height:245px;
	overflow:hidden;
	text-align:center;


}


div.thumb_ch img{
	border: 1px solid #000000;
	padding:2px;
	background-color:#FFFFFF;
	margin:3px;

}

div.thumb_ch img.ultima_col{
	/*margin-right:0px;*/

}


div.text-videos {
	width:90%;
	font-size:11px;
	text-align:justify;
	margin-top:10px;
	margin-bottom:20px;
	color:#000;
}

ul#listado-videos li h3{
	background-color: #000000;
	padding:4px;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	border: 3px solid #000000;
}


div#pago-video {
	width:900px;
	background-color:#FFFFFF;
	margin-bottom:20px;	
}
