/*css para anclas
body{
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/images/bg-circuito.jpg) repeat;}
*/

#fixed {
	top: 0px;
	width: 100%;
	position: fixed;
	}

.ancla {
	margin-top: 140px;
	margin-left:7%;
	width: 600px;
	height: 35px;
	}
	
.Estilo1 {
	font-weight: bold
	}
	
/*css para el marco de las fotos */
#top_container{
	width:100%;
	height:32px;
	float:left;
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/images/cat1.png) no-repeat left;
	}

#container{
	width:99%;
	margin:5px 5px 0px 5px;
	float:left;
	background:#CCCCCC;
	border:solid 1px #336699;
	}
	
#marcoFotos{
	width:105px;
	height:80px;
	background-color:#336699;
	border-top:#101010 1px solid;
	border-left:#101010 1px solid;
	border-right:#101010 1px solid;
	border-bottom:#101010 1px solid;
	padding-top:5px;
	padding-left:5px;
	margin-left:5px;
	margin-bottom:5px;
	float:left;
	}
	
#marcoEliminar{
	width:105px;
	height:100px;
	background-color:#336699;
	border-top:#101010 1px solid;
	border-left:#101010 1px solid;
	border-right:#101010 1px solid;
	border-bottom:#101010 1px solid;
	padding-top:5px;
	padding-left:5px;
	padding-right:4px;
	margin-left:5px;
	margin-bottom: 5px;
	float:left;
	}
	
#marcoEliminarFrente{
	width:110px;
	height:90px;
	/*background-color:#336699;
	border-top:#101010 1px solid;
	border-left:#101010 1px solid;
	border-right:#101010 1px solid;
	border-bottom:#101010 1px solid;*/
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/images/marco.gif) no-repeat;
	padding-top:10px;
	padding-right:1px;
	padding-left:8px;
	margin-left:5px;
	margin-bottom: 5px;
	margin-right:5px;
	margin-top:2px;
	float:left;
	}

#marcoFotocat{
	width:105px;
	height:90px;
	/*background-color:#336699;*/
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/images/marco.gif) no-repeat;
	
	padding-top:8px;
	padding-right:4px;
	padding-left:6px;
	margin-left:5px;
	margin-bottom: 5px;
	margin-right:5px;
	margin-top:2px;
	float:left;
	}
/*css para highslide */

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	}

.highslide {
	cursor: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
	}
	
.highslide img {
	border: 2px solid silver;
	}
	
.highslide:hover img {
	border-color: gray;
	}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
	}

.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
	background: gray;
	}
	
.highslide-wrapper, .glossy-dark {
	background: #111;
	}
	
.highslide-image-blur {
	}

.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: white;
	background: #111;
	}
	
.highslide-heading {
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
	}
	
.highslide-dimming {
	position: absolute;
	background: black;
	}
	
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	}
	
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
	}
	
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
	}
	
.highslide-move a {
	cursor: move;
	}

/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
	}
	
.highslide-controls li {
	float: left;
	padding: 5px 0;
	}
	
.highslide-controls a {
	background: url(http://www.gallerywebs.com/tester/circuito/mod_galeria/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
	}
	
.highslide-controls a.disabled {
	cursor: default;
	}
	
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
	}
	
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
	}
	
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
	}
	
.highslide-controls .highslide-play a {
	background-position: -30px 0;
	}
	
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
	}
	
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
	}
	
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
	}
	
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
	}
	
.highslide-controls .highslide-next a {
	background-position: -90px 0;
	}
	
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
	}
	
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
	}
	
.highslide-controls .highslide-move a {
	background-position: -120px 0;
	}
	
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
	}
	
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
	}
	
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
	}
	
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
	}
	
.highslide-controls .highslide-close a {
	background-position: -180px 0;
	}
	
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
	}
	 
/*css para estilos */

.Estilo1 {
	font-weight: bold;
	}

.Estilo2 {
	color: #FFFFFF;
	font-weight: bold;
	}
	
/*css para div y otros*/
	
#opciones_galeria{
	width:76%; 
	height:50px;
	float:right;
	margin:auto;
	}
	
	/*links de las opciones de la galeria*/
	
#subir{
	width:10%; 
	height:50px; 
	float:left;
	}
	
#categorias{
	width:10%; 
	height:50px; 
	float:left;
	}
	
#atras{
	width:10%; 
	height:50px; 
	float:left;
	}
	
	
#menu_categorias{
	width:19%;
	height:308px;
	overflow:auto;
	float:left; 
	display:block; 
	position:fixed; 
	top:190px;
	border:solid 2px #336699;
	background:#e5e5e5;
	}
	
#campo_fotos{
	width:76%; 
	float:right; 
	background:#e5e5e5;
	margin-right:3%;
	border:solid 2px #336699;
	}
	
.cuadro_hide{
	width:90%;
	height:25px;
	float:right;
	display:none;
	border:solid 1px #e5e5e5;
	
	}
	
.cuadro_cat{
	width:97%;
	height:25px;
	float:right;
	display:block;
	border:solid 1px #e5e5e5;
	
	}
	
.cuadro_cat:hover{
	width:95%;
	height:25px;
	float:right;
	display:block;
	border:solid 1px #336699;
	
	}
	
/*galeria por el frente*/

#fotos_frente
	{
	width:100%;
	display:block;
	margin:auto;

	}
	
#vista_previa
	{
	width:47%;
	height:150px;
	display:block;
	float:left;
	border:solid 1px #134083;
	margin-left:1%;
	margin-top:1%;
	padding-left:5px;
	padding-right:5px;
	}
	
#link_atras
	{
	width:100%;
	float:left;
	}
	
#titulo
	{
	width:100%;
	display:block;
	margin:auto;
	}
	
#foto
	{
	width:110px;
	margin-left:3px;
	margin-top:-15px;
	display:block;
	}
