/********************** </Fotos> **********************/
#marco_fotos{
	display: inline;
	float: left;
	width: 280px;
	min-height: 500px;
	margin-bottom: 30px;
	border: solid 4px #303030;
}
* html #marco_fotos{/* Hack para el min-height en IE */
	height: 500px;
}
ul#lista_fotos{
	display: inline;
	float: left;
	width: 280px;
	margin: 0;
	min-height: 480px;
	list-style: none;
}
* html ul#lista_fotos{/* Hack para el min-height en IE */
	height: 480px;
}
	ul#lista_fotos li{
		display: inline;
		float: left;
		/*width: 104px;
		height: 104px;
		margin: 20px 5px 30px 20px;*/
		margin: 20px 5px 0px 20px;
	}
		ul#lista_fotos li a img{
			padding: 2px;
			border: solid 2px #333;
		}
		ul#lista_fotos li a:hover img{
			border: solid 2px #fff;
		}
		ul#lista_fotos li a.avatar img{
			padding: 2px;
			border: solid 2px #F55341;
		}
		
ul#lista_fotos ul.opciones{
	width: 100px;
	height: 20px;
	margin: 0;
	list-style: none;
}
	ul#lista_fotos li ul.opciones li{
		width: 20px;
		height: 20px;
		margin: 0;
	}
		ul#lista_fotos li ul.opciones li a{
			display: block;
			width: 20px;
			height: 20px;
			margin: 0;
			text-indent: -5000px;
			outline: none;
		}
		ul#lista_fotos li ul.opciones li a:hover{
			background: transparent;
		}
		ul#lista_fotos ul.opciones li.zoom{
			background: url(/img/icono_lupa.png) no-repeat;
		}
		ul#lista_fotos ul.opciones li.principal{
			background: url(/img/icono_foto_principal.png) no-repeat;
		}
		ul#lista_fotos ul.opciones li.borrar{
			background: url(/img/icono_borrar.png) no-repeat;
		}

#zoom_foto{
	display: inline;
	float: right;
	width: 410px;
	/*min-height: 510px;*/
	margin: 0 20px 0 0;
	list-style: none;
	border: solid 4px #303030;
	background:url(/img/loading.gif) no-repeat center center;
}
* html #zoom_foto{/* Hack para el min-height en IE */
	/*height: 510px;*/
}

ul#lista_paginas{
	display: inline;
	float: left;
	width: 240px;
	margin: 0 0 5px 20px;
	list-style: none;
}
	ul#lista_paginas li{
		display: inline;
		float: left;
		width: 25px;
		height: 30px;
		margin: 0;
		padding: 0 5px 0 0;
	}
		ul#lista_paginas li a{
			display: block;
			width: 20px;
			height: 20px;
			margin: 0;
			padding: 2px 0 0 0;
			text-align: center;
			text-decoration: none;
			color: #000;
			border: solid 1px #222;
		}
			ul#lista_paginas li a.on{
				background: #1C85C0;
			}
			
form#accion ul{
	list-style: none;
}
	form#accion ul li{
		margin: 0 0 0 -15px;
		padding: 0 0 5px 20px;
		background: url(/img/bullet2.png) no-repeat left 3px;
	}
.label-fotos, .label-mas_fotos{
	clear: both;
	float: left;
	display: inline;
	width: 550px;
	height: 50px;
}
.label-mas_fotos{
	height: 40px;
}
.inputfile{
	float: left;
	width: 550px;
}
.prev-foto{
	float: right;
	margin: -10px 50px 20px 0;
	height:100px;
	padding: 2px;
	border: solid 2px #333;
}
.prev-foto_hover{
	border: solid 2px #FFF;
}
.prev-foto_loading{
	background:url(/img/loading.gif) no-repeat center center;
}
.boton_guardar_fotos{
	clear: both;
	display: block;
	float: left;
	margin: 0 0 10px 0;
}
iframe{
	float: left;
	width: 550px;
	height: 120px;
	margin: 0;
}
#mensaje_iframe{
	
}
p#error_iframe{
	clear: both;
	float:left;
	font-size: 11px;
	color: #F55;
}
/********************* </Fotos> *********************/