#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/plugin_assets/lightwindow/images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/plugin_assets/lightwindow/images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/plugin_assets/lightwindow/images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/plugin_assets/lightwindow/images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/plugin_assets/lightwindow/images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/plugin_assets/lightwindow/images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/plugin_assets/lightwindow/images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




@charset "UTF-8";
/* CSS Document */


html{
  height: 100%;
}
body {
  background-image: url(/images/rusty.jpg);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #000000;
  background-attachment: fixed;
}


.cierzitos{
  height: 100%;
  width: 100%;
}


.lateral1{
  width: 30%;
  float: left;
  height: 250px;
  z-index: 5;
  background-image: url(/images/onda_izda.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.lateral2{
  width: 30%;
  float: right;
  height: 250px;
  z-index: 5;
  background-image: url(/images/onda_dcha.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.caja_central{
  background-color: #000000;
  width: 925px;
  margin-right: auto;
  margin-left: auto;
  position:relative;
  z-index: 500;
}

.cabecera{
  height: 204px;
  width: 925px;
  position:absolute;
  top: 0px;
  z-index: 502;
}

.menu{
  background-image: url(/images/menu.gif);
  background-repeat: no-repeat;
  height: 57px;
  width: 925px;
  position:relative;
  padding: 0 99px;
  z-index: 501;
  clear: both;
}

.botonera{
  height: 57px;
  width: 925px;
  position:relative;
  z-index: 503;
}

.botonera #sinopsis,
.botonera #artistico,
.botonera #tecnico,
.botonera #proyecto,
.botonera #multimedia {
  text-indent: -9999px;
  background-repeat: no-repeat;
  height: 54px;
  display: block;
  float: left;
}
.botonera #sinopsis {
  background: url(/images/sinop.gif);
  width: 106px;
}
.botonera #sinopsis:hover, .botonera #sinopsis.selected {
  background: url(/images/sinop_over.gif);
}
.botonera #artistico {
  background: url(/images/art.gif);
  width: 190px;
}
.botonera #artistico:hover, .botonera #artistico.selected {
  background: url(/images/art_over.gif);
}
.botonera #tecnico {
  background: url(/images/tech.gif);
  width: 174px;
}
.botonera #tecnico:hover, .botonera #tecnico.selected {
  background: url(/images/tech_over.gif);
}
.botonera #proyecto {
  background: url(/images/proyecto.gif);
  width: 142px;
}
.botonera #proyecto:hover, .botonera #proyecto.selected {
  background: url(/images/proyecto_over.gif);
}
.botonera #multimedia {
  background: url(/images/multi.gif);
  width: 116px;
}
.botonera #multimedia:hover, .botonera #multimedia.selected {
  background: url(/images/multi_over.gif);
}

.fila{
  clear: both;
  width: 890px;
  margin: 10px auto;
}


.columna1{
  width: 240px;
  float: left;
  margin-right: 20px;
}
.home .columna1{
  width: 345px;
}

.columna2{
  float: left;
  width: 590px;
  background-color: #c20144;
  padding: 10px;
}
.home .columna2{
  width: 525px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 40px;
}


.columna1 .seccion {
  padding: 10px;
  margin-bottom: 20px;
}
.columna1 .noticias{
  background-color: #FFFFFF;
}
.columna1 .videos{
  background-color: #c20144;
}
.columna1 .galerias{
  background-color: #FFFFFF;
}


p.noticias-foto {
  margin-bottom: 0px;
}
p.noticias-titulo {
  margin-top: 0px;
}
p.noticias-titulo a{
  font-weight: bold;
  color: #c10044;
  text-decoration: none;
  text-transform: uppercase;
}
p.noticias-titulo a:hover{
  color: #000;
}




.fila_galeria{
  width: 890px;
  margin: 10px auto;
  background-image: url(/images/fondo_galeria.jpg);
  background-repeat: no-repeat;
  height: 463px;
  clear: both;
}

.galeria_titulo{
  clear: both;
  height: 80px;
  padding: 5px;
}

.fila_galeria .pagination {
  float: right;
  width: 500px;
  padding-top: 25px;
  padding-right: 20px;
}

.img_galeria{
  margin: 10px 5px;
  text-align: center;
  float: left;
}
.img_galeria img:hover{
  opacity: 0.8;
}

