/********************** <General> **********************/
* {margin: 0; padding: 0;}

body{
	background: #D2EDFB url(/img/bg_body.png) repeat-x;
}

.accesibilidad{display: none;}

.cargando{background:url(/img/loading.gif) no-repeat center center;}

img{border:0;}

.clear{clear: both;}

p, ul, form{
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #222;
}

ul{
	margin: 0px 0 10px 15px;
	list-style: none;
}

p a, form a, ul a{
	color: #9C1608;
}
p a:hover, form a:hover, ul a:hover{
	background: #95C9FD;
}

form h2, h2.titulo_seccion, #seccion_contenido h2 {
	margin: 0 0 20px 0;
	padding: 12px 0 2px 0;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	border-bottom: solid 1px #444;
}
form label, form#login label{
	display: block;
	margin: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 145%;
	color: #222;
}
form#login label{
	margin: 0;
}
form p{
	margin: 0 0 0 0;
	font-size: 11px;
	line-height: 145%;
	color: #444;
}
	form p.error{
		display: inline;
		font-size: 10px;
		line-height: 145%;
		color: #A00;
	}
form .inputtext, form .inputerror, form .selects, form .selects2, form#login .inputtext{
	height: 18px;
	margin: 2px 5px 0px 0;
	padding: 2px 5px 0 5px;
	background: #D2EDFB;
	border: solid 1px #4A4A4A;
	color: #333;
}
form#login .inputtext{
	margin: 2px 5px 15px 0;
}
form .selects2{
	margin: 2px 5px 0 0;
}
form .inputerror{
	border: solid 1px #D00;
}
form .selects, form .selects2{
	padding: 0;
}
form .textarea{
	width: 92%;
	margin: 2px 5px 0 0;
	padding: 2px 5px 0 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	background: #D2EDFB;
	border: solid 1px #4A4A4A;
	color: #333;
}

form #boton_aceptar, form #boton_aceptar2, form #boton_lost {
	height: 30px;
	margin: 10px 0 5px 0;
	padding: 5px;
	font-weight: bold;
	background: #5FADFC;
	border: solid 1px #4A4A4A;
	color: #222;
}
form #boton_aceptar2{
	margin: 20px 0 5px 0;
}

#contenedor{
	width: 780px;
	margin: auto;
}
/********************** </General> **********************/
/********************** <Cabecera> **********************/
#cabecera{
	float:left;
	width: 780px;
	height: 100px;
}
	#cabecera h1 a{
		float:left;
		display: block;
		width: 220px;
		height: 90px;
		text-indent: -5000px;
		outline: none;
		background: url(/img/logo.png);
		/*background-image: url(/img/logo.png) !important;
		background-image: none;
		filter: none !important;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png');*/
	}
	#cabecera ul{
		float: right;
		height: 20px;
		padding: 72px 0 0 0;
		list-style:none;
	}
		#cabecera ul li{
			float: left;
			padding: 0 5px 0 0px;
			color: #000;
		}
			#cabecera ul li a{
				padding: 0 5px 0 5px;
				font-weight: bold;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				color: #000;
			}
			#cabecera ul li a:hover{
				background: #5FADFC;
			}

/********************** </Cabecera> **********************/
/********************** <Cajas> **********************/
#info_accion{
	display: inline;
	float: left;
	width: 780px;
	margin: 5px 0 15px 0;
	background: #D2EDFB url(/img/bg_info_accion.png) repeat-y;
}
#info_accion h2{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border-bottom: solid 1px #444;
	background: #222;
}

#info_accion h3{
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: solid 1px #444;
}

#info_accion h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#caja1, #caja2, #caja1_panel{
	float: left;
	width: 349px;
	padding: 20px 20px 10px 20px;
	background: #82BFFD;
}

#caja1, #caja1_panel{
	float: left;
}
#caja1 ul li{
	padding: 0 0 5px 20px;
	background: url(/img/bullet.png) no-repeat left 3px;

}
#caja2 ul li{
	margin: 0 0 0 -15px;
	padding: 0 0 5px 20px;
	background: url(/img/bullet.png) no-repeat left 3px;
}
	#caja2 ul li img{
		margin: -5px 0 0 0;
	}

#caja2{
	float: right;
}
#caja2 form#busqueda{
	margin: -10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}
	#caja2 form#busqueda select{
		height: 15px;
		margin-top: 10px;
		background: #D2EDFB;
		border: none;
		color: #222;
	}
	#caja2 form#busqueda input#boton_buscar{
		display: block;
		margin: 30px 0 0 125px;
	}

/********************** </Cajas> **********************/
/********************** <Contenido> **********************/
#contenido{
	width: 780px;
	min-height: 525px;
	clear:both;
	}
