body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #464646;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	/*Funciona solo en Internet Explorer a partir de la versión 5.5*/
	scrollbar-face-color: #4A748A; 
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3d-light-color: #DCDCDC; 
	scrollbar-dark-shadow-color: #DCDCDC; 
	scrollbar-base-color: #DCDCDC;	
	scrollbar-track-color: #DCDCDC;
}

.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.style2 {
	color: #346FAC;
	font-weight: bold;
	font-size: 12px;
}
.style4 {color: #FFFFFF}
.style5 {
	color: #346FAC;
	font-weight: bold;
}
.style6 {
	color: #525252;
	font-weight: bold;
	font-size: 14px;
}
.top {
background-image: url(./images/header.jpg);
background-position:left top;
background-repeat:no-repeat;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

p {
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

li {
list-style-type: square;
margin-top: 10px;
margin-bottom: 10px;
}

h6 {
font-size: 10px;
margin: 0px;
padding-top: 0px;
padding-bottom: 5px; 
}

br {
	line-height: 1;
}

/*** MAIN MENU ***/

#mainmenu {				
/*The display property sets how/if an element is displayed.*/
display: block; /*The element will be displayed as a block-level element, with a line break before and after the element*/
/*The float property sets where an image or a text will appear in another element.*/
float: none; 
margin: 0px;
padding: 0px;
border: 0px;
list-style: none;
background-color: #FFFFFF;
text-decoration: none;
text-align: left;
}

#mainmenu ul {
font-size: 12px;
margin: 0px;
padding: 0px;
border: 0px;
}

#mainmenu ul ul {
}

#mainmenu ul li {
float: none;		
/*Image and text elements that appear in another element are called floating elements.
	The clear property sets the sides of an element where other floating elements are not allowed.*/					
clear: left; /*No floating elements allowed on the left side*/
margin: 0px;
padding: 0px;
border: 0px;
list-style: none;
background-color: #FFFFFF;
}

#mainmenu ul ul li {
}

#mainmenu ul a {
display: block;	
height: 20px;
margin: 0px;
padding: 8px 8px 8px 40px;
border: 0px;
color: #346FAC;
font-weight: bold;
vertical-align: middle;
text-decoration: none;
background-image: url(../themegaleoncommons/images/button_peq.gif);
background-position: left top;
background-repeat: no-repeat;
}

#mainmenu ul ul a {
padding: 8px 8px 8px 60px;
}

#mainmenu ul a:hover {
background: #464646;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

#mainmenu ul a.current {
background: #FFFFFF;
color: #464646;
font-weight: bold;
text-decoration: none;
background-image: url(../themegaleoncommons/images/button_peq.gif);
background-position: left top;
background-repeat: no-repeat;
}

/*** FIN MAIN MENU ***/

#barraTitulo {
width: 540px;
height: 24px;
background-color: #4A748A;
padding: 0px;
margin: 0px;
}

#textoTitulo {
color: #FFFFFF;
font-size: 16px;
padding: 0px;
margin: 0px;
margin-left: 8px;
}

#volverTitulo {
color: #FFFFFF;
font-size: 14px;
text-decoration: underline;
float: right;
padding: 0px;
margin: 0px;
margin-right: 8px;
}

#contenido {
width: 540px;
height: 370px;
overflow-y: auto;
overflow-x: hidden;
float: none;
padding: 0px;
margin: 0px;
}

#contenido a, a:link, a:visited {
color: #016E89;
text-decoration:underline;
}

#contenido a:hover, a:current {
color: #53C0DB;
text-decoration:underline;
}

#cuadroinformacion {
background-color: #4A748A;
color: #FFFFFF;
font-size: 13px;
padding: 5px;
}

#cuadroinformacionverde {
background-color: #2E8B57;
color: #FFFFFF;
font-size: 13px;
padding: 5px;
}
