/* CSS Document */

   body {
    margin:0;
    padding:0;
    text-align:center;
   }
   
   #content {
    text-align:left;
    margin:auto;
    background-color:#ffF;
    width:700px;
    height:800px;
	border-right: 1px solid #000;
   }

   #cabecera {
    width: 700px;
    height:120px;
    background-color:#f00;
	border:1px solid #000;
   }

   #menu {
    width:150px;
    height:630px;
    float:left;
    background-color:#FFF;
	border:1px solid #000;
   }

   #contenido {
    width:547px;
    height:630px;
    float:left;
    background-color:#FFF;
	
   }

   #pie {
    clear:both;
    width:700px;
    height:50px;
	background-color:#CCFFFF;
	border-bottom:1px solid #000;
	border-left: 1px solid #000;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
   } 
   
   #pie a {
	color: #000000;
	text-decoration: none;
	}
	
#pie a:hover {
	color: #db6d16;
}

#pie #altnav {
	width: 350px;
	float: right;
	text-align: right;
}
   /*Menu*/
   
   #menuv {
	border: 1px solid #000;
	border-width: 1px 1px 0 1px;
	width: 150px;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFF;
}
#menuv ul, li {
	list-style-type: none;
}
 
#menuv ul {
	margin: 0;
	padding: 0;
}
 
#menuv li {
	border-bottom: 1px solid #000;
}
 
#menuv a {
	text-decoration: none;
	color: #000;
	background: #FFF;
	display: block;
	padding: 3px 6px;
	width: 138px;
}
 
#menuv a:hover {
	background: #DBEBF6;
}