html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
background:white;
color: navy; 
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 76%;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
height:100%;
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;
}

#contenido {
overflow:auto; 
position:absolute; 
z-index:3;
top:100px; 
bottom:50px;
left:200px; 
right:0; 
background-color: white;
padding: 1%;
color: navy;
background-image: url(../imagenes/usbg2.gif);
background-position: center center;/*450px 100px;*/
background-repeat: no-repeat;
background-attachment: fixed;
}

* html #contenido {
top:0; 
left:0; 
right:0; 
bottom:0; 
height:100%; 
max-height:100%; 
width:100%; 
overflow:auto; 
position:absolute; 
z-index:3; 
border-top:100px solid #fff; 
border-bottom:50px solid #fff; 
border-left:200px solid #fff;
}

/*Contenidos dentro de CONTENIDO*/
 #margenescont {
	font-size: 150%;
	margin: 10px 100px 10px 10px;
 }
 #margenescont ul {margin-left: 10px;}
 
 #presComite{
	font-size: 100%;
	text-align: right;
	margin-right:200px;
	margin-top: 30px;
 }

#cabecera {
position:absolute; 
margin:0;
top:0; 
left:0; 
display:block; 
width:100%; 
height:100px; 
background-color: navy; 
/* font-size:4em;  */
z-index:5; 
overflow:hidden; 
color:white;
text-align: center;
overflow:auto;
}

#cabecera #titulo{
padding-top: 20px;
padding-bottom:10px;
margin-left:150px;
font-size:350%;
}
#cabecera #subtitulo{
font-size:150%;
text-align: right;
margin-right: 15%;
}

#cabecera #logo{
width:200px;
height: 88px;
float:left;
position: absolute;
top:12px;
left:0;
}

#pie {
position:absolute; 
margin:0; 
bottom:0; 
left:0; 
display:block; 
width:100%; 
height:50px; 
font-size:1em; 
z-index:5; 
overflow:hidden; 
background:navy; 
color:white;
text-align: center;
}

/*Contenidos dentro del pie*/
  #W3C{
	position:absolute;
	bottom:10px;
	left: 200px;
	}

 #CSS{
	position:absolute;
	bottom:10px;
	right: 100px;
	}
 
 #images{
	position: absolute;
	bottom: 10px;
	right: 200px;
	}
	
 #cont{
	position: absolute;
	left: 400px;}
	
 #pie a:link {color:white;}
 #pie a:hover  {color:white; background-color:transparent; text-decoration: underline;}
 #pie a:visited {color:white;}

 #margenespie {margin-top:5px;
 margin-right:300px;}
 #left{
position:absolute;
bottom: 10px;
right:165px;
float: right;
 }

 
#menu {
position:absolute; 
padding-top: 10px; 
left:0; top:100px; 
bottom:50px; 
width:200px; 
background-color: rgb(210,233,255);/*rgb(153,204,255);*/
font-size:1.2em; 
z-index:4; 
overflow:auto; 
}


* html #menu {
height:100%; 
top:0; 
bottom:0; 
border-top:100px solid #fff; 
border-bottom:50px solid #fff; 
color:#fff;}


#contendo p {
padding:10px;
}




