/* CSS Document */

/* reset.css | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* **************************************************** */
/*           estilo general de la página                */
/* **************************************************** */

html {
	min-height: 100%;
	}

body {
	text-align:center;
	margin:0 auto;
	background:#FFFFFF url(../images/bg-estrellas.gif) center no-repeat fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	}

p {
	margin-bottom:12px;
	}

a {
	outline-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h1, h2, h3, h4, h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left:34px;
	margin-right:50px;
	margin-bottom:20px;
	font-weight:bold;
	padding-left:20px;
	}

h1 {
	font-size:190%;
	color: #96bf55;
	border-bottom:#96bf55 dotted 1px;
	background:url(../images/item-1.png) no-repeat left;
	}

h2 {
	font-size:150%;
	color: #ee4611;
	border-bottom:#ee4611 dotted 1px;
	margin-top:20px;
	background:url(../images/item-4.png) no-repeat left;
	}

h3 {
	font-size:150%;
	color:#0083d7;
	border-bottom:#0083d7 dotted 1px;
	margin-top:20px;
	background:url(../images/item-2.png) no-repeat left;
	}

h4 {
	font-size:120%;
	color: #ee4611;
	border-bottom:#ee4611 dotted 1px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(../images/item-5.png) no-repeat left;
	}

h5 {
	font-size:120%;
	color:#0083d7;
	border-bottom:#0083d7 dotted 1px;
	margin-top:10px;
	margin-bottom:10px;
	background:url(../images/item-3.png) no-repeat left;
	}

/* fondo pagina */
#centrado {
	margin:0 auto;
	width:800px;
	}
	
/* espacio para todos los contenidos */
#contenedor {
	margin:14px auto;
	width:800px;
	}

#superior {
	width:800px;
	height:40px;
	background:url(../images/marco-sup.png) top no-repeat;
	}

#cabecera {
	width:800px;
	height:200px;
	background:url(../images/marco-med.png) center repeat;
	}


#contenido {
	width:800px;
 	background:url(../images/marco-med.png) center repeat;
	text-align:left;
	}

#contenido p {
	margin-left:54px;
	margin-right:50px;
	line-height:normal;
	
	}

#contenido ul {
	margin-left:44px;
	margin-right:50px;
	line-height:normal;
	
	}

#inferior {
	width:800px;
	height:40px;
	margin-top:-12px;
	background:url(../images/marco-inf.png) center no-repeat;
	}

#salto {
	width:800px;
	clear:both;
	}	

#pie {
	width:800px;
	text-align:left;
	margin-left:54px;
	font-size: 10px;
	}	

#mapa {
	width: 650px;
	height:320px;
	margin-left:76px;
	border:#CCCCCC dotted 1px;
	}
	
/* Menu principal */	
#menu {
	width:800px;
	height:40px;
	text-align:center;
	background:url(../images/marco-med.png);
	}

/* Estilos para el menu principal */
#navcontainer
{
	margin: 0px;
	padding-left:24px;
	text-align:center;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: left;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
text-decoration: none;
background: url(../images/menu-off.png) no-repeat top left;
font-size: 14px;
float: left;
margin-left: 8px;
height: 30px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 30px;
color: #0083d7;
font-weight:bold;
}

#navcontainer li a:hover
{
background: url(../images/menu-on.png) no-repeat left top;
color: #ee4611;
text-decoration:underline;
font-weight:bold;
}

#pie a {
	color: #0083d7;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
	}

#pie a:hover
	{
	color: #ee4611;
	text-decoration:underline;
	font-weight:bold;
	font-size: 10px;
}

#mapa a {
	color: #0083d7;
	font-weight:bold;
	text-decoration:none;
	font-size: 10px;
	}

#mapa a:hover
	{
	color: #ee4611;
	text-decoration:underline;
	font-weight:bold;
	font-size: 10px;
}

#contenido a {
	color: #0083d7;
	text-decoration:none;
	font-weight:bold;
	}

#contenido a:hover
	{
	color: #ee4611;
	text-decoration:underline;
	font-weight:bold;
}
