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

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

header {height: 170px; width: 100%; background-image:url(headm2.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;}

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

h1{color:#0FF}
h2{color:#999; font-weight:normal; font-size:16px}
h3{color:black; font-weight: bold; font-size:14px;border-bottom:solid #0FF 1px}

.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:70%; height:500px; background-color:white; float:left}

#right {width:313px; height:500px; background-color:#0FF; float:left;}

#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;}

