﻿#container{
	width: 768px;
	border: 1px solid #EEE;
	color: #333;
}		
#lateral{
	background-color: #336699;
	width: 150px;
	padding-top: 0px;
 	font: normal 70% "Lucida Sans Unicode",sans-serif;
	
}
#lateral a{
	color: white;
}
/* sub-navigation */
.subnav li {
	border-bottom: 1px solid wwhite;
	list-style: none;
}
.subnav li a {
	background: url('images/boton-off.jpg') no-repeat left top;	
	color: #111;
	display: block;
	padding: 4px 0px 4px 30px;
	width: 150px;
	text-decoration: none;
}
.subnav ul {margin: 0px; padding: 0px;}
.subnav li a:hover {
	background: url('images/boton-on.jpg') no-repeat left top;
	color: #000;
}
.texto_principal {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	text-align: left;
}
.texto_principalplus {
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
.texto_ppalitalic {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	font-variant: inherit;
}
.texto_azul_small {
	font-family: Verdana;
	font-size: xx-small;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #333399;
	font-style: normal;
	font-variant: inherit;
}

.titulos {
	font-size: 20px;
	font-family: verdana; color:#000000;
}
.sub_titulos {
	font-size: 16px;
	font-family: verdana; color:#0082D1;
}
.texto_medio {
	font-size: 14px;
	font-family: verdana; color:#000000;
	text-decoration: none;
	text-align: left;
	font-style: italic;
}
