/******************************************/	
/* CSS powered by JOYJOS - www.joyjos.eu */
/******************************************/	

/* general.css */

/* home-page h1 */
 
	#home-page h1 a {
		background: url(../images/gata_fondonegro2.png) no-repeat;
		display: block;
		width: 510px;
		height: 285px;
		text-indent: -99999px;
		position:absolute;
		top:38px;
		left:25px;
	}
/* ofertas */

	#ofertas{
		position:absolute;
		top:70px;
		left:600px;
		}
 
/* novedad */

	#novedad{
		position:absolute;
		top:320px;
		left:1000px;
		} 
 
 /* music */

	#music{
		position:fixed;
		top:15px;
		left:1090px;
		}
 
/* main-content h2 */
#main-content h2 {
	text-transform: uppercase;
	clear: both;
	font-size: 24px;
	color: #FFF;
}
#main-content h2 span {
}
#main-content h2 a {
	display: block;
}

/* main-content h3 */
#main-content h3 {
	clear: both;
	font-size: 14px;
}


/* main-content h4 */
#main-content h4 {
	font-size: 16px;
}


/* p, ul, li, blockquote  */
p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

blockquote {
	width: 130px;
	height: 143px;
	padding: 40px 35px 0 25px;
	background: url(/resource/image/background_blockquote.png) no-repeat;
	text-align: center;
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	line-height: 1.7em;
	color: #FFF;
}
	
blockquote span {
	padding-top: 10px;
	font-style: normal;
	clear: both;
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px; 
}

a.image-link:hover {
	background: none !important;
}



/* layout */


.panel {
	padding-left: 34px;
}

	.panel p {
	
		font-size: 11px;
		text-align:justify;
		}

	.panel h3 {
		margin: 30px 0;
	}

	.panel a {
		color: #FFF;
	}

.column {
	float: left;
}

/* enlace-list */

.enlace-list {
	text-align: left;
	padding: 10px 0px 10px 10px;
}
.enlace-list li{
	margin: 2px 14px;
	float:left;
	}
	.enlace-list img{
		padding: 0 0 20px 0;
		}
	
/* logos (mundo gay) */
	
.logos {
	padding: 10px 0 0 10px;
	float: left;
	text-align: center;	
}

	.logos li {
		float: left;
	}

		.logos li {
			float: left;
			display: block;
			height: 92px;
			text-indent: -99999px;
			margin: 2px 14px;
			opacity:0.8;
		}
		
			.logos li a {
				display: block;
				height: 82px;
				opacity:0.8;
			}
			.logos li.lacuestion a{
				height: 119px;
				}
			
			.logos li a:hover {
				opacity:1;
			}
		
/* Redes sociales */

.redes-sociales a{
	margin-top: 80px;
	padding-left: 10px;
}


/* sign-up */

.form {
	padding-right: 60px;
}
	
	#rumbleui-box-inner form {
		width: 450px;
	}
	
		.text-input {
			border: none;
			background: #000;
			font-size: 12px;
			margin: 10px 0;
			padding: 12px 25px;
			width: 70%;
			color: #E43079;
			text-align:center;
		}
		
		.submit {
			
		}
		
		.form li label {
			color: #FFF;
			padding-left: 10px;
		}

/* miscellaneous */
.clear-float {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

.button {
	height: 0;
	overflow: hidden;
	}

.video{
	height: 0;
	overflow: hidden;	
	}
	
.error {
	color: #FF0000;
}



