/* --------------------------------------------------------------------------------
   CSS : AP Productions 2008
   -
   by Kings of Mambo / www.kingsofmambo.com
-------------------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #fff url(http://s3.amazonaws.com/approductions/images/layout/page_background.gif) repeat-x top left;
}

body {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666;
}
img {
	border: 0;
}
a {
	color: #333;
}
p {
	margin-bottom: 7px;
}
ul {
	list-style: none;
}
input, textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}
.clear {
	display: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

/* ........................................................................................ GENERAL */
#general_nav, #dynamic_nav, #hide_nav, #hide_nav_support, #flash_header, #content, #bread_crumb, #footer {
	width: 908px;
	margin: auto;
	text-align: left;
}

/* ........................................................................................ NAVEGACION GENERAL */
#general_nav {
	height: 29px;
}
.welcome_message{
	font-size: 12px;

	
}
	/* .................................................................................... OPCIONES DE MENU */
	ul#options {
		float: left;
		width: 550px;
		padding-top: 5px;
	}
		ul#options li {
			float: left;
			margin-right: 15px;
		}
		ul#options span, ul#options span.user {
			display: block;
			font-size: 15px;
			color: #999;
		}
		ul#options span.option_user {
			color: #b2de49;
		}
	
	/* .................................................................................... IDIOMAS */
	div#lang {
		float: right;
		text-align: right;
		width: 70px;
		padding-top: 7px;
	}
		div#lang img {
			margin-right: 3px;
		}
	/*
	ul#lang {
		float: right;
		width: 100px;
		padding-top: 4px;
	}
		ul#lang select {
					width: 100px;
					height: 20px;
					border: 1px solid #ccc;
					background: #eee;
					color: #333;
				
		}
		
		ul#lang li {
			float: right;
			font-size: 12px;
			margin-left: 2px;
		
		}
		ul#lang li.lang_selected span a {
			color: #b7e34b;
			font-size: 11px;
			font-weight:bold;
			text-decoration: none;
			margin-right: 5px;
		}
		ul#lang select {
			font-size: 12px;
			height: auto;
		}
		ul#lang span {
			font-size: 11px;
			color: #999;
			font-weight:bold;
		}
	*/
		

/* ........................................................................................ CABECERA FLASH */
#flash_header {
	clear: both;
	height: 210px;
}

/* ........................................................................................ BLOQUE DE NAVEGACION Y BUSQUEDA */
#dynamic_nav_background {
	margin-top: 3px;
	margin-bottom: 20px;
}
#dynamic_nav {
	/*background: #eee;*/
	background: #fff;
	/*height: 28px;*/
}
	/* .................................................................................... NAVEGACION DINAMICA */
	ul#nav {
		float: left;
		width: 730px;
		/*padding-top: 6px;
		padding-left: 10px;*/
	}
		ul#nav li {
			display: block;
			float: left;
			height: 20px;
			color: #000;			
			font-weight: bold;
			padding: 8px 15px 0 15px;			
		}
			ul#nav li.op1 {	background: #7f7f7f;	}
			ul#nav li.op2 {	background: #929292;	}
			ul#nav li.op3 {	background: #c9c9c9;	}
			ul#nav li.op4 {	background: #d3d3d3;	}
			ul#nav li.op5 {	background: #dedede;	}
			ul#nav li.op6 {	background: #f1f1f1;	}			
		
		ul#nav a {
			text-decoration: none;
			font-weight: bold;
		}
		ul#nav a:hover {
			text-decoration: underline;
		}
		/*
		ul#nav span {
			float: left;
			display: block;
			color: #333333;
			padding: 4px;
			line-height: 10px;
		}
		*/
		/*
		ul#nav span {
			font-size: 10px;
			line-height: 12px;
			height: 12px;
			color: #333333;
			padding: 4px;
		}
		*/
		
	
	/* .................................................................................... BUSQUEDA */
	
	strong.found {
		color: #690;
	}
	
	ul#general_search {
		float: right;
		padding-top: 5px;
		/*padding-right: 9px;*/
		width: 170px;
		height: 23px;
		overflow: hidden;
	}
		ul#general_search li {
			float: left;
			font-weight: bold;
			color: #999;
		}
		ul#general_search input {
			width: 120px;
			height: 15px;
			font-weight: normal;
			border: 1px solid #ccc;
			background: #eee;
			color: #333;
			margin-left: 5px;
			margin-right: 6px;
		}
		ul#general_search input.gs_btn {
			width: 22px;
			height: 17px;
			border: 0;
			margin: 0;
		}
		ul#general_search input:focus {
			background: #e7e7e7;
		}
		ul#general_search span {
			display: block;
			padding-top: 2px;
		}

		/* .................................................................................... BUSQUEDA AVANZADA */
		
		ul#advanced_search {
			padding-top: 6px;
			padding-right: 9px;
		}
			ul#advanced_search li {
				float: left;
				font-weight: bold;
				color: #999;
				margin-bottom: 10px;
			}
			ul#advanced_search input {
				font-weight: normal;
				font-size: 13px;
				width: 100px;				
				border: 1px solid #ccc;
				background: #eee;
				color: #333;
			
			}
			
			ul#advanced_search select {
				width: 180px;
				
				border: 1px solid #ccc;
				background: #eee;
				color: #333;
				margin-left: 5px;
				margin-right: 6px;				
			}
			
			ul#advanced_search select.boolean {
				width: 35px;
			}
						
			ul#advanced_search input.gs_btn {
				width: 22px;
				height: 17px;
				border: 0;
				margin: 0;
			}
			ul#advanced_search input:focus {
				background: #e7e7e7;
			}
			ul#advanced_search span {
				display: block;
				padding-top: 2px;
			}
		
/* ........................................................................................ NAVEGACION OCULTA */
#hide_nav_background, #hide_nav_support_background {
	clear: both;
	background: #b5e14a;
}
#hide_nav_support_background {
	background: #333;
}
	#hide_nav ul, #hide_nav_support ul {
		padding: 10px 0;
	}
		#hide_nav li, #hide_nav li.hn_close, #hide_nav_support li, #hide_nav_support li.hn_close {
			text-align: left;
			padding-top: 4px;
			height: 16px !important;
			border-bottom: 1px dashed #9abf3f;
		}
		#hide_nav_support li, #hide_nav_support li.hn_close {
			border-bottom: 1px dashed #000;
		}
			#hide_nav li:hover {
				background: #aad92c;
			}
			#hide_nav_support li:hover {
				background: #161616;
			}
			#hide_nav li.hn_last, #hide_nav_support li.hn_last {
				border-bottom: 0;
			}
		#hide_nav li.hn_close, #hide_nav_support li.hn_close {
			text-align: right;
			padding-top: 0px;
			padding-right: 10px;
			border-bottom: 0;
		}
			#hide_nav li.hn_close:hover {
				background: #b5e14a;
			}
			#hide_nav_support li.hn_close:hover {
				background: #333;
			}
		#hide_nav a, #hide_nav_support a {
			float: left;
			display: block;
			font-size: 11px;
			margin-right: 20px;
			color: #690;
			text-decoration: none;
		}
			#hide_nav_support a {
				color: #999;
			}
		#hide_nav a.principal, #hide_nav_support a.principal {
			float: left;
			display: block;
			font-size: 11px;
			font-weight: bold;
			padding-left: 60px;
			width: 175px;
			color: #360;
		}
		#hide_nav_support a.principal {
			color: #666;
		}
			#hide_nav a.principal:hover {
				color: #333;
			}
			#hide_nav_support a.principal:hover {
				color: #ccc;
			}
		#hide_nav a.close, #hide_nav_support a.close {
			float: none;
			color: #690;
			text-decoration: none;
			font-size: 12px;
			font-weight: bold;
			margin-right: 0;
		}
			#hide_nav a:hover {
				color: #360;
			}
			#hide_nav_support a:hover {
				color: #d7d7d7;
			}



/* ........................................................................................ MIGA DE PAN */
#bread_crumb {
	font-size: 11px;
	color: #ccc;
	height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
}

#bread_crumb.search {
	font-size: 11px;
	color: #ccc;
	height: 16px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	width: 100%;
}

	#bread_crumb p {
		float: left;
		color: #999;
		margin: 0;
		padding: 0;
	}
	#bread_crumb a {
		text-decoration: none;
		font-size: 11px;
		color: #ccc;
		font-weight: bold;
		text-transform: uppercase;
	}
	#bread_crumb a:hover {
		text-decoration: underline;
	}
		#bread_crumb a.level1 {	color: #ccc;	}
		#bread_crumb a.level2 {	color: #999;	}
		#bread_crumb a.level3 {	color: #666;	}
		#bread_crumb a.level4 {	color: #333;	}
	
	#bread_crumb a.more {
		float: right;
		color: #690;
		text-transform: uppercase;
	}
	


/* ........................................................................................ CONTENIDOS */
#content {
	clear: both;
}
	h1 {
		line-height: 36px;
		color: #333;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	h2 {
		line-height: 30px;
		color: #690;
	}
	h3 {
		line-height: 23px;
		color: #000;
		margin-bottom: 3px;
	}
	h4 {
		line-height: 21px;
		color: #999;
		margin-bottom: 10px;
		margin-top: 25px;
		border-bottom: 1px solid #ccc;
	}
	
	/* .................................................................................... NOTICIAS */
	#news {
		margin-bottom: 22px;
		border-bottom: 1px solid #f0f0f0;
	}
		.news_item, .news_item_last, #newsletter, #register {
			float: left;
			width: 407px;
			margin-right: 94px;
			margin-bottom: 25px;
		}
		.news_item_last, #register {
			margin-right: 0;
		}
		
		#news img {
			display: block;
			padding: 2px;
			border: 1px solid #f0f0f0;
			margin-bottom: 5px;
		}
		
		#news h2 {
			width:  400px;
			font-size: 16px;
			line-height: 30px;
			color: #690;
		}

	
	/* .................................................................................... NEWSLETTER */
	#newsletter {
		margin-right: 44px;
	}
		#newsletter ul {
			padding-top: 10px;
		}
		#newsletter li {
			float: left;
		}
		#newsletter input {
			width: 113px;
			height: 15px;
			border: 1px solid #ccc;
			background: #f0f0f0;
			color: #333;
			margin-left: 4px;
			margin-right: 9px;
		}
		#newsletter input.n_btn {
			width: 22px;
			height: 17px;
			border: 0;
			margin: 0;
			margin-left: 6px;
		}
		#newsletter input:focus {
			background: #e7e7e7;
		}
		
	
	
	/* .................................................................................... INSCRIBETE */
	#register {
		width: 457px;
		background: #fff url(http://s3.amazonaws.com/approductions/images/layout/register_background.jpg) no-repeat bottom left;
	}
		#register_info {
			padding-left: 190px;
		}
		#register_info h3 {
			font-size: 9px;
			line-height: 22px;
		}
		#register_info a {
			display: block;
			margin-top: 11px;
		}
	
	
	/* .................................................................................... GENERICO CATEGORIAS */
	#category {
		
	}
		#category p {
			margin-bottom: 25px;
		}
		#category img {
			padding: 2px;
			border: 1px solid #f0f0f0;
			margin-bottom: 5px;
		}
		.category_item, .category_item_last {
			float: left;
			width: 288px;
			margin-right: 22px;
			padding-bottom: 13px;
			border-bottom: 1px solid #dbf1a5;
			margin-bottom: 25px;
		}
		.category_item_last {
			margin-right: 0;
		}
		
		ul.subcategory {
			
		}
			ul.subcategory li {
				padding: 6px;
				margin-bottom: 2px;
			}
			ul.subcategory li.sub1 {	background: #f8f8f8;	}
			ul.subcategory li.sub2 {	background: #f4f4f4;	}
			ul.subcategory li.sub3 {	background: #f2f2f2;	}
			ul.subcategory li.sub4 {	background: #f0f0f0;	}
			ul.subcategory li.sub5 {	background: #eee;	}
			ul.subcategory li.sub6 {	background: #ededed;	}
			ul.subcategory li.sub7 {	background: #ebebeb;	}
			
			ul.subcategory a {
				color: #690;
			}
	

	/* .................................................................................... ARTISTA */
	#column_info {
		float: left;
		width: 549px;
		margin-right: 40px;
		font-size: 12px;
	}
		#column_info img.big, #artist_info img.big {
			padding: 2px;
			border: 1px solid #f0f0f0;
			margin-bottom: 20px;
		}
		#column_info p, #artist_info p {
			margin-bottom: 15px;
		}
	
	#column_aux {
		float: left;
		width: 319px;
	}
		#column_aux h4, #artist_multimedia h4 {
			margin-top: 15px;
		}
	
	
	/* .................................................................................... ARTISTA */
	#artist_info {
		margin-bottom:20px;
		
	}
	#artist_info, #contact {
		float: left;
		width: 549px;
		/*margin-right: 40px;*/
		margin-right: 19px;
		font-size: 12px;
	}
		#artist_info a.additionalinfo {
			display: block;
			margin-top: 5px;
			padding-top: 10px;
			border-top: 1px solid #eaeaea;
			margin-bottom: 25px;
		}
		
		#artist_related {
			margin-bottom: 25px;
			border-bottom: 1px solid #eaeaea;
		}
		.item_artist_related, .item_artist_related_last {
			float: left;
			width: 100px;
			margin: 8px 12px 20px 0;
		}
		.item_artist_related_last {
			margin-right: 0;
		}
			.item_artist_related img, .item_artist_related_last img {
				display: block;
				width: 100px;
				margin-bottom: 8px;
			}
			.item_artist_related a, .item_artist_related_last a {
				display: block;
				text-align: center;
				margin: auto;
				width: 100px;
				color: #b7e34b;
				text-transform: uppercase;
			}
			
		ul#news_related {
			margin-top: 10px;
		}
			ul#news_related li {
				padding: 5px 0;
				border-bottom: 1px solid #eaeaea;
			}
			ul#news_related span {
				margin-right: 30px;
			}
			ul#news_related a {
				color: #b7e34b;
			}
	
	#artist_multimedia {
		float: left;
		/*width: 319px;*/
		width: 340px;
	}
		#artist_images, #artist_video {
			height: 135px;
			margin-top: 7px;
			margin-bottom: 10px;
		}
		#artist_video {
			height: 399px;
		}
		#artist_playlist {
			height: 399px;
			margin-top: 7px;
			margin-bottom: 10px;	
		}
		
		
	/* .................................................................................... BIOGRAFIA */
	#bio {
		margin-top: 13px;
	}
		#bio img.photo {
			float: right;
			margin-bottom: 4px;
			margin-left: 8px;
		}
		#bio p {
			margin-bottom: 15px;
		}
		
	
	/* .................................................................................... CLIENTES DESTACADOS */
	ul#clients {
		margin-top: 13px;
	}
		ul#clients li {
			border-bottom: 1px solid #eaeaea;
		}
		ul#clients img {
			float: left;
			margin-right: 0 !important;
			margin-bottom: 0 !important;
		}
	/* .................................................................................... Formulario contacto */	
	
	#contact_form{

		height: 300px;
			
	}

	#contact_form p{
		text-align: left;
		font-size: 12px;
		color: #666;
		margin-bottom: 10px;
	}
	#contact_form input.contact_btn {
			display: inline;
			border: 0;
			width: 63px;
			height: 18px;
			margin: 0;
		}
		
	/*-------------------------------------------------
	FORM inscripción
	-------------------------------------------------*/
	#inscribete {
		height: 600px;
	}

		#inscribete p {
			margin-bottom: 15px;
		}
		#inscribete p.info_obligatory {
			margin-bottom: 0;
		}
		#inscribete span.obligatory {
			font-size: 16px;
			color: #690;
			font-weight: bold;
		}
		#inscribete ul {
			margin-bottom: 5px;
		}
			#inscribete li {
				clear: both;
				width: 549px;
				height: 15px;
				margin-bottom: 10px;
			}
			#inscribete li.li_textarea {
				height: 75px;
			}
		#inscribete ul span {
			display: block;
			float: left;
			width: 189px;
		}

			#inscribete ul span.obligatory {
				float: left;
				padding-left: 5px;
				width: 10px !important;
			}
		#inscribete input, #inscribete textarea {
			float: left;
			width: 300px;
			height: 15px;
			color: #333;
			border: 1px solid #ccc;
			background: #eee;
		}
		#inscribete input.btn_file {
			width: 300px !important;
			margin-bottom: 8px;
			height: auto;
		}
		#inscribete textarea {
			height: 200px;
		}
		#inscribete .submit {
			margin-top: 15px;
			width: 45px;
			float: left;
			margin-left: 375px;
		}
}
#cv {

}

#cv textarea{

	display: block;
	float: left;
	width: 487px;
	margin-bottom: 15;
}

	/* .................................................................................... EVENTOS */
	#events h4, .logos h4 {
		margin: 15px 0;
	}
	.logos, #events {
		float: left;
		width: 237px;
	}
	#events {
		padding: 0 98px 0 99px;
	}
		.logos ul {
			margin-bottom: 35px;
		}
		.logos li {
			width: 237px;
			padding: 7px 0;
			overflow: hidden;
			border-bottom: 1px solid #eaeaea;
		}
		.logos li img, .logos li a {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
		}
		.logos p {
			font-size: 12px;
		}
		
	/* .................................................................................... CONTACTO */
	#contact {
		
	}
		#contact h5 {
			margin-top: 5px;
			margin-bottom: 10px;
			font-size: 12px;
			font-weight: bold;
			color: #333;
			border-bottom: 1px solid #999;
		}
		#contact p {
			margin-bottom: 15px;
		}
		#contact p.info_obligatory {
			margin-bottom: 0;
		}
		#contact span.obligatory {
			font-size: 16px;
			color: #690;
			font-weight: bold;
		}
		#contact ul {
			margin-bottom: 30px;
		}
			#contact li {
				clear: both;
				width: 549px;
				height: 15px;
				margin-bottom: 5px;
			}
			#contact li.li_textarea {
				height: 75px;
			}
		#contact li.captcha {
		padding-left: 50px;
		
		}
			
		#contact ul span {
			display: block;
			float: left;
			width: 189px;
		}
			#contact ul span.obligatory {
				float: left;
				padding-left: 5px;
				width: 10px !important;
			}
		#contact input, #contact textarea {
			float: left;
			width: 300px;
			height: 15px;
			color: #333;
			border: 1px solid #ccc;
			background: #eee;
		}
			#contact input.numeric {
				width: 150px;
			}
			#contact input:focus {
				background: #d7d7d7;
			}
		
		#contact input.es_btn, #contact input.es_btn_contact {
			width: 56px;
			height: 17px;
			border: 0;
			margin: 0;
			margin-top: 10px;
		}
			#contact input.es_btn_contact {
				float: none;				
				width: 56px;
				padding-left: 189px;
				background: #fff;
			}
				
		#contact p.btn_title {
			display: block;
			padding: 2px;
			background: #e8f6c5;
			margin-bottom: 2px;
			margin-bottom: 3px;
		}
			#contact p.btn_title img {
				margin-right: 5px;
			}
			#contact p.btn_title a {
				display: block;
				text-decoration: none;
			}
		
		#contact ul.event_data {
			padding-top: 5px;
			padding-left: 70px;
			padding-bottom: 20px;
			margin: 0;
		}
			#contact ul.event_data li {
				margin: 0;
				padding: 0;
				clear: both;
				width: 479px;
				height: auto;
				padding: 5px 0;
			}
			#contact ul.event_data li p {
				clear: both;
				margin-bottom: 3px;
				float: none;
				display: block;
			}
			#contact ul.event_data span.num, #contact ul.event_data span.txt_rb {
				width: 15px;
			}
			#contact ul.event_data span.txt_rb {
				width: auto;
				margin-right: 5px;
			}
			#contact ul.event_data input {
				width: 405px;
			}
			#contact ul.event_data input.rb, #contact ul.event_data input.rb_last {
				float: left;
				border: 0;
				background: #fff;
				margin-right: 12px;
				width: auto;
			}
				#contact ul.event_data input.rb_last {
					margin-right: 40px;
				}
				#contact ul.event_data input.inicio {
					width: 80px;
				}
				#contact ul.event_data input.sizes {
					width: 30px;
					margin-right: 15px;
				}
			#contact textarea {
				display: block;
				float: none;
				width: 420px;
				height: 75px;
			}
				#contact textarea.ta_contact {
					float: left;
					width: 300px;
				}
			#contact ul.event_data strong {
				float: left;
				margin-right: 10px;
			}
			#contact p.contact_send {
				clear: both;
				padding: 20px 0;
				display: block;
				float: none;
			}
			
		#cocktail, #comida, #show, #danza {			
			display: block;
		}
		