* html #contenido{
	height: 525px;
}

.listado1{
	float: left;
	margin: 0 1px 0 0;
}
h2 a{
	display: block;
	width: 194px;
	height: 30px;
	text-indent: -5000px;
	outline: none;
}

.listado1 ul{
	clear: both;
	float: left;
	width: 194px;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	.listado1 img, ul#lista_genero img{
		margin: 18px 0 0 43px;
	}
	.listado1 a img, ul#lista_genero a img{
		padding: 2px;
		border: solid 2px #333;
	}
	.listado1 a:hover img, ul#lista_genero a:hover img{
		border: solid 2px #FFF;
	}
	.listado1 a, ul#lista_genero a{
		outline: none;
	}
	.listado1 a:hover, ul#lista_genero a:hover{
		background: transparent;
	}

	.listado1 p, ul#lista_genero p{
		min-height: 85px;
		margin: 10px 15px 10px 30px;
		color: #FFF;
	}
	* html .listado1 p, * html ul#lista_genero p{/* Hack para el min-height en IE */
		height: 85px;
	}
		.listado1 p a, ul#lista_genero p a{
			color: #FFF;
		}
		.listado1 p a:hover, ul#lista_genero p a:hover{
			background: #222;
		}
		.listado1 p strong, ul#lista_genero p strong{
			font-weight: normal;
			color: #000;
		}
		
	.listado1 .ver_mas{
		width: 194px;
		height: 30px;
		margin: 20px 0 0 0;
		text-align: center;
	}
		.listado1 .ver_mas a{
			width: 194px;
			font-size: 14px;
			font-weight: bold;
			color: #FFF;
		}
		.listado1 .ver_mas a:hover{
		}


#mchicas a{background:url(/img/mchicas.png) no-repeat;}
#mchicas a:hover{background:url(/img/mchicas.png) no-repeat left -30px;}
#chicas{background: #B92F06;}
#vm_chicas{background:url(/img/vm_chicas.png) no-repeat;}

#mchicos a{background:url(/img/mchicos.png) no-repeat;}
#mchicos a:hover{background:url(/img/mchicos.png) no-repeat left -30px;}
#chicos{background: #1896BD;}
#vm_chicos{background:url(/img/vm_chicos.png) no-repeat;}

#mgays a{background:url(/img/mgays.png) no-repeat;}
#mgays a:hover{background:url(/img/mgays.png) no-repeat left -30px;}
#gays{background: #94CB42;}
#vm_gays{background:url(/img/vm_gays.png) no-repeat;}

#mlesbianas a{background:url(/img/mlesbianas.png) no-repeat;}
#mlesbianas a:hover{background:url(/img/mlesbianas.png) no-repeat left -30px;}
#lesbianas{background: #FF6D00;}
#vm_lesbianas{background:url(/img/vm_lesbianas.png) no-repeat;}

	/********************** </Registro> **********************/
	form#registro, form#accion, #seccion_contenido, form#configform{
		float: left;
		width: 760px;
		padding: 0 0 0 20px;
		background: #AFD7FE;
	}

	form#registro #acepta_condiciones{
		margin: 0px 5px 0 0;
		background: #D2EDFB;
		border: solid 1px #4A4A4A;
	}
	#condiciones{
		margin: 10px 40px 10px 20px;
		padding: 15px;
		background: #D2EDFB;
		border: solid 1px #4A4A4A;
	}
		#condiciones h3{
			margin: 0 0 15px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			color: #222;
			border-bottom: solid 1px #444;
		}
		#condiciones h4{
			margin: 15px 0 5px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #333;
		}
		#condiciones p{
			margin: 0 0 10px 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 145%;
			color: #222;
		}
		#condiciones ul{
			margin: 0 0 0 25px;
			list-style: square;
		}
		#condiciones ul li{
			margin: 0 0 10px 0;
		}
	/********************** </Registro> **********************/
	
/********************** </Contenido> **********************/
#contenedor_pie{
	clear:both;
	width: 100%;
	height: 25px;
	margin: 10px 0 0 0;
	background: #97D6F7 url(/img/bg_pie.png) repeat-x;
}
	#pie{
		width: 780px;
		padding: 0px 0 0 0;
		height: 25px;
		margin: auto;
	}

	#pie ul#enlaces{
		list-style:none;
		margin: 0 0 0 210px;
		padding: 8px 0 0 0;
	}
		#pie ul#enlaces li{
			float: left;
			margin: 0 50px 0 0;
		}
			#pie ul#enlaces li a{
				font-size: 11px;
				font-family: Arial, Helvetica, sans-serif;
				color: #000;
			}
