#pagina{
	background-color:#FFF;
	border:2px;
	border-color:#999;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	
	
}
#cabecera{
	background-image:url(/imagenes/logo_tocateconmigo.png);
	background-repeat: no-repeat;
	height:170px;

}
#cabecera h1{
	font: Impact;
	color:#000;
	font-size:22x;
	 
}
#contenido{
	clear:both;
	float:left;
	width:80%;
}
#menu{
	float:left;
	width:19%;
        font-size:20px;
       
}

#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
 
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url(imagenes/pagina/menu_seleccion.jpg);
	
	}
	
#menu li a:hover {
	color: #0f0f0f0;
	background: url(imagenes/pagina/menu_seleccion.jpg) 0 -32px;
	
	}	
#pie{
	clear:both;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
a:link {
color:#006;
text-decoration:none;
font-weight:700;
}

a:visited {
text-decoration:none;
color:#00C;
}

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

a:active {
text-decoration:none;
color:#009;
}

body {
	background: #f0f0f0;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

h1 {
	font-size: 18x;
	font-weight: bold;
	color: #4F5688;
	text-align: center;
}
img { border:0; }
.titre {
	font-size: 12x;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 80%;
	border: 1px solid #FFFFFF;
	background: #000000;
	margin: auto;
}
div.box  {
	font-size: 11x;
	text-align: center;
	width: 80%;
	border: 1px solid #FFFFFF;
	margin: auto;
	padding: 3px;
}
.box a:link, .box strong {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: #4F5688;
	padding: 3px;
}
.box a:visited {
	font-size: 11x;
	font-weight: bold;
	text-decoration: none;
	color: purple;
	padding: 3px;
}
.box a:hover {
	font-size: 11x;
	font-weight: bold;
	text-decoration: underline;
	color: #4F5688;
	padding: 3px;
}
.thumb img { 
	margin: 2px;
}
.box strong { color:red; }
