* {
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

html,body {
  height:100%;
}

body
{
	background: #cff url(img/fondo.gif) fixed repeat;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 0.75 em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}

p {
	font-size: 0.75em;
}

#web {
	width: 750px;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* Hack para IE 6 */
* html #web {
  height:100%;
}

#cabecera {
	height: 96px;
	background: #96B3DD url(img/logo-cabecera.gif) no-repeat;
}

#cabecera h1 span {
	display: none;
}

#ordenador {
	display: block;
	float: right;
	width: 125px;
	height: 96px;
	background: url(img/ordenador-cabecera.gif) no-repeat;
}


/* Menu */
#menuh {
	float: right;
	font: 80% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	width: 100%;
}
 
#menuh ul, li {
	list-style-type: none;
}
 
#menuh ul {
	margin: 0;
	padding: 0;
}
 
#menuh li {
	float: left;
}
 
#menuh a {
	text-decoration: none;
	color: #3366CC;
	background: #F0F7FC;
	display: block;
	padding: 3px 10px;
	text-align: center;
	border: 1px solid #ACCFE8;
	border-width: 1px 1px 1px 0;
}
 
#menuh a#primero {
	border-left: 1px solid #ACCFE8;
}
 
#menuh a:hover {
	background: #DBEBF6;
}
/* Fin Menu */

#cuerpo {
	padding: 0px 10px 20px 10px;
	display: block;
	min-height: 100%;
}

#direccion, #telefonos {
	font-weight: bold;
	text-align: center;
}

#plano {
	margin: 0 10px 0 10px;
	padding: 0;
	border: 1px solid #000;
}

#l2 {
	color: purple;
}

#cuerpo ul {
	font-size: 0.75em;
	list-style-type: circle;
	margin: 10px;
}

#cuerpo li {
	list-style-type: circle;
	margin: 2px 2px 2px 20px;
}

#cuerpo table {
	width: 700px;
	margin: 15px;
	border-collapse: collapse;
	border: 1px solid #000;
}

#cuerpo table th {
	background: #66f;
	color: #fff;
	border: 1px solid #000;
	padding: 5px;
}

#cuerpo table td {
	border: 1px solid #000;
	padding: 3px;
}

