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

body { 
	width:830px;
	margin:20px auto 50px auto;
	background-color:#EEE;
	font-size:12px;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}
a:link {
	color: #069;
}
a:visited {
	color: #3A595F;
}
a:hover {
	color: #3CF;
}
a:active {
	color: #069;
}
h1, h2, h3 { padding:0px; margin:0px;}
h1 a {text-decoration:none}
.blanco { color:#FFF}
	.blanco a {color:#FFF;}
.azul { color:#069}
	.azul a {color:#069;}

p, table, dl { margin:10px; padding:0px;}
dl { clear:both; }
dt { color:#069; text-transform: uppercase; font-weight:bold }
dd { color: #333; font-size:11px}
	 
#coliz, #colde {
	background-color:#FFF;
	display:block;
	overflow:auto;
	border:solid 1px #99666A;
}

#coliz {
	width:250px;
	float:left;
	padding:10px;
}
	
	#head { 
		background:url(../imgs/main/fondotop.gif) repeat-x bottom;
		text-align:center;
		overflow:hidden;
	}
	h1 { 
		font-size:24px; 
		line-height:101px;
		clear:both;
	}
		.addthis_default_style { 
			width:150px; 
			background-color: #9FF; 
			float:right;
			display:block;
			margin:0px;
			padding:2px;
		}
	#coliz h2 {
		background:url(../imgs/main/menugris.gif) repeat-x bottom;
		line-height:37px;
		font-size:16px;
		color:#FFF;
		padding-left:10px;
	}

#colde {
	width:552px;
	float:right;
	margin-top:10px;
}
	#colde h1, #colde h2 {
		background:url(../imgs/main/titulos.gif) repeat-x bottom;
		line-height:37px;
		color:#FFF;
		padding-left:10px;
	}
	#colde h3 {
		color: #069;
		padding-left:10px;
	}
	#colde h1 {font-size:14px;}
	#colde h2, #coliz h2 {font-size:12px;}

form label { display:block; clear:both}

/* BNADERAS */

ol#porpais { 
	list-style:none; 
	padding:0px; 
	margin:0px;
}
ol#porpais li {	
	font-size:10px;
	text-decoration:none;
	line-height:15px;
	
	width:60px;
	
	margin:1px;

	display:block;
	float:left;
	overflow:auto;
}
ol#porpais li a:link, ol#porpais li a:visited{ 
	border:1px solid #CCC;
	padding:2px;
	
	text-decoration:none;
	color:#069;
	
	display:block;
}
ol#porpais li a:hover, ol#porpais li a:active {
	border:1px solid  #F90;
	padding:2px;
	background-color:#eee;
	
	color:#0CC;
	
	display:block;
}

/* MENU 552px */
ol#menuPrin { padding:0px; margin:0px;}
ol#menuPrin li { list-style:none; float:left; width:16.666%; text-align:center; font-weight:bold; font-size:11px; }
ol#menuPrin li a:visited, ol#menuPrin li a:link {
		color: #FFF;
		padding:5px 0px 0px 0px;
		text-decoration:none;
		display:block;
		overflow:hidden;
		background-color:#000; 
		border-bottom:5px solid #069;
	}
ol#menuPrin li a:active, ol#menuPrin li a:hover {
		color: #FFF;
		padding:5px 0px 0px 0px;
		text-decoration:none;
		display:block;
		overflow:hidden;
		background-color: #000; 
		border-bottom:5px solid #FFF;
	}

/* TABLA */
#cambios th { border-bottom:2px solid #09F;}
#cambios td { padding: 10px 0px 0px 0px; margin:0px; line-height:13px; border-bottom:2px solid #FFF}
#cambios td.sinl { padding: 10px 0px 0px 0px; margin:0px; line-height:13px; border:none}
#cambios tr.uno { background-color:#E9EFEF; }
#cambios tr.dos { background-color: #D0E4E6; }
.chico { font-size:9px; color:#069}
.chicodesc { font-size:10px; color: #666}
.tablaSec {
		font-size:9px;
		padding:0px;
		margin:0px;
		text-align:center;
}
ol#paginas {
	list-style:none;
	padding:0px;
	margin:10px;
}
ol#paginas li {
	display: block;
	float:left;
	
	width:4.35%;
	padding:0px;
	margin:1px;
	text-align:center;
}
ol#paginas li.p0 {
	background-color: #09C;
	border:1px solid #0CF;
	color: #FFF;
}
ol#paginas li.p1 a:visited, ol#paginas li.p1 a:link {
	background-color:#D0E4E6;
	border:1px solid #D0E4E6;
	color:#069;
	
	display: block;
}
ol#paginas li.p1 a:active, ol#paginas li.p1 a:hover {
	background-color: #09C;
	border:1px solid #0CF;
	color: #FFF;
	
	display: block;
}

/* VIDEO y articulos */
p.desc { text-transform:uppercase; font-weight:bold;}
div#video { 
	width:320px;
	float:right;
	padding:10px;
}
ul {
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 10px;
}

/* footer */
ul#footerlinks {
	margin:opx;
	list-style:none;
}
ul#footerlinks li {
	padding-left:5px;
	display: inline-block;
}

/* FORMS */
.FormBox {
		background-color:#EEE;
		margin:5px;
		padding:10px;
}