@charset "utf-8";
/* CSS Document */

@import "reset.css";		/* resetear propiedades globales */

html { background: #252624; }

body {
	position: relative;
	height: 100%;
	color: #232323;
	font: normal 12px/1.5em arial;
	text-align: left;
}

/* propiedades globales */

a { color: #232323; text-decoration: none; }

h1 { text-indent:-10000px; height:1px;}

h2 {
	padding-top: 155px;
	padding-left:15px;
	font-size: 38px;
	font-family: arial;
	color:#22B0BA;
	font-weight:lighter;
}

h3 {
	padding-top: 2px;
	padding-left:15px;
	margin-bottom:5px;
	font-size: 26px;
	font-family: arial;
	color:#BE2475;
	font-weight:lighter;
}

h4 {
	padding-left:15px;
	padding-top: 20px;
	font-size: 20px;
	font-weight:lighter;
}

ul li { display: inline;}

form { padding-left:18px; margin-bottom:50px; padding-top:5px;}
.select {
	font-size:13px;
	padding-top:4px;
	padding-bottom:2px;
	padding-right:2px;
	margin-right:3px;
	margin-bottom:3px;
}

/* Contenido */

#preload { background-image: url('../images/background.jpg'); height:0px; width:0px;}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 785px;
	background: #252624 url('../images/background.jpg') repeat-x top left; 
}

#page-content {
	position: relative;
	left:50%;
	margin-left: -490px;
	width: 980px;
	height: 765px;
	padding-top:20px;
	float: left;
	background-image:url('../images/definde.png');
	background-position: 0 30px;
	background-repeat: no-repeat;
}

#page-content p{ 
	width: 320px;
	padding-left: 18px; 
	margin-bottom: 10px;
	padding-top: 10px;
}

#page-content2 {
	position: relative;
	left:50%;
	margin-left: -490px;
	width: 980px;
	height: 765px;
	padding-top:20px;
	float: left;
}

/* Mapa */

.mapa { width:580px; height:500px; margin-left:400px; margin-top:-500px; float:right;}

#cvi_tooltip {
	display:none;
	position:absolute;
	padding:4px 8px;
	color: white;
	background: #4584B3;
	border: 1px solid #3C7199;
	max-width: 240px;
	min-width: 40px;
}

/* Banners */


.banner {
	width:320px;
	height:242px;
	cursor:pointer;
}

.titular {
	display:block;
	padding-left:25px;
	padding-right:65px;
	padding-top: 30px;
	font-size: 20px;
	font-weight:lighter;
}

.link {
	display:block;
	text-indent:-10000px;
}

#medios { background-image: url('../images/medios.png'); margin-left:20px; background-position: 0 -243px;}
#empresas { background-image: url('../images/empresas.png');  background-position: 0 -243px;}
#eventos { background-image: url('../images/eventos.png');  background-position: 0 -243px;}

#medios:hover { background-image: url('../images/medios.png'); margin-left:20px; background-position: 0 0px;}
#empresas:hover { background-image: url('../images/empresas.png');  background-position: 0 0px;}
#eventos:hover { background-image: url('../images/eventos.png'); background-position: 0 0px;}

/* Pie de página */

#footer {
	padding-top: 10px;
	padding-bottom: 25px;
	font: normal 11px arial;
	position: relative;
	left:50%;
	margin-left: -500px;
	width: 1000px;
	float: left;
}

#footer p { color:white;}

#footer p.tip {
	display: none;
	margin-right: 20px;
	color: white;
}

#footer ul li {
	display: inline;
	margin-right: 3px;
	width: 16px;
	height: 15px;
}

#footer ul li a { border: none; }

.footerlink {
	width:150px;
	margin-right:5px;
	padding-left:5px;
	padding-bottom:10px;
	margin-bottom:20px;
	padding-top:10px;
	min-height:140px;
	color: #6E6E6E;
}

.footerlink:hover{ background-color:#191919; cursor:pointer;}
.footerlink a{ color: #6E6E6E; margin-bottom:2px; }	
.footerlink a:hover { color:white;}



h5{ 
	width:150px;
	color: white;
	text-transform:uppercase;
	font-weight:lighter;
	font-size:16px;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:10px;
	background-image: url('../images/linea.jpg');
	background-position: bottom;
	background-repeat:repeat-x;
}



