@charset "utf-8";
/* CSS Document */

#contenedor_pagina {
	width:801px;
	margin-bottom:0pt;
    margin-left:auto;
    margin-right:auto;
    margin-top:0pt;
	/*height: 100%;*/
	text-align:center;
	/*clear:both; //La propiedad clear especifica si un elemento permite elementos flotantes a sus lados//both, que mueve el elemento debajo de los elementos flotantes a ambos lados*/
	display:block; /*dice si un elemento es en bloque */
	/*background-image:url(images/fondo.jpg);*/
	/*background-repeat:repeat-y;*/
}

#header	{
       width:801px;
	   height:230px;
	
}

#contenido{
         width:801px;
		 text-align:left;
	     /*float:left;*/
		 background-color:#000000;
	   /*height:230px;*/
	
}

#footer{
       width:801px;
	   height:104px;
	
}

#menu{
       width:184px;
	   float:rigth;
	   background-image:url(images/bg_menu.jpg);
	   background-repeat:repeat-y;
	   /*height:104px;*/	
}

.texto	{
       font-family:Verdana, Arial, Helvetica, sans-serif;
       color:#FFFFFF;
       font-size:12px;
}  
