body {
	font-family: Verdana;
	font-size: 10px;
	color: black; 
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #b6bfef;
}

td {
	font-family: Verdana; }

th {
	font-family: Verdana; }
	
input {
	font-family: Verdana;
	font-size: 10px; }

h1 {
	color: navy;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: normal; }	

h2 {
	color: red;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: normal; }	

li {
	line-height: 20px; }	

a {
	color: black;
	text-decoration: none;
	border-bottom:1px dotted red; }

a:hover {
	background-color: #FFFF00;
	border-bottom:0; }

/* ----------------------------------------- 

Clases

-------------------------------------------- */

.link {
	color: black;
	text-decoration: none; }

.link:hover {
	background-color:transparent;
	border-bottom:1px solid transparent;	
 }

.textERROR {
	color: #FF0000;
	font-weight:bold;	
 }

.textOK {
	color: #339900;
	font-weight:bold;	
 }

/* ----------------------------------------- 

Areas de maquetación

-------------------------------------------- */

#contenido {
	scrollbar-face-color:#78E132;
	scrollbar-base-color:white;
	scrollbar-arrow-color:white;
	scrollbar-track-color:white;
	scrollbar-shadow-color:white;
	scrollbar-highlight-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-darkshadow-Color:white;
	width:548px;
	height:400px;
	overflow:auto;
	text-align:left; }


/* ----------------------------------------- 

 Menú

-------------------------------------------- */

#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu ul{
font: bold 10px Arial;
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0;
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #00003D; /*Default menu color*/
border-bottom: 1px solid white;
border-right: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #56D700; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ /*currently selected tab*/
background-color: #8B91B7; /*Brown color theme*/ 
border-color: #8B91B7; /*Brown color theme*/ 
border-right: 1px solid white;
border-left: 1px solid white;
border-top: 1px solid white;
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #8B91B7; /*Brown color theme*/ 
}

		