@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #FFFFFF;
}
#div_container {
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 988px;
	border-left: dashed 1px #CCCCCC;
	border-right: dashed 1px #CCCCCC;
	position: relative;
}

#div_top_band {
	background-image: url(../images/top_band.gif);
	background-repeat: repeat;
	background-position: 0px -5px;
	height: 18px;
	border-bottom: solid 1px #999999;
}
#div_banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 115px;
	position: relative;
}

#img_logo {
	margin-top: 6px;
	margin-left: 28px;
	float: left;
	border: 0;
}
#div_bottom_band {
	background-image: url(../images/bot_band.gif);
	background-repeat: repeat;
	background-position: left top;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	text-align: center;
	position: relative;	/* Es necesario crear este contexto junto al z-index */
	z-index: 2;			/* de esta linea para que la sublista de servicios se mantenga sobre el diagrama (z-index bug -IE)*/
}
#div_bottom_band ul {
	list-style: none;
}
#ul_menu {
	margin-left: 14%;
}

#div_bottom_band li {
	height: 18px;
	position: relative;
	border-left: solid 1px #FFFFFF;
	float:left;
}
.last_li {
	border-right: solid 1px #999999;
}

#div_bottom_band ul li ul li {
	clear: left;
	width: 17em; /* este valor modifica el ancho de todas las sublistas */
	text-align: left;
}
#div_bottom_band ul ul {
	position: absolute;
	top: 100%;
	left: -1px;
	z-index: 3;
}
	
#div_bottom_band a {
	display: block;
	border-left: solid 1px #999999;
	height: 16px;
	padding: 2px 20px 0px 20px;
	color: #666666;
	text-decoration: none;
}
.last_li a {
	border-right: solid 1px #FFFFFF;
}

#div_bottom_band ul ul a {
	background-color: #D1F26B;	/* IE bug: este valor debe existir; de lo contrario, la sublista */
	border-width: 1px;			/* desaparece cuando uno navega la lista hacia arriba */
	border-style: solid;
	/*	border-left-color: #999999; */
	border-right-color: #bbb;
	border-top-color: #bbb;
	border-bottom-color: #bbb;
}
#div_bottom_band a:hover {
	color:#333333;
	background-color: #F5F5F5;
	font-weight: bold;
}

div#div_bottom_band ul ul {display: none;}
div#div_bottom_band ul li:hover ul {display: block;}

#div_lcontent { float: left; }
#div_center { float: left; }
#div_rcontent { float: left; }

.float_left { float: left; }
.float_right { float: right; }
.margined  { margin: 10px 10px 5px 10px; }
.centered { text-align: center; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	font-style: italic;
}
strong { color: #525252; }

.clear_both { clear: both; }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
/*	padding-top: 5px;*/
	text-indent: 20px;
	font-size: 12px;
	color: #666666;
	margin-bottom: 6px;
}

.left {
	text-align: left;
	padding-left: 20%;
}
.right {
	text-align: right;
}

#div_ccontent p {
	line-height: 1.3em;
	word-spacing: 0.1em;
	margin: 5px 0;
}

#div_footer {
	background-image: url(../images/ul_back.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 40px;
	border-top: solid 1px #999999;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}
#div_footer p {
	margin-top: 3px;
	margin-right: 30px;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear_left {
	clear: left;
}

img {
	border: 2px solid #CCCCCC;
	margin-bottom: 5px;
}

/* Lastimosamente, lo siguiente no funciona en IE. En vez de esto, se tiene que usar javascript */
/*#lcontent_workshops span:hover img,
#lcontent_workshops p span:hover p {
	display: block;
}
#lcontent_workshops img, 
#lcontent_workshops span p {
	display: none;
}*/
