body {
	width:775px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-size: 10px;
	margin: 0 auto;
	background-color: #008BBE;
	background-image: url(pix/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

a {
	color:#369;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color: #000000;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-align: left;
	line-height: 18px;
	}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	font-weight: bold;
	}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #369;
	text-align: left;
	font-weight: bold;
	}

p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	}
	
span {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	}	
	
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

img {
    border: none;
	}

hr{
	width:100%;
	border-top: 1px dotted #369;
	}	
	
#header {
	background-image: url(pix/header.jpg);
	clear: left;
	float: left;
	height: 125px;
	width:775px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;

	}

#content {
	float:left;
	clear: left;
	width:775px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #FFFFFF;
	}

#columnaizquierda{
	width:200px;
	float:left;
	clear: letf;
	background-color: #FFFFFF;
	}

#columnacentral{
	width:540px;
	float:right;
	clear: right;
	padding: 10px 15px 10px 0px;
	}

#auspicios{
	float:left;
	clear: left;
	width:765px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 5px;
	background-image: url(pix/auspicios.gif);
	}

.columna{
	width:245px;
	margin-right: 10px; 
	float:right;
	clear:left;
	}

.columna2{
	width:500px;
	margin-right: 10px; 
	float:right;
	clear:left;
	}

#footer {
	width:775px;
	clear: left;
	float: left;
	text-align: center;
	color: #000;
	padding: 5px 0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color: #E3EFFF;
	height: 100%;
	}

.foto {
	margin-bottom: 10px;
	border: 1px solid #369;
	}

.fotoleft {
	margin-bottom: 10px;
	float: left;
	margin-right: 5px;
	clear: both;
	}

.fotoright {
	border: 1px solid #369;
	margin-bottom: 10px;
	float: right;
	margin-left: 5px;
	clear: none;
	}

/*- Menu --------------------------- */

#menu3 {
        width: 200px;
        border: 1px solid #ccc;
        margin: 10px;
        }

#menu3 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu3 li a:link, #menu3 li a:visited {
        color: #888;
        display: block;
        background:  url(pix/menu3.gif);
        padding: 8px 0 0 30px;
        }

#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
        color: #283A50;
        background:  url(pix/menu3.gif) 0 -32px;
        padding: 8px 0 0 30px;
        }

#menu10 {
        width: 200px;
        margin: 10px;
        }

#menu10 li a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        }

#menu10 li a:link, #menu10 li a:visited {
        color: #4D4D4D;
        display: block;
        background:   url(pix/menu10.gif);
        padding: 8px 0 0 10px;
        }

#menu10 li a:hover, #menu10 li #current { {
        color: #FF9834;
        background: url(pix/menu10.gif) 0 -32px;
        padding: 8px 0 0 10px;
        }

#menu { 
	width:785px;
	clear: left;
	float: left;
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	color: #000;
	}

ul#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
	}

ul#navlist li {
    float: left;
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 4px 0;
    background-color: #eef4f1;
    border-top: 1px solid #e0ede9;
    border-bottom: 1px solid #e0ede9;
	}

#navlist a, #navlist a:link {
    margin: 0;
    padding: 5px 36px 4px 36px;
    color: #95bbae;
    border-right: 1px dashed #069;
    text-decoration: none;
	}

ul#navlist li#active {
    color: #95bbae;
    background-color: #deebe5;
	}

#navlist a:hover {
   	color: #74a893;
    background-color: #d1e3db;
	}

