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

/*GENERAL----------------------------------------------*/
Body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, Helvetica;
	font-size: 11px;
	color: #000000;
	margin: 4px;
	padding: 0px;
	line-height: 17px;
}

#contenedor{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#encabezado{
	height: 100px;
	width: 900px;
}

#logotipo{
	background-image: url(img/logotipo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 200px;
}

#marquesina{
	height: 200px;
	width: 900px;
	background-image: url(img/marquesina.jpg);
}

#contenido{
	width: 900px;
	overflow: auto;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#contenidoizquierda{
	width: 200px;
	float: left;
}

#vinculos {
	background-color: #0b254a;
	float: left;
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contenidoderecha{
	width: 680px;
	float: right;
	padding-left: 20px;
}

#contenidoderechaindex{
	width: 700px;
	float: right;
	background-image: url(img/portada/fondo.jpg);
	background-repeat: no-repeat;
}

.imgderecha {
	float: right;	
	}
	
.imgnoticias {
	float: left;
	margin-left: 2px;
	}

#titulo{
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #0b254a;
	width: 680px;
	line-height: 30px;
	height: 28px;
	float: right;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin-top: 2px;
}

#pie{
	width: 900px;
	font-size: 10px;
	text-align: center;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}


#articulo{
	height: 102px;
	width: 680px;
	margin: 0px;
	padding: 0px;
}

.clear {
  clear: both;
}

/*vinculos-------------------------------------------*/

a{
	color: #0b254a;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0b254a;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #B37700;
	font-weight: bold;
}

/*NAVEGACION-------------------------------------------*/

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
}

#nav, #nav ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

#nav li {
	float: left;
	position: relative;
	text-transform: uppercase;
	background-color: #0b254a;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 11px;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
}

/*LISTA*/
#nav ul li {
	padding: 0;
	background: transparent none;
	border-right: none;
	width: 135px;
	text-transform: none;
	float: none;
	display: block;
	left: 0px;
}

#nav li>ul { top: 30px; left: 0; }

#nav li:hover ul, #nav li.over ul { display: block; z-index: 9999; }

#nav li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #0b254a;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#nav li li a {
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: normal;
}
#nav li a:hover {
	background-color: #003f7c;
	font-weight: normal;
}

#item {
	padding-top: 8px;
	padding-right: 12px;
	padding-left: 12px;
	height: 22px;
}

#item:hover {
	background-color: #003f7c;
}

#nav .baseNav  { padding: 0; margin: 0; background: transparent none; }
#nav a.baseNav:hover { background: transparent none; }

#type {
	list-style-image: url(img/bullet.png);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 12px;
}

#type a {
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


#type a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#vinculos  h1 {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #999999;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}




/*IMAGENES----------------------------------------------*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	display:inherit;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
img.articulos {
	margin-right: 20px;
	margin-bottom: 10px;
}
img.textos {
	float: inherit;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*TEXTO----------------------------------------------*/
p.encabezado{
	float: right;
	margin-top: 70px;
	margin-right: 0px;
}
h1 {
	font-size: 14px;
	color: #B37700;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 12px;
	color: #0b254a;
	display: inline;
	padding: 0px;
	margin: 0px;
}

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

p.articulo {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	#flashcontent {
	height: 800px;
	padding: 0px;
	width: 698px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.mapa {
	margin-top: 20px;
}

