#global {
	position: absolute;
	width: 1000px;
	left: 25px;	
	height: 460px; 
	top: 10px;
	background-color: #bff4f6;
}
#titulo {
	LEFT: 10px; TOP: 5px; POSITION: relative;
}
#secciones {
	LEFT: 25px; TOP: 25px; POSITION: relative;
}
#central {
	LEFT: 150px; POSITION: absolute; TOP: 0px; background-color: #ffffff;
}
#mygallery {
	LEFT: 750px; POSITION: absolute; TOP: 140px; 
}
#pieizquierda {
	POSITION: absolute; left: 175px; bottom: 10px;
}
#piederecha {
	POSITION: absolute; right: 25px; bottom: 15px;
}

.titulonegro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 47px;
	color: #000000;
	font-weight: BOLD;
	text-decoration: none;
	text-align: left;
}
.tituloazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 47px;
	color: #4f99e4;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.subtituloazul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4f99e4;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.subtituloazul2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4f99e4;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.alltextomedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4fb2e0;
	font-weight: bold;
	text-decoration: none;
}
.enlacetextomedium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4fb2e0;
	font-weight: bold;
	text-decoration: underline;
}
.alltextosmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: none;
	text-decoration: none;
	line-height: 20px;
}

.abajobig {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none; ;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
.abajo {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none; ;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
.menuizquierda {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
	line-height: normal;
}
.menuizquierdanorm {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-size: 10pt;
	font-style: normal;
	font-weight: none;
	color: #339900;
	line-height: normal;
}

.stepcarousel{
	position: absolute; /*leave this value alone*/
	border: 5px solid grey;
	overflow: scroll; /*leave this value alone*/
	width: 186px; /*Width of Carousel Viewer itself*/
	height: 244px; /*Height should enough to fit largest content's height*/
}
	
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
	
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 6px; /*margin around each panel*/
	width: 174px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
