/** CSS Document */

/** ---- RESET ----- */

body, div, span, h1, h2, h3, h4, h5, p, ul, ol, li, img, table, tr, td, form, input, legend, fieldset, object, embed, param{
 margin:0;
 padding:0;
}

ul li, ol li{list-style-type:none;}

img{
 border:0;
}

.limpia{
float:none;
display:block;
clear:both;
}

fieldset{
border:0;
}

a{color: #FFF; text-decoration:none ;}
a:hover{color: #EC1E79;}

a.rose{color: #9D005D; text-decoration:none ;}
a:hover.rose{color: #EC1E79;}
a.mas{padding: 2px 8px 2px 23px; border: 1px solid #005596; background: url(images/fleche_button.gif) no-repeat 5px 6px;}

h2{
font: normal 15px/15px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #9D005D;
background:url(images/star_rose.gif) no-repeat 0 0;
padding: 7px 5px 12px 50px;
margin-bottom: 15px;
}

h3{
font: bold 13px/17px Verdana, Arial, Helvetica, sans-serif;
color:#EC1E79;
}

p{margin: 5px 0 15px 0}
p.text_right{text-align:right;}

span.right{float: right; margin-top: -17px;_margin-top: -20px; color:#CCC;}
						
.floatLeft{float:left;}
.floatRight{float:right;}

/** ----- ESTRUCTURA ------ */


body{
	font: normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000 url(images/bg_wrapper1.jpg) no-repeat center top;
}

/** ESTRUCTURA GENERAL: contenedores */

#wrapper1{
	width: 1007px;
	background-color: #000;
	margin: 0 auto;
	
}

	#wrapper1 #wrapper2{
		width: 1000px;
		border: 8px solid #9D005D;

	}
	
		/** CABECERA */
		
		#header{
			width: 1000px;
			height: 240px;
			background: #000 url(images/bg_header.jpg) no-repeat top right;
			overflow: hidden;
			border-bottom: 2px solid #9D005D;
		}
		
			h1{
				width: 304px;
				height: 240px;	
				background: url(images/logo.gif) no-repeat 0 0;
				float:left;
			}
			
				h1 span{display:none;}
		 
			
			/** MP3 PLAYER */
			
			#player{
				float:left;
				width:260px;
				margin: 168px 0 0 265px;				
			}
				#player h2{
					font: bold 12px/15px Arial, Helvetica, sans-serif;
					margin: 0 0 5px 0;
					padding: 0;
					background: none;
					border:0;
					width: 240px;
					text-align:right;
				}
			
			
			
			#header_right{
				float:left;
				width: 130px;
				height:240px;
				overflow:hidden;
			}
			
				/** IDIOMAS */
				
				#navlang{
					width: 130px;
					margin-top: 33px;
				}			
					#navlang ul{
					}
					
						#navlang ul li {
							text-align:right;
						}
						
							#navlang ul li a{
								font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
								color: #FFF;
							}
							
							#navlang ul li a:hover{
								color: #EC1E79;
								text-decoration: none;
							}
				
				
				/** SOCIAL ICONS */
							
				#social_icons{
					margin-top: 45px;
				}
				
					#social_icons a{
						display:block;
						margin: 15px 0;
						width: 130px;
					}
					
					#social_icons a.facebook{
						height: 23px;
						background: url(images/buttons/facebook_off.gif) no-repeat top right;
					}
					#social_icons a.facebook:hover{background: url(images/buttons/facebook_on.gif) no-repeat top right;}
					
					#social_icons a.tuenti{
						height: 23px;
						background: url(images/buttons/tuenti_off.gif) no-repeat top right;
					}
					#social_icons a.tuenti:hover{background: url(images/buttons/tuenti_on.gif) no-repeat top right;}
					
					#social_icons a.youtube{
						height: 34px;
						background: url(images/buttons/youtube_off.gif) no-repeat top right;
					}
					#social_icons a.youtube:hover{background: url(images/buttons/youtube_on.gif) no-repeat top right;}
			
		
		
		/** NAVEGACION PRINCIPAL */
			
			#navmain{
				width: 1000px;
				height: 30px;
				overflow: hidden;
				clear: both;
				border-bottom: 2px solid #B2B2B2;
				background: url(images/bg_navmain.jpg) no-repeat 0 0;
			}
			
				#navmain ul{
					padding-left: 140px;
				}
				
					#navmain ul li{
						float:left;
						margin: 6px 1px 0 1px;
						background: url(images/dot.gif) no-repeat 0 8px ; /** Hacer imagen dot */
					}
					
					#navmain ul li.first{
						background: none;
					}
					
						#navmain a{
							color:#EC1E79;	
							text-decoration:none;
							font: normal 15px/15px Verdana, Arial, Helvetica, sans-serif;	
							padding: 0 20px;	
							text-transform: uppercase;					
						}
						
						#navmain a:hover, #navmain li.current a{
							color:#000;
							background:#9F015E url(images/bg_namain_li.png) repeat-x 0 0 ;
						}
						
		/** CONTENIDO */
		
		#wrapper2 #content{
			overflow:hidden;
			clear: both;
			_height: 500px;
			min-height:500px;
			background-color: #000;
		}	
		
			body.home #content{background: #000 url(images/bg_content.gif) repeat-y 1px 0;}			
			
			/** HOME */
			
			#content #col1{
				width: 421px;
				float:left;
				min-height: 654px;
				_height: 654px;
				background: url(images/bg_content_col1.jpg) no-repeat top right;
				overflow: hidden;
			}
			
				#col1 #last_event{
					/**background-color: #FF0000;*/
					width: 335px;
					margin: 40px 0 0 55px;
					_margin: 40px 0 0 0;
					_padding-left: 55px;
				}
				
					h2.title_small{
						color: #9D005D;
						font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
						border-bottom: 1px solid #9D005D;
						padding: 0 0 3px 30px;
						background: url(images/star_white.gif) no-repeat 0 0;
						clear:both;
					}
					
						
					/** El indent de los textos y fotos */
					#last_event p, #last_event h3{
						padding: 0 20px;
					}
						#last_event h3{color:#FFF;}
						#last_event p{color:#CCC;}
						
						#last_event p.type_event{
							margin-bottom: 0;
							color:#FFF;
						}
						
							#last_event p strong{
								color:#FFF;
							}
						
						#last_event img{
							border: 1px solid #9D005D;
						}
						
						#last_event p.last_event_footer{
							padding:0;
							border-top: 1px solid #9D005D;
						}
						
					
			
			#content #col2{
				float:right;
				width: 579px;
				overflow: hidden;
				min-height: 654px;
				_height: 654px;
				background: #b2b2b2 url(images/bg_content_col2.jpg) no-repeat 0 0;
			}
			
				#col2 .banner{
					border: 1px solid #9D005D;
					width: 280px;
					background: #000 url(images/bg_banner_home.jpg) repeat-x bottom left;
					float: right; 
					padding: 10px 0 0 20px;
					min-height: 150px;
					_height:150px;
					margin-top: 20px;
				}
					
					.banner .carrousel{
						width: 264px;
					}
					
						.banner .carrousel ul{
							margin-top: 15px;
							clear:both;
						}
							
							.banner .carrousel ul li{
								float:left;
								width:125px;
								padding-left: 10px;
							}
							
							.banner .carrousel ul li.first{padding-left: 0;}
							
								.banner .carrousel img{
									border: 1px solid #1E880A;
								}
								
						p.btn_banner{
							text-align: center;
							background: url(images/bg_btn_banner.png) repeat-x 0 0;
						}
						
							p.btn_banner a{
								color: #000;
								font-weight:bold;
								/**background: url(images/bg_btn_banner.jpg) repeat-x 0 0;*/
								padding: 0 15px;
								}
								
							p.btn_banner a:hover{color: #FFF;}
		
			
			/**  INTERIORES */
			
			#content #submenu{
				float: left;
				width: 210px;
				background: #EC1E79 url(images/submenu_top.png) no-repeat 0 0;
				overflow: hidden;
			}
			
				#content #submenu ul{
					padding:20px;
				}
				
				#content #submenu ul li{
					margin-bottom: 10px;
				}
				
					#content #submenu ul li a:hover, #content #submenu ul li.current a {
						color: #000;
						font-weight: bold;	
					}
					
				.submenu_footer{	
					height: 91px;
					background: #000 url(images/bg_foot_submenu.jpg) no-repeat 0 0;
				}
				
			
			#content #contenido{
				float: left;
				background-color: #000;
				margin: 20px 0 0 30px;
				_margin: 20px 0 0 10px;
				overflow:hidden;
				color:#CCC;
			}		
			
			#content .smallscreen{width: 720px;}	
			#content .fullscreen{width: 940px;}	
			
				#contenido .col1, #contenido .col2{
					float: left;
					width: 40%;
					padding-left: 50px;
				}
					#contenido ul{
						margin: 10px 20px;
					}
					
					#contenido ul li{
						margin: 5px 0;
						padding-left: 10px;
						background: url(images/dot.gif) no-repeat 0 8px;
					}
					
		
		/** FOOTER - PIE */
					
		#wrapper2 #footer{
			width: 1000px;
			clear: both;
			background-color: #9D005D;
			padding: 3px 0;
			text-align:center;
		}			
	
			#footer a{color: #FFC9FF;}
			#footer a:hover{text-decoration:underline;}
			
			

