@charset "utf-8";
/* CSS Document */


body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #61c891;}	

#contenedor {
		width:960px;
		background-color:#FFF;
		border: 5px solid #FFF;
		margin: 0 auto;
		-moz-border-radius: 7px;
  	    -webkit-border-radius: 7px;
        box-shadow: 2px 2px 2px #ffc;
       -webkit-box-shadow: 2px 2px 2px #ffc;
       -moz-box-shadow: 2px 2px 2px #ffc;
   
		}
#menu{
	
	width:163px;
	height:595px;
	background:url(../img/botonfon2.gif);
	background-repeat:no-repeat;
	padding:14px; /* margen cajonera de botonera */
	margin-bottom:0px;
	float:left;
	
		}
	#menu ul {
	list-style: none;
	padding-left: 0px; /* margen de botonera en relacion al cajo */
	padding-top: 5px;
	float:left; 
	width:155px; /* tamaño cajon blanco botonera de ancho y alto abajo */
	height:310x;
	background-color:#FFF;
	
	}	
		
	#menu ul li a
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	color:#FFF;
	font-style:inherit;
	margin-bottom: 3px; /* margen entre textos */
	text-decoration:none;
	background:url(../img/botarriba.gif) repeat-x;
	display: block;
	text-indent:8px;   /*separacion con caja centrak */
	line-height:20px;   /*separacion entre textos mejor que el otro*/
	}	
	
	#menu ul li a:hover{
		background:url(../img/botabajo.gif) repeat-x;}

#cuerpo{
	height:770;
	float:left;}
.clear {
	clear:both;}	
	
#fin {
	height: 960px;
	height: 50px;
	background: #0C9;
	text-align: center;
	font-weight: bold;
	letter-spacing: 7px;
	vertical-align:text-top;
	
}

#marca {
	font-size: 10px;
	color: #666;
	text-align: center;
}

#logo{
	margin-top:10px;
	height: 50px;}

