@charset "utf-8";
/* CSS Document */

 /*
    galeria cambiar el width al del contenedor
    */

#gallery{
	width:auto;
	margin:10px 0px;
	margin-left:0px;
	padding:0px;
	display: block;
	}

#gallery2{
	width:auto;
	margin:10px 0px;
	margin-left:0px;
	padding:0px;
	display: block;
}
#gallery h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	margin: 5px;
	clear: none;
	float: left;
	height: 30px;
	width: 300px;
	padding-top: 8px;
	padding-left: 8px;
}
#gallery2 h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF8400;
	margin: 5px;
	clear: none;
	float: left;
	height: 30px;
	width: 300px;
	padding-top: 8px;
	padding-left: 8px;
}

.gallery #galul{
	margin:10px 0px;
	margin-left:0px;
	padding:0px;
	width:auto;
	display: block;
}
.gallery #galul li{
		width:auto;
	height:150px;	
	list-style:none;
	margin:0;
	padding:0;
	float: left;
	background-image: url(/web/images/blank.gif);
}
#galul li img{
	border: 5px solid #ffffff;
}
#galul li a{float:left;display:block;padding:5px;text-decoration:none; margin:3px;}
#galul a:hover img {
	filter: alpha(opacity=50);
	opacity: .5;
}




.gallery .box {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size: 11px;
	color: #999999;
}

.gallery img {
	margin: 8px;
	padding: 3px;
	border: 1px solid #9e9696;
	float: left;
}
.gallery img:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.gallery .box a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
}
.gallery .box a:hover {
	color: #000000;
	text-decoration: underline;
}

.gallery .box .datos {
	padding-right: 8px;
	padding-left: 8px;
}

.gallery .boxdoc {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #999999;
}

.gallery .boxdoc a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
}
.gallery .boxdoc a:hover {
	color: #000000;
	text-decoration: underline;
}

.gallery .boxdoc .datos {
	padding-right: 8px;
	padding-left: 8px;
}

/* fin de galeria */





/* SCROLL  */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#gallery .gallery_scrollable {
	position:relative;
	overflow:hidden;
	width: 520px;
	height:200px;
	float: left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#gallery .gallery_scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

#gallery .gallery_scrollable .items div {
	float:left;
	width:520px;

}

/* single scrollable item */
#gallery .gallery_scrollable img {
	float:left;
	margin:12px 5px 20px 5px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: auto;
}

/* active item */
#gallery .gallery_scrollable  .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


#gallery a.browse {
	background:url(LowCostC001/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
#gallery a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
#gallery a.right:hover 		{ background-position:-30px -30px; }
#gallery a.right:active 	{ background-position:-60px -30px; } 


/* left */
#gallery a.left				{
	margin-left: 0px;
} 
#gallery a.left:hover  		{ background-position:-30px 0; }
#gallery a.left:active  	{ background-position:-60px 0; }

/* up and down */
#gallery a.up, a.down		{ 
	background:url(LowCostC001/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
#gallery a.up:hover  		{ background-position:-30px 0; }
#gallery a.up:active  		{ background-position:-60px 0; }

/* down */
#gallery a.down 				{ background-position: 0 -30px; }
#gallery a.down:hover  		{ background-position:-30px -30px; }
#gallery a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
#gallery a.disabled {
	visibility:hidden !important;		
} 	


/* --------------------------------------------------------fin SCROLL  */














/* SCROLL  */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#gallery2 .gallery_scrollable {
	position:relative;
	overflow:hidden;
	width: 520px;
	height:200px;
	float: left;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#gallery2 .gallery_scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

#gallery2 .gallery_scrollable .items div {
	float:left;
	width:520px;

}

/* single scrollable item */
#gallery2 .gallery_scrollable img {
	float:left;
	margin:12px 5px 20px 5px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: auto;
}

/* active item */
#gallery2 .gallery_scrollable  .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


#gallery2 a.browse {
	background:url(LowCostC001/images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
#gallery2 a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
#gallery2 a.right:hover 		{ background-position:-30px -30px; }
#gallery2 a.right:active 	{ background-position:-60px -30px; } 


/* left */
#gallery2 a.left				{ margin-left: 0px; } 
#gallery2 a.left:hover  		{ background-position:-30px 0; }
#gallery2 a.left:active  	{ background-position:-60px 0; }

/* up and down */
#gallery2 a.up, a.down		{ 
	background:url(LowCostC001/images/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
#gallery2 a.up:hover  		{ background-position:-30px 0; }
#gallery2 a.up:active  		{ background-position:-60px 0; }

/* down */
#gallery2 a.down 				{ background-position: 0 -30px; }
#gallery2 a.down:hover  		{ background-position:-30px -30px; }
#gallery2 a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
#gallery2 a.disabled {
	visibility:hidden !important;		
} 	


/* --------------------------------------------------------fin SCROLL  */



.album {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

.albumes  h1 {
	font-size: 20px;
	font-weight: normal;
	line-height: 32px;
	padding-bottom: 2px;
	background-color: #B6C939;
	color: #000;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
}
.albumes {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: 170px;
	margin-top: 10px;
	clip: rect(0px 800px 150px 0px);
}


	
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollableG {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 78.6em;
	height:7.4em;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollableG .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	position: relative;
}

/* single scrollable item */
.scrollableG img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollableG .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

	
	
.scrollableG img {
	margin:2px 5px 0px 2px;
	float: left;
}
 
.scrollableG img.hover {
	background-color:#123;	
}
.foto_galeria_con_texto {
	float: left;
	height: 7.4em;
	width: 19em;
	background-image: url(LowCostC001/images/png70.png);
	background-repeat: repeat;
	padding-top: 0px;
	margin-left: 4px;
	margin-bottom: 0px;
}
.foto_galeria_con_texto .image {
	float: left;
	width: 95px;

}
.foto_galeria_con_texto .texto {
	float: left;
	width: 19em;
	font-family: "Futura Lt BT", "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", "Times New Roman", SansSerif;
	font-size: 1em;
	color: #000;
}
.foto_galeria_con_texto .image img {
	margin: 2px;
	float: left;
	border: 1px solid #F90;
}


.foto_galeria_con_texto2 {
	float: left;
	height: 7.4em;
	width: 26em;
	background-image: url(LowCostC001/images/png70.png);
	background-repeat: repeat;
	padding-top: 2px;
	margin-left: 4px;
	margin-bottom: 5px;
}
.foto_galeria_con_texto2 .image {
	float: left;
	width: 115px;

}
.foto_galeria_con_texto2 .texto {
	font-family: "Futura Lt BT", "Trebuchet MS", Verdana, Arial, "Helvetica Condensed", "Times New Roman", SansSerif;
	font-size: 1em;
	color: #000;
}
.foto_galeria_con_texto2 .image img {
	margin: 2px;
	float: left;
	border: 1px solid #F90;
}
.img_shadow {
	background-image: url(LowCostC001/images/img-shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
	width: 100%;
	background-size: 100%;
	background-origin: content
}
