/*Ponemos todo a cero, o lo que es igual, formatear los estilos. Para indicar que ha de aplicarse a todos los navegadores ponemos un asterisco.*/
* {text-indent:0px ; margin:0px ; padding:0px ; border:0px}
/*Lo que estamos haciendo al ponerle propiedades a una etiqueta es cambiar las propiedades que tiene por defecto. Con esto ya queda toda la web centrada en todos los navegadores.*/
p { text-indent:10px}

body        {text-align: center ; background-color:#E8EDF0}

#global     {width:964px ; height:1230px ; margin:0px auto}

#lateral   {background-color:#E8EDF0 ; width: 284px ; height:1200 ; float:left}

#cuerpo {background-color:#FFFFFF ; background-repeat: no-repeat ; width: 680px ; height:1200px ; overflow: hidden ; float:right}

#cabecera   {background-color:#E8EDF0 ; width: 680px ; height:297}

#contenido {width:672px ; float:left ; text-align:justify}

#titulo_contenido {width:680px ; text-align:left ; height:25px ; margin: 10px 0px 0px 10px}

#pie { background-color: white ; height:30 }

#submenulateral   {width:190px ; margin: 30px auto ; border:#FFF}

#submenulateral li {list-style:none ; text-align:left ; height:23px}

#submenulateral p { text-indent:10px}

#logos   {width:190px ; margin: 30px auto ;  }

#mapa   {width:610px ; margin: 2px auto }

#formularioflash   {width:250px ; margin: 2px auto ; background-color: white ; height:265 }



/*enlaces y sus cuatro propiedades para toda la página. El display hace que sea toda la línea, no solo el texto el enlace*/
a         {color: red ; text-decoration:none ; display: block ; background-color:#E6E6E6}
a:link    {color:#666}
a:visited {color:#666}
a:hover   {color:#FFF ; text-decoration:underline ; background-color:#5D8CE8}
a:active  {color:#666}

#scrolllateral {
  text-align:justify;
  background: #FFFFFF;  
  width:650px; 
  height:800px; 
  overflow-y:auto;
  margin:auto;
  padding:6px;
 
  SCROLLBAR-FACE-COLOR: #F2F2F2; 
  OVERFLOW-X: hidden; 
  SCROLLBAR-HIGHLIGHT-COLOR: #2B1F1D; 
  SCROLLBAR-SHADOW-COLOR: #2B1F1D; 
  SCROLLBAR-ARROW-COLOR: #191919; 
  SCROLLBAR-DARKSHADOW-COLOR: #F0F0F0; 
  SCROLLBAR-BASE-COLOR: #F0F0F0;
  scrollbar-track-color: #F0F0F0; 
}

.titulo
{
  font-size: 18px;
  font-family:Verdana;
  font-weight:bold;
  color: #F97717;
}

.titulo2
{
  font-size: 14px;
  font-family:Verdana;
  font-weight:bold;
  color: #FCA544;
}

.texto
{
  font-size: 12px;
  font-family:Verdana;
  font-weight:normal;
  color: #000000;
}

.texto2
{
  font-size: 10px;
  font-family:Verdana;
  font-weight:normal;
  color: #000000;
}

