
BODY {
  font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 10px 0px 10px 0px;
  text-align: center;
  background-color: #696969;
}

h1 {
	display: inline;
	font-size: 18pt;
	text-align: center;
}

h2 {
	display: inline;
	font-size: 14pt;
	text-align: center;
}

h2 a {
	color: #B22222;
	text-decoration: none;
}

h2 a:hover {
	color: #DC143C;
	text-decoration: underline;
}

td {
	font-size: 8pt;
}

#contenedor{
  	background-color: #ffffff;	 
	border: 1px solid #000000;
	border-collapse: collapse;
  	width: 778px;
	/*height: 100%;*/
}

#cabecera{
   background: #333333 url(img/logo-banner.jpg) no-repeat left;
	border: 1px solid #000000;
   color: #333300;
   font-size:12pt;
   font-weight: bold;
   padding: 0 0 0 0px;
}

#dic {
	background: url(img/kaki.gif) repeat;
}
#dic a, #dic a:hover {
	font-size: 15%;
	color: #F0E68C;
}



#lateral{
	margin: 0px 0px 0px 0px;
	height: 100%;
  width: 140px;
  float:left;
  /*border-bottom: 1px solid gray;*/
}

#lateral ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px;
	/* Width of Menu Items */

}

#lateral ul li {
	position: relative;
	font-weight: bold;
	font-size: 8pt;
	list-style: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #lateral ul li { float: left; height: 1%; }
* html #lateral ul li a { height: 1%; }
/* End */

/* Make-up syles */

#lateral ul, li {
	margin: 0 0 0 0;
}

/* Styles for Menu Items */
#lateral ul a {
	display: block;
	text-decoration: none;
	color: #363636;
	background: #FF8C00; /* IE6 Bug */
	padding: 5px;
	/*border: 1px solid #ccc;*/
	/*border-bottom: 0;*/
	border: 1px solid #708090;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

/* Hover Styles */
#lateral ul a:hover {
	color: #363636;
	background: #FFD700;
}

#principal {
background-color: #F0E68C;
padding: 10px 10px 10px 10px;
}

/* CLASES TEXTO */
.ampliar {
font-size: 8pt;
font-weight: bold;
color: #FEFEFE;
}

a.ampliar {
text-decoration: none;
}

a.ampliar:hover {
	color: #ffff00;
}

.tdampliar {
	border-bottom : 1px solid gray;
	border-right : 1px solid gray;
	border-left: 1px solid gray;
	padding: 1px;
}

.tdampliar2 {
	border-bottom : 1px solid gray;
	border-right : 1px solid gray;	
	padding: 1px;
}

.norm {
font-weight: bold;
color: #2F4F4F;
}

.tit3 {
color: #cccccc;
font-weight: bold;
}

.td1, .td2 {
background-color: #ffffff;
}		

