* {
     margin: 0;
    padding: 0;
}
html{background-image:url(../imagenes/bkg.jpg);}
#wrapper {
	width:995px;
	height:auto;
}
body {
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	color: #676767;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#FF0000;
	margin-top:10px;
	margin-bottom:8px;
}
h2	{
	font:10pt/1.4em Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
}
h3 {
	font:18px/1.4em "Times New Roman", Times, serif;
	font-weight:bold;
	color:#FF0000;
}
h4 {
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	line-height:30px;
	font-style:italic;
}	
hr {
	border:2px solid #CACACA;
	height:4px;
}	
/*Capas Generales*/
#naveg {
	width:232px;
	height:506px;
	background: url(../imagenes/bkg.jpg) repeat-y;
	position:relative;
	float:left;
}
#menu {
	width:190px;
	height:auto;
	margin-left:31px;
}
#logo {
	width:170px;
	height:auto;
	margin:15px 5px 5px 31px;
}
#titulos{
	width:740px;
	height:auto;
	background:#FFFFFF;
	position:relative;
	float:left;
	margin:0px 10px 0 10px;
}
#central{
	width:740px;
	height:490px;
	background:#FFFFFF;
	position:relative;
	float:left;
	padding-left:10px;
	overflow:auto;
}
#piepagina {
	position:absolute;
	left:31px;
    bottom:-50px;
	width:200px;
	height:auto;
	font:10px/1.4em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}
#datos {
	width:190px;
	height:auto;
	float:left;
	position:relative;
	background:url(../imagenes/datos-fondo.jpg) repeat-y;
	padding: 5px 10px 5px 0;
	text-align:right;	
}
#arriba {
	width:200px;
	height:7px;
	background:url(../imagenes/datos-parriba.gif) no-repeat bottom;
	float:left;
	position:relative;
}
#abajo {
	width:200px;
	height:7px;
	background:url(../imagenes/datos-pabajo.gif) no-repeat;
	float:left;
	position:relative;
}
/*CLASES DEL MENU DESPLEGABLE*/
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #FE0000;
	border-bottom: 1px solid #E31B23;
	border-right: 1px solid #E31B23;
	border-top: 1px solid #E31B23;
	border-left: 1px solid #E31B23;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
a.submenu:link, a.submenu:visited{
	color: #FFFFFF;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/*a.submenu:hover{
	display:block;
	width:200px;
	color: #FFFFFF;
	background: url(../imagenes/boton-fondo.jpg);
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}*/
#menu ul {
	list-style: disc;
	padding:0 0 0 35px;
	color: #FFFFFF;
}
#central ul {
	list-style: disc;
	padding:0 0 0 15px;
}
#central {
	line-height:1.8em
}
#footer {
	width:740px;
	height:20px;
	padding-left:247px;
	padding-top:5px;
}
#comoDatos{
	width:190px;
	height:35px;
	margin-left:30px;
}
#central ul.sub{
	list-style-type:square;
}	
