/*--------------------------FONDO GENERAL----------------------------*/
body {
	background:#d2d2d2;
      font-family:Arial;
      font-size:95%;	
      margin:0;
      text-align:center;
}
/*-------------------ELEMENTOS COMUNES CONTENIDO---------------------*/
.fondo {
	text-align:left;
	margin:0 auto;
	width:90%;
	height:1100px;
	background:#000082;
}
a {
	color:#000082;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#828200;
}
a:active {
	border:1px dashed #cccccc;
}
strong {
	color:#828200;
}
h1 {
	font-size:x-large;
      width:100%;
	margin:0em auto;
}
h2 {
	font-size:large;
	width:100%;
	margin:0.3em 0;
}
.limpiar {
	clear:both;
}
.azul {
	font-weight:bold;
	color:#000082;
}
.oliva {
	font-weight:bold;
	color:#828200;
}
/*----------------------------CABECERA-------------------------------*/
#cabecera {
	width:95%;
	margin: 0 auto;
	padding:2.5% 0 1.5% 0;
}
#cabecera img {
	border:0;
}
/*---------------------------CONTENIDO-------------------------------*/
/*---------------------------Contenido-------------------------------*/
#contenido {
	width:95%;
	margin:0 auto;
	background:#ffffff;
}
/* Esquinas del contenido*/
.esq-contenido-t div { background: url("../images/esq-contenido-tl.gif") no-repeat top left; }
.esq-contenido-t { background: url("../images/esq-contenido-tr.gif") no-repeat top right; }
.esq-contenido-b div { background: url("../images/esq-contenido-bl.gif") no-repeat bottom left; }
.esq-contenido-b { background: url("../images/esq-contenido-br.gif") no-repeat bottom right; }
/* Parametros esquinas del contenido*/
.esq-contenido-t div, .esq-contenido-t {
	width: 100%;
	height:1em;	
}
.esq-contenido-b div, .esq-contenido-b {
	width: 100%;
	height:1.25em;	
}
/*--------------------------Barra Ruta-------------------------------*/
/* Esquinas de la ruta*/
#fondo-ruta { background: url("../images/fondo-ruta.png") repeat-x; }
.esq-ruta-tl { background: url("../images/esq-ruta-tl.png") no-repeat top left; }
.esq-ruta-tr { background: url("../images/esq-ruta-tr.png") no-repeat top right; }
/* Parametros esquinas de la ruta*/
.esq-ruta-tl, .esq-ruta-tr {
	width:100%;
	height:35px;
}
#fondo-ruta { 
	width: 97%;
	margin:0 auto;
	height:35px;
	font-size:0.85em;
	color:#000082;
}
#menu-ruta-l {
	float:left;
	padding:0.7% 0 0 3%;	
}
#menu-ruta-r {
	float:right;
	padding:0 3% 0 0;
}
#menu-ruta-r img {
	border:0;
	vertical-align:middle;
}
#menu-ruta-r a {
	font-weight:normal;
}
/*-----------------------------Menu----------------------------------*/
#menu {
	float:left;
	margin:3.5% 0 3% 0.8%;
	width:25%;
	border-right:1px solid #cccccc;
/*	background:#f5f5f5;	*/	
}
.menu {	
	list-style-image: url(../images/bullet.gif);
	margin-top:1em;		
	margin-bottom:0.3em;
	line-height:1.5em;	
}
#menu hr {
	margin:0 1.5em;
	color:#828200;
}
#menu img {
	margin:0 0.6em 0 9%;
	vertical-align:middle;
	border:0;
}
.submenu {	
	list-style-image: url(../images/guion.gif);
	margin:0 0 1em 1.4em;		
	line-height:1.5em;
	font-weight:normal;
/*	background:#ceffd6;	*/
}
.submenu a {
	font-weight:normal;
}	
/*----------------------------Texto----------------------------------*/
#texto {
	float:left;
	width: 69%;
	margin:1.5% 3% 4% 2%;
/*	background:#ceffd6;	*/		
}
.texto-izquierda {
	float:left;
	margin-right:5em;
}
.texto-centro {
	text-align:center;
}
.email {
/*	margin-left:5em;	*/
	font-size:1.15em;
	text-align:center;
}
.telefono {
/*	margin-left:5em; 	*/
	color:#828200;
	font-size:1.25em;
	text-align:center;
}
/*-----------------------------Pie-----------------------------------*/
#pie{
	height:1.5em;
	width:97%;
	margin:0 auto;
	font-size:0.85em;
	color:#585858;
	text-align:right;	
/*	background:#f2f2f2;	*/
}
#pie img{	
	float:left;
	border:0;
	margin-left:.75%;
}	






