body
{
	background:url('../img/fondo.jpg');
	
}
#pagina
{

	height:700px;

	margin-top:60px;
}
#contenedor
{
	width:765px;	
	height:500px;
	position:absolute;
	left:50%;
	margin-left:-382px;	
	text-align:center;
	border:solid 3px black;
}
#cabecera
{
	width:100%;
	height:100px;	
	background:url('../img/cabecera.jpg');
}
#botonera
{
	height:30px;
	background:black;
	color:white;
	border-top:solid 3px orange;
		
}
#botonera a
{
	color:white;
	text-decoration:none;
}

#botonera ul
{
	margin:none;
}
#botonera li
{
	list-style:none;
	display:inline;
}
#cuerpo
{
	/*background:url('../img/fondo_cuerpo.jpg');*/
	background: yellow;
	border-top:solid 3px orange;
	height:364px;
	font-family:"Helvetica";
	font-size:12pt;
}
.parrafo
{
	margin-top:40px;
	font-size:14pt;
}
.boton
{
	width:130px;
	height:30px;
	border-right:solid 1px white;
	border-left:solid 1px white;
	float:left;	
	text-align:center;
	font-size:16pt;
	line-height:1.3em;
}
.boton:hover
{
	background:#95bde0;
	cursor:pointer;	
}
.boton:visited
{
	background:red;
}
.titulo
{
	font-family:"Helvetica";
	font-size: 14pt;
	font-style:bold;
	color:#95bde0;
}
#titulo_cuerpo
{
	background:yellow;
	font-size:18pt;
	font-family:"Helvetica";
	text-align:left;
	font-style:bold;
	margin-bottom:20px;
	border-bottom: solid 2px orange;
}
#mapa
{
	margin-top:5px;
	margin-left:5px;
	height:200px;
	width:300px;
	float:left;
}
.telefono
{
	font-size:25pt;
	font-weight:bold;
}
#texto p
{
	font-size:16pt;
}
.parrafo_contacto
{
	font-size:15pt;
}