/* 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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	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-image:url(../imagenes/fondo.png);
		font-family:Arial, Helvetica, sans-serif;
}


div#principal{
	width:840px;
	margin-top:20px;
	background-color:#FFFFFF;
}

div#cabecera {
}

/* MENU */

div#menu {
	background-image:url(../imagenes/fondo-menu.jpg);
	background-repeat:no-repeat;
	height:25px;
	padding-left:20px;
}

div#menu a {
	color: #303030;
	font-size: 11px;
    font-weight: bold;
	text-decoration: none;
	width:134px;
	height:24px;
	line-height:24px;
	text-align:center;
	background-image:url(../imagenes/bt.jpg);
	display:block;
	float:left;
}

div#menu a:hover {
	text-decoration:underline;
}






/**/



div#cuerpo{
	background-image:url(../imagenes/cuerpo-arriba.jpg);
	background-repeat:no-repeat;
	padding-bottom:30px;
	overflow:hidden;
}


/* Columna_izq */

div#col_izq {
	display:inline;
	margin-left:30px;
	width:590px;
	padding-top:20px;


}

div.noticia h1 {
	color: #ffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
	border-bottom: 1px dotted #000000;
}

div.noticia {
	margin-bottom:30px;

}

div.noticia p{
	margin-bottom:8px;
	font-size:12px;
	text-align:justify;
	color:#313131;
	line-height: 18px;
}

div.noticia p.notas{
	font-size:10px;
	color:#313131;
	line-height:10px;
	margin-bottom:2px;
}

div.noticia p.notas a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

div.noticia p.notas a:hover{
	text-decoration:underline;
}

div.noticia a {

	font-weight:bold;
	color:#000;
	text-decoration:underline;
}

div.video {
	text-align:center;
	margin-top:15px;
}

div.noticia a:hover {
	text-decoration:none;
}

div.categoria {
	border-bottom: 2px solid #000000;
	padding-bottom:5px;
	margin-bottom:10px;
}

div.categoria h1{
	font-size:12px;
}

div.categoria h1 span{
	font-size:16px;
	font-weight:bold;
}

div.categoria p{
	font-size:12px;
	font-style:italic;
}

div.paginacion{
	margin-bottom:10px;
	text-align:center;
	line-height:20px;

}

div.paginacion a{
	margin-left:1px;
	margin-right:1px;
	border: 1px solid #666666;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
	font-size:11px;
	color:#333333;
}

div.paginacion span{
	margin-left:1px;
	margin-right:1px;
	padding-left:4px;
	padding-right:4px;
	padding-top:1px;
	padding-bottom:1px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	color:#333333;
}

div.paginacion a:hover{
	text-decoration:underline;
}


/* Columna derecha */

div#col_der {
	display:inline;
	width:191px;
	margin-right:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#col_der .marco {
	margin-bottom:20px;
}

div#col_der .marco  h2{
	background-image:url(../imagenes/fondo-titulo.jpg);
	background-repeat:no-repeat;
	height:26px;
	line-height:26px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:8px;
	padding-left:5px;
	padding-right:5px;
}

div#col_der .marco  a{
	color:#000000;
	border-bottom: 1px dotted #000000;
	display:block;
	width:100%;
	padding-bottom:3px;
	margin-bottom:3px;
}
div#col_der .marco  a:hover{
	text-decoration:underline;
}

div#col_der .banner {
	margin-bottom:10px;
	text-align:center;
}

div#col_der p{
	margin-bottom:8px;
}

div#col_der a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}






/* PIE */

div#pie {
	height:58px;
	/*background-image:url(../imagenes/pie.jpg);*/
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:20px;
}

div#pie a{
	color:#FFFFFF;
}


/* WEBCAMS */

ul#listado-chicas {
	width:591px;
	margin-top:20px;
	margin-bottom:20px;

}

ul#listado-chicas li{
	background-image: url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 181px;
	height: 210px;
	float:left;
	margin-bottom:10px;
	margin-left:8px;
	margin-right:8px;
	overflow:hidden;
	display:inline;
}

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

ul#listado-chicas li .foto{
	margin-top:37px;
}



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


}

ul#listado-chicas li div.idiomas {
	width:100%;
	margin-top:8px;
}

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

}

div#chica-destacada {
	width: 181px;
	height: 210px;
	background-image: url(../imagenes/fondo-destacada.jpg);
	background-repeat: no-repeat;
}

div#chica-destacada a{
	border-bottom: none!important;
	height:120px!important;
	margin-bottom:0!important;
	overflow:hidden;
}

div#chica-destacada img.marco{
	border: 1px solid #fff;
}

div#chica-destacada .foto{
	padding-top:37px;
}



div#chica-destacada p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	margin-top:1px;
	text-align:center;
	height:17px;
	overflow:hidden;
	width:160px;


}

div#chica-destacada div.idiomas {
	width:100%;
	margin-top:8px;
}

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

}


/* PAGO */

div#pago {
	margin-top:10px;
	margin-bottom:10px;
}

div#chica-pago{
	background-image: url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 181px;
	height: 210px;
	margin-bottom:10px;
	overflow:hidden;
}


div#chica-pago img.marco{
	border: 1px solid #fff;
}

div#chica-pago .foto{
	margin-top:37px;
}


div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	margin-bottom:2px;
	margin-top:4px;
	text-align:center;
	height:17px;
	overflow:hidden;
	width:160px;
}

div#chica-pago div.idiomas {
	margin-top:8px;
}

div#chica-pago div.idiomas img{
		margin-right:1px;
	margin-left:1px;

}



div#iframe-pago {
	margin-top:20px;
		width:470px;


}

/* VIDEOS */


ul#listado_videos {
	width:100%;
	margin-top:20px;
}

ul#listado_videos li{
	margin-bottom:25px;
}

ul#listado_videos li div.cabecera img{
	display:inline;

}

ul#listado_videos li div.cabecera p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	overflow:hidden;
	display:inline;
	width:550px;
}

ul#listado_videos li div.columnas{
	padding-top:10px;
	overflow:hidden;
}

ul#listado_videos li div.col-video {
	width:320px;
	overflow:hidden
}

ul#listado_videos li div.col-capturas {
	width:270px;
	display:inline;
}

ul#listado_videos li div.col-capturas img.marco {
}


ul#listado_videos li div.descripcion {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	margin-top:20px;
	padding-bottom:10px;
}

ul#listado_videos li div.caracteristicas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	border-top: 1px dotted #333333;
}

/* Banner dentro de un listado */

ul#listado_videos li.banner{
	margin-bottom:16px; !important;
	background-color: #fff;
	border:0 !important;
	background-image:none!important;
}

/* Banner fuera de un listado */

div.banner{
	padding-top:10px;
	margin-top:10px;
}

/*VIDEO SOLO*/

div#votar {
	font-size:10px;
}


div#comentarios {
}

div#comentarios a{
	display:block;
	margin-top:10px;
	background-color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding:6px;
	color:#000000;
}

div.comentario {
	margin-top:6px;
	border-bottom: 1px dotted #999999;
	padding-bottom:6px;
	margin-bottom:6px;
}

div.comentario table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#comentarios form{
	margin-top:10px;
	font-size:11px;
		border-bottom: 1px dotted #999999;
	padding-bottom:12px;
}

div#comentarios form table{
	margin: 0 auto;
	margin-bottom:20px;
	margin-top:10px;
}

div#enviar-articulo p{
	font-size:10px;
	margin-top:10px;
	margin-bottom:4px;
}

div#enviar-articulo input {
	font-size:12px;
}
