html, body {
width:100%;
height:100%;
margin:0px;
padding:0;
}

body {
background:#FDFEFE url(../images/f_web.jpg) repeat-x;
}

/* estructura */

#contenedor {
background:transparent url(../images/f_nuvols.jpg) no-repeat scroll center top;
width:100%;
z-index:1000;
}

#sitio {
height:100%;
margin:0px auto;
padding:0px;
position:relative;
width:789px;
}

/*------------------------------
TEXTO DEL FLASH
------------------------------*/
#frases-flash {
display:none;
}

#menu {
width:789px;
height:67px;
position:relative;
}

#cabecera {
width:789px;
height:232px;
position:relative;
}

#col-izquierda {
float:left;
margin:0;
padding:0;
width:526px;
min-height:100px;
background:white;
height:216px;
}

.ventana-izquierda {
float:left;
margin:0;
padding:0;
width:263px;
height:216px;
background:url(../images/f_quienessomos.jpg) no-repeat 0 20px;
}

.ventana-central {
float:left;
margin:0;
padding:0;
width:263px;
height:216px;
background:url(../images/f_que.jpg) no-repeat 0 20px;
}

#col-derecha {
float:right;
margin:0;
padding:0;
width:263px;
min-height:100px;
height:216px;
background:white url(../images/f_como.jpg) no-repeat 0 20px;;
}

#pie {
background:#EFF3F6 url(../images/f_pie.jpg) repeat-x;
clear:both;
height:180px;
margin:0;
text-align:center;
width:100%;
font:10px "Lucida Sans Unicode","LucidaGrande",Verdana,Sans-serif;
color:#545450;
}

#footer { 
margin: 0 auto; 
width: 789px; 
color: #545450; 
font-size: 1.0em; 
text-align: left; 
}

#footer a, a:link, a:visited, a:active  { 
color: #6C92A8; 
text-decoration: none; 
}

#footer a:hover { 
color: #6C92A8; 
text-decoration: underline; 
}

#footer #left { 
float: left; 
padding: 0; 
margin: 15px 0 0 0; 
width: 520px;
}

#footer #left p { 
padding: 0 0 5px 0; 
margin: 0; 
}

#footer #left p span { 
padding: 0 11px; 
margin: 0; 
}

#footer #right {
margin: 15px 0 0 0; 
padding: 0; 
float: right; 
width: 245px; 
border: 0; 
}


#footer #right p { 
padding: 10px; 
margin: 0; 
background: #E4EBEF;
font-size: 1.0em;
line-height:1.5em; 
}

#footer #right p span { 
padding: 0 5px; 
margin: 0; 
}


/* menu superior deslizante  */

#navegacion {
position:relative;
margin:0 auto;
width:100%;
height:18px;
padding:6px 0 0 0;
z-index:0;

}

#navegacion li {
position:relative;
display:inline;
font:10px "Lucida Sans Unicode",arial;
letter-spacing:1px;
padding:0;
z-index:20;
display :block;
float :left;
margin-top:18px;
}

#navegacion li a {
text-decoration:none;
color:#000033;
display : block;
text-align : center;
margin:0px 5px;
padding:2px;
border-bottom:1px solid #fff;
background-color:#fff;
vertical-align:middle;
}

#navegacion li a.actual {
background-color:#fafafa;
border-bottom:1px dotted #003;
}

/* textos de la home */
.texto-home {
margin:110px 0 0 25px;
width:210px;
font:12px "Lucida Sans Unicode","LucidaGrande",Verdana,Sans-serif;
color:#333;
}


/* clase invisible */
.ciudad {
display:none;
}

/* cita célebre */
.cita {
font:italic 12px "Times New Roman", Times, serif;
letter-spacing:1px;
text-align:right;
}

.citador {
font:bold 10px arial;
color:#333333;
font-style:normal;
}