body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FFFF00;
}

a:active {
	text-decoration: none;
	color: #FFCC00;
}

h1 {

	font-size: large;
	
}

h2 {
	font-size: larger;
	color: #FF6600;
}

h3 {

	font-size: medium;
	background-image: url(img/seccion.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: inline;
	margin-left: 5px;
	color: #FF6600;

}

img {

	border: 0px;

}

#cabecera {

	background-color:#FF6600;
	height: 100px;
	border-bottom: #CCCCCC solid 5px;
	
}

#cuerpo {

	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

#logo {

	width: 800px;
	margin: 0 auto;
}

#logo img{

	float: left;
}

#top {

	float: right;
	margin-top: 30px;
	
}

#top ul li{

	display:inline;
	margin-right: 15px;
	list-style: none;
}

#content a {

	color:#666666;
	font-weight: bold;

}

#content a:hover {

	color:#FF9900;

}

#cuerpo {

	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}

#contenido {

	width: 595px;
	float: left;
}

#seccion {

	border-left: 5px solid #FF6600;
	vertical-align: bottom;
	padding-top: 2px;

}

#seccion h1 {

	font-weight: bold;
	color:#CCC;
	font-size:medium;
	margin: 0px;
	padding-left: 5px;
	
}

#menu {

	width: 175px;
	float: right;
	margin: 5px 0 0 0;
	border-left: 1px solid #CCCCCC;
}

#menu ul{

	padding-left: 10px;
	margin-left: 10px;
	list-style-type: none;

}

#menu ul li {

	padding-left: 10px;
	background: url(img/flecha.jpg) no-repeat;
	background-position: left center;

}


#menu a {

	color:#666666;

}

#menu a:hover {

	color:#FF9900;

}

#proyecto, #producto, #proceso {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	display: block;
	
}

#video {

	float: left;
	width: 590px;
	background-color: #e2e2e2;
	border-top: #999 1px solid;
	padding: 0px;
}

#videoB {

	float: left;
	width: 590px;
	background-color: #FFFFFF;
	border-top: #999 1px solid;
	padding: 0px;
}

#descripcion {

	float: left;
	width: 200px;
	background-color: #FFFFFF;
	border-top: #999 1px solid;
	margin: 15px;
	padding: 5px;
}


#pie {

	clear: both;
	padding: 15px;
	margin-top: 5px;
	font-size: smaller;
	border-top: #e2e2e2 solid 1px;

}

.naraja {

	color:#FF6600;
	font-weight: bold;

}

/* galeria*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../galeria/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(galeria/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(galeria/next.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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}