/*
CSS 
*/

/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #939598;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C37;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #E1272B;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #005880;
}

a:hover {
	text-decoration: none;
	color: #005880;
}



/** Style for header */

#header {
	width: 800px;
	height: 250px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/** Style for menu */

#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
	background: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 20px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}

/** Style for wrapper */

#wrapper {
	width: 800px;
	margin: 0px auto;
	background: #FFFFFF;
	padding: 20px;
}

/** Style for content */

#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #E1272B dashed;
}

#content p {
}

#left {
	float: left;
	width: 480px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#large {
	float: left;
	width: 760px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#large ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#large li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#large .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
	
}



/** Style for footer */

#footer {
	clear: both;
	width: 800px;
	height: 42px;
	margin: 0px auto;
	padding-top: 13px;
	background: #000000;
	text-transform: uppercase;
	font-size: 10px;
	color: #E5E5CC;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 20px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}

#footer .css {
	padding-left: 20px;
	background: url(images/image01.png) no-repeat left 50%;
}

#footer .xhtml {
	padding-left: 20px;
	background: url(images/image02.png) no-repeat left 50%;
}

#footer a {
	color: #E5E5CC;
}


/** Style for lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/** Style for contact */

form#contacto fieldset {
	border:0;
}
form#contacto fieldset legend {
	display:none;
}
form#contacto label { display:none; }
form#contacto input[type=text] { 
	background:url(images/contactos/input-text.jpg) top left no-repeat;
	width:388px;
	height:39px;
	border:0;
	
	font-size:12px;
	
	padding:10px;
	}

form#contacto textarea { 
	background:url(images/contactos/input-message.jpg) top left no-repeat;
	width:388px;
	height:69px;
	border:0;
	font-family:"Microsoft Sans Serif", Verdana, sans-serif;
	font-size:12px;
	
	padding:10px;
	}
	
form#contacto input[type=submit] {
	background:url(images/contactos/bt-enviar.jpg) top left no-repeat;
	width:55px;
	height:17px;
	border:0;
	cursor:pointer;
	margin-top:5px;
	float:right;
}

form#contacto input[type=submit]#en {
	background:url(images/contactos/bt-enviar-en.jpg) top left no-repeat;
}

.formulario {
	width:388px;
	float:left;
}

.formulario span {
	color: #971022;
	font-size:12px;
	margin-left:10px;
	margin-bottom:10px;
}

.formulario span.agradecimento {
	color: #971022;
	font-size:15px;
	margin-left:10px;
	margin-bottom:10px;
}
.formulario span.normal {
	color:#000;
	font-size:12px;
}


/** Style for gallery */

div.galeria {
	float:left;
	width:133px;
	height:100px;
	background:url(images/galeria/bg-img-galeria.jpg) top left no-repeat;
	margin-right:7px;
	margin-left:8px;
	margin-bottom:40px;
	padding:8px 0 0 11px;
}

div.galeria a {
	text-decoration:none;
	color:#000;
}

div.galeria div {
	font-size:11px;
	padding-top:10px;
}

div.galeria div span {
	color:#971022;
}

div.clear {
	clear:both;
}