﻿@charset "utf-8";

* { margin:0; padding:0; }

.centrado { text-align:center; }
.clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }

body { padding:0; margin:0; background:white; font-family:Arial, Helvetica, sans-serif; }
#pagina { width:998px; margin:20px auto; font-size:100%; background:white; }


#col1 { float:left; width:268px; background:url(../img/foto_menu.jpg) no-repeat top; background-color:#75a8c3; }
#col2 { float:right; width:685px; }


/************ Cabecera *************/
#cabecera { width:482px; height:178px; margin:0 auto; }
#cabecera h1 { width:482px; height:178px; background:url(../img/logo.jpg) no-repeat; text-indent:-99999px; }


/************ Contenido *************/
#contenido { margin-top:30px; }
#contenido h2 { font-size:1.3em; font-weight:normal; color:#2e566f; margin-bottom:20px; }
#contenido .texto { float:left; width:400px; font-size:0.8em; text-align:justify; }
#contenido .texto ul { margin-left:30px; }
#contenido .foto { float:right; width:275px; text-align:center; }


/************ Pie ***************/
#pie { margin-top:30px; padding-top:8px; border-top:solid 1px #005f9a; color:#005f9a; font-size:0.7em; }


/************ Menu **************/
#menu { padding-top:266px; background:url(../img/logo_menu.gif) no-repeat bottom; }
#menu ul { margin-left:25px; margin-top:20px; margin-bottom:10px; list-style:url(../img/triangulo.png); }
#menu li { font-family:Tahoma; font-weight:bold; font-size:0.9em; line-height:1.3; }
#menu li a { color:white; text-decoration:none; }
#menu li a:hover { color:#f5e78b; }
