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


* {margin:0px;padding:0px;}

header {height: 170px; width: 100%; background-image:url(headm1.jpg); background-size:100%; background-repeat: no-repeat; background-position:center}

header img {padding: 0; margin:0;}

body {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; background-color:white;}

div#slider {width:100%;}


nav {
	width:100%;
	height:30px;
	float:left;
	background:#000;
	position:absolute;
	z-index:1000;
}

nav ul {
	width:100%;
	height:30px;
	list-style-type:none;	
	padding-left:0px;
	position:absolute;
}

nav ul li {
	width:250px;
	height:45px;	
	float:left;
	padding-left:0px;
	padding-right:0px;
}

nav ul li a h2{font-weight:800; color:white;}
nav ul li a {
	text-decoration: none;
	color:#FFF;
	float:left;
	width:250px;
	height:45px;
	padding-left:90px;
	padding-right:40px;}

div#blanco {height:40px;}
	
div#blanco2 {height:100px;}

#menu {
	border: 1px solid #f90;
	/* Pintamos las lineas de todos los lados, excepto el inferior, ya que cada
	   'li' ya trae el borde inferior */
	border-width: 1px 1px 0 1px;
	/* Determina la anchura del menu */
	width: 150px;
	font-family: Arial;
	font-size: 0.8em;
}

/* Por defecto ul genera una separación hacia la derecha. con margin:0 queda anulada */
#left ul {
	margin: 0;
	padding: 0;
}

#left li {
	/* Eliminamos las marcas que genera el li como pueden ser las redonadas o recuadros */
	list-style-type: none;
	/* En cada li, pintamos la linea inferior */
	border-bottom: 1px solid #f90;
}

#left a {
	display: block;
	text-decoration: none;
	color: white;
	background: #f90;
	padding: 3px 6px 3px 6px;
}

#left a:hover {
	background: white;
	color:#F60;
}

#left a:hover h2{
	color:#F90;
}

p,h1,h2,h3{line-height:16pt; margin-left:15px; margin-top:10px; margin-right:15px}

h1{color:#F90}
h2{color:white; font-weight:bold; font-size:16px}
h3{color:black; font-weight: bold; font-size:16px;border:solid white 1px; background-color:white; padding:10px;}

.notis {border-bottom:dotted black 1px;}

#head {width:950px; height:170px; background-color:#333333; background-image:url(imagenes/banner.jpg);}

#nav{width:950px; height:40px; background-color:#66cc00; text-align:center; line-height:40px;font-size:14px; color:white; font-weight:bolder;}

/* Line height es interlineado, en una linea tambièn sirve para centrar la imagen verticalmente*/

#body{
	width: 100%;
	height: 540px;
	background-color: white;
}

.resaltado{font-weight:bolder;}

#left {width:20%; height:500px; background-color:#F90; float:left}

#right {width:970px; height:500px; background-color:white; float:left; border:dotted; background-image:url(galeriam1.jpg)}

#left,#right{margin-left:25px;margin-top:20px; margin-right:10px}

#foot {width:100%; height:50px; background-color:#000;text-align:center; line-height:50px; color:white; padding-right:20px; font-size:9px;}

titmenu {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
}