.galeria_fotos {
  padding: 0px 10px;
}
.galeria_fotos .img_galeria{
  width: 163px;
  height: 91px;
}
.seccion .galeria_fotos {
  padding: 0px;
}
.seccion .galeria_fotos .img_galeria{
  width: 95px;
  height: 52px;
}
.videos .img_galeria{
  width: 237px;
  height: 132px;
}
.videos .img_galeria a:hover {
  background-color: transparent;
}


.fila_proyecto{
  width: 890px;
  margin: 20px auto 10px;
  background-image: url(/images/fondo_proyecto.jpg);
  background-repeat: no-repeat;
  height: 409px;
  padding-top: 26px;
  clear:both;
}

.proyecto1{
  float: left;
  width: 225px;
}

.proyecto2{
  float: left;
  width: 330px;
  color: #FFFFFF;
  padding: 52px 20px 0px;
}

.proyecto3{
  float: left;
  width: 290px;
  padding-top: 52px;
  border-bottom: 30px solid #000000;
  height: 295px;
}

.fila_logos{
  width: 890px;
  margin: 50px auto 10px;
  background-image: url(/images/fondo_logos.jpg);
  background-repeat: no-repeat;
  height: 94px;
  clear: both;
}

/* HOME CONTENIDO */

.caja_video{
  background-image: url(/images/fondo_video.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10px;
  height: 368px;
  clear: both;
  text-align: center;
}

.caja_boletin{
  background-image: url(/images/fondo_boletin.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding: 10px;
  clear: both;
  height: 120px;
}

.dentro_boletin{
  padding-top: 12px;
  padding-left: 150px;
}
.dentro_boletin .bold_roja{
  width: 200px;
  float: left;
}
.dentro_boletin p{
  margin: 0px;
  clear: both;
  float: left;
  width: 150px;
}

.dentro_boletin input {
  margin-top: 3px;
}
.dentro_boletin .submit {
  font-weight: bold;
  color: #FFFFFF;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 21px;
  width: 110px;
  padding-top: 3px 5px 5px;
  float: left;
  border: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
.dentro_boletin .subscribe{
  background-image: url(/images/red_pill.png);
  margin-right: 10px;
}
.dentro_boletin .subscribe:hover{
  background-image: url(/images/black_pill.png);
}
.dentro_boletin .unsubscribe {
  background-image: url(/images/black_pill.png);
}
.dentro_boletin .unsubscribe:hover {
  background-image: url(/images/red_pill.png);
}

/* Paginacion */
.pagination {
  height: 30px;
}

.pagination .next_page, .pagination .prev_page {
  font-weight: bold;
  color: #FFFFFF;
  background-image: url(/images/red_pill_mini.png);
  background-repeat: no-repeat;
  height: 13px;
  width: 70px;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-decoration: none;
  display: block;
}
.pagination .next_page {
  float: right;
  text-align: right;
}
.pagination .prev_page {
  float: left;
}
.pagination .next_page:hover, .pagination .prev_page:hover {
  background-image: url(/images/black_pill_mini.png);
}

.videos .pagination .next_page, .videos .pagination .prev_page{
  background-image: url(/images/black_pill_mini.png);
}
.videos .pagination .next_page:hover, .videos .pagination .prev_page:hover{
  background-image: url(/images/red_pill_mini.png);
}

.fila_galeria .pagination .next_page, .fila_galeria .pagination .prev_page {
  background-image: url(/images/black_pill.png);
  width: 100px;
}
.fila_galeria .pagination .next_page:hover, .fila_galeria .pagination .prev_page:hover {
  background-image: url(/images/red_pill.png);
}


.pagination .disabled {
  display: none;
}


/* EStilos de texto */

a img{
border:none;
}

.bold_negra{
  font-weight: bold;
  color: #000;
  text-decoration: none;
}


.bold_roja{
  font-weight: bold;
  color: #c10044;
  text-decoration: none;
}

.raya_separa{
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000;

}


.espacia_img{
  margin-bottom: 8px;
}

.espacia_img_raya{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000;
  padding-bottom: 8px;
}

.espacia_img:hover{
  margin-bottom: 8px;
  opacity: 0.8;
}

.espacia_img_raya:hover{
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000;
  padding-bottom: 8px;
  opacity: 0.8;
}

.titular{
  font-size: 24pt;
  font-weight: normal;
  color: #FFFFFF;
}

.columna2 a{
  font-weight: bold;
  color: #FFF;
  text-decoration: none;  
}
.columna2 a:hover{
  color: #C20144;
  background-color: #FFF;
}