/*** ************* */
/*** Galeria */
/*** ************* */
div.gallery {
  width: 630px;
  padding: 6px;
  margin-bottom: 15px;
}
div.slide_canvas {
  width: 665px;
  position: relative;  
}
div.previmg,
div.nextimg {
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #9D005D;
  background-position: center 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
div.previmg {
  left: 5px;
  background-image: url(images/slide_prev.gif);
}
div.nextimg {
  right: 5px;
  background-image: url(images/slide_next.gif);
}
div.slideshow_canvas {
  position: absolute;
  left: 34px;
}

ul.gallery_index_photo li {
  float: left;
  margin-right: 10px;
}
ul.gallery_index_photo li img {
  border: 1px solid #ccc;
}



/*** ************* */
/*** Carousel */
/*** ************* */
div.thumbs_imgs {
  height: 100px;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
div.thumbs_imgs li {
  float: left;
}
div.thumbs_imgs li a {
  background: #000;
  display: block;
  overflow: hidden;
  border: 2px solid #666;
}
div.thumbs_imgs li a.current_photo,
div.thumbs_imgs li a:hover {
  border: 2px solid #fff;
}
div.shower_thumbs {
  width: 660px;
  height: 7px;
  background: url(images/arrow_thumbails.png) no-repeat 98% 50%;
}
div.shower_thumbs_off {
  background: none;
}
div.slide_indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.4;
	opacity: .40;
	filter: alpha(opacity=40);
	background: url(images/ajax_loader_2.gif) no-repeat 50% 50%;
}


#horizontal_carousel  {
  position: relative;
  width: 680px;
  height: 100px;
  z-index: 11;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themed/errea/css/images/slide_thumbails_bg.png', sizingMethod='scale');
}
html>body #horizontal_carousel {
  background: url(images/slide_thumbails_bg.png);
  filter: none;
}