/* ........................................................................................ FOOTER */
#footer_back {
	clear: both;
	margin-top: 45px;
	height: 210px;
	background: #b7e34b;
}
#footer {
	padding-left: 10px;
	padding-top: 15px;
	font-size: 12px;
	color: #6f9c01;
}
	#footer a {
		font-size: 12px;
		color: #6f9c01;
	}
	#footer_info {
		float: left;
		width: 230px;
	}
		#footer_info p.ap {
			color: #fff;
			line-height: 22px;
			margin: 0;
			width: 150px;
		}
	#footer_nav {
		float: left;
		width: 560px;
	}
		#footer_nav li {
			float: left;
			margin-right: 8px;
		}
		#footer_nav p {
			clear: both;
			padding-top: 10px;
		}
		ul#credits {
			clear: both;
			margin-top: 20px;
		}
			ul#credits li {
				float: left;
			}
			ul#credits li.kom {
				padding-top: 10px;
			}
			ul#credits img {
				width: 19px;
				padding-right: 50px;
			}
				ul#credits img.youtube_img {
					width: 65px;
					height: 30px;
					margin-left: 0;
					padding-right: 0;
				}
			ul#credits p {
				color: #6f9c01;
				line-height: 6px;
				width: 55px;
			}
			ul#credits span {
				display: block;
				float: left;
				line-height: 10px;
				width: 81px;
			}
			ul#credits span.youtube {
				width: 90px;
				padding-top: 9px;
				height: 10px;
				padding-right: 0;
				margin-right: 0;
			}



/* ........................................................................................ sIFR styles */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3, .sIFR-hasFlash h4 {
	visibility: hidden;
}
.sIFR-hasFlash ul#options span {
	visibility: hidden;
}
/*
.sIFR-hasFlash #dynamic_nav span {
	visibility: hidden;
}
*/
.sIFR-hasFlash #news h2 {
	visibility: hidden;
}
.sIFR-hasFlash #footer_info p.ap, .sIFR-hasFlash #credits p {
	visibility: hidden;
}
 

div.pagination {	
	clear: both;
	height: 30px;
	font-size: 11px;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}

div.pagination a {
	color: #666;
}

div.pagination div.next {
	float: right;
}

div.pagination div.previous {
	float: left;
}