/*---------------------------------------------------------------------
FORMBOX
-------------------------------------------------------------------*/
#formbox {
	position: absolute; left: 0;
	width: 100%;
	text-align: left;
	z-index: 100;
}
#formbox fieldset {
	border: none;
	padding:0;
}

#formbox a img {
	border: none;
}

#formbox #outerImageContainer {
	position: relative;
	margin: 0 auto;
	width: 250px;
	height: 250px;
	background-color: #fff;
	font-size: 1em ! Important;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute; top: 40%; left: 0%;
	width: 100%;
	height: 25%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink{
	display: block;
	width: 49%;
	height: 100%;
	background: transparent url(../Images/formbox/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../Images/formbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../Images/formbox/nextlabel.gif) right 15% no-repeat;
}

/*-------------------------------------------------------------------
ESTILOS PARA FORMBOX
-------------------------------------------------------------------*/
body#formbox {
	background: #fff;
	color: #555;
}

#wrapFormbox {
  	margin: 0 10px;
  	font-size: 12px;
}

#wrapFormbox #post_cuerpo,
#wrapFormbox #post_cuerpo_chico {
  	width: 100%;
  	height: 10em;
}

#wrapFormbox fieldset.titulo {
  	float: left;
  	width: 350px;
}

#wrapFormbox fieldset.titulo input {
 	 width:100%;
}

#wrapFormbox fieldset.fecha {
  	float: right;
  	width: 257px;
}



#wrapFormbox p.borrar {
  	margin-top: 2em;
  	padding-left: 6em;
  	background: url(../Images/icons/alert.png) no-repeat 0 50%;
  	color: #555;
  	text-align: left;
  	font-size: 12px;
  	line-height: 1.5em;
}

#wrapFormbox iframe {
    width:100%;
}
#wrapFormbox p.agregar {
  	margin-top: 2em;
  	padding-left: 6em;
  	background: url(../Images/iconos/alert_borrar.png) no-repeat 0 50%;
  	color: #555;
  	text-align: left;
  	font-size: 12px;
  	line-height: 1.5em;
}

#imageDataContainer {
	margin: 0 auto;
	background-color: #fff;
	line-height: 1.4em;
}

#imageData {
	padding:10px;
}

#imageData #imageDetails {
	float: left;
	width: 70%;
	text-align: left;
}	

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			

#imageData img {
	float: right;
	margin:0 0.5em 0.7em ;
}	
		
#overlay {
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: 500px;
	background-color: #000;
	z-index: 90;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

#lightboxForm {
    padding: 0;
    border: 2px solid #eee;
  	background: #fff;
}
body {overflow-x:hidden;}