#horizontal_carousel .container {
  position: relative;
  top: 1px;
  left: 30px;  
  width: 625px;
  height: 100px;
  overflow: hidden; 
}     
#horizontal_carousel .previous_button,
#horizontal_carousel .next_button {
  position: absolute;
  top: 0px;
  width: 22px;
  height: 92px;
  cursor:pointer;
}
#horizontal_carousel .previous_button {
  left: 10px;
  background: url(images/carousel_prev.gif) no-repeat 0 35%;
  z-index: 100;    
}        
#horizontal_carousel .previous_button_disabled,
#horizontal_carousel .next_button_disabled {
  display: none;
}
#horizontal_carousel .next_button {
  right: 0px;
  background: url(images/carousel_next.gif) no-repeat 0 35%;
  z-index: 100;
}   
#horizontal_carousel ul {
  margin: 0;
  padding: 0;
  width: 100000px;
  position: relative;
  left: 0;
  background: none;
}                      

#horizontal_carousel ul li img {
  display:block;             
}                                                  
#horizontal_carousel ul li {
  margin: 0px 6px 0px 0px;
   background: none;
}

#horizontal_carousel ul li,
div.thumbs_imgs li a {
}
#horizontal_carousel ul a {
  display: block;
}
#horizontal_carousel ul a:hover,
#horizontal_carousel ul a.current_photo {
  padding: 0;
}

#horizontal_carousel ul#thumbs, ul#thumbs li{
} 



/*** ************* */
/*** calendar */
/*** ************* */

div.calendar_container{
	float: left;
	width: 210px;
	padding-top: 15px;
	background: #EC1E79 url(images/submenu_top.png) no-repeat 0 0;
	overflow: hidden;
}

div#calendar {
  margin-bottom: 15px;
  /**background-color:#9D005D;*/
}
div.calendar,
table.month {
	width: 180px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.calendar {
  position: relative;
  height: 170px;
}
div.calendar_indicator {
  position: absolute;
  background: #fff url(images/ajax_loader_2.gif) no-repeat 50% 50%;
	width: 100%;
  height: 170px;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
div#calendar_drop_off {
	margin-right: 0;
}
div.calendar h4 {
	font-size: 15px;
	margin: 5px 0;
}
div#calendar_pick_up h4 {
	color: #339966;
}
div#calendar_drop_off h4 {
	color: #990000;
}
div.calendar_header {
	padding: 3px 3px;
	text-align: center;
}

div.calendar_header a {
	font-size: 11px;
}

div.calendar_header a:hover{
	color: #000;
}
div#calendar_pick_up div.calendar_header a {
	color: #ADD6C1;
}
div#calendar_drop_off div.calendar_header a {
	color: #D69898;
}
div.calendar_admin div.calendar_header a {
	font-size: 16px;
}
div.calendar_admin div.calendar_header em {
	font-size: 20px;
}

div.calendar_header em {
	font: bold 11px/15px Verdana, Arial, Helvetica, sans-serif;;
    color: #000;
	text-transform: uppercase;
	letter-spacing: -1px;
}
div.leyend {
	margin-top: 5px;
}
div.leyend span {
	font-size: 12px;
	float: left;
	/**font-weight: bold;*/
	margin: 0 15px 5px 0;
}

/** Días genericos */
table.month {
    clear: left;
    float : left;
    border: 0px;
    padding: 0;
    margin: 0px auto;
  }
table.month td {
    width: 23px;
    margin: 1px;
    text-align: center;
		/**font-weight: bold;*/
		font-size: 13px;
		color: #333;
}
table.month td a {
		display: block;
	  color: #fff;
		padding: 5px 0;
		font-size: 12px;
    background: #000;
		text-decoration: none;
}
table.month td.week_day {
  font-size: 11px;
  color: #FFF;
  background-color: #9D005D;
}
table.month td.blank  {
	color: #ccc;
}
/** day generic */
table.month td.Blank {
		color : #ccc;
  }

table.month td.Blank {
    color : #666;
  }

table.month td.Sun a,
div.calendar_admin table.month td.Sun,
table.month td.Sat a,
div.calendar_admin table.month td.Sat {
}

/** Este codigo es para ver bonitos los errores del CAKE */

/** Cake */

.cake-stack-trace,
.cake-debug {
	background: #000;
	padding: 40px;
	clear: both;
	z-index: 1;
	text-align: left;
	border: 2px solid #ccc;
	color: #fff;
	margin: 0 20px;
	position: relative;
}
.cake-debug {
	z-index: 5000;
	margin-bottom: 20px;
	padding: 10px;
}
.cake-stack-trace a {
	text-decoration: underline;
}
.cake-stack-trace a:hover {
	color: #fff;
}
.cake-sql-log {
	width: 80%;
	margin: 0 auto;
}
.cake-sql-log th {
	font-size: 12px;
}
.cake-sql-log td {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	text-align: left;
}

