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

body {
	margin: 0px;
	font-size: 62.5%;
	background: transparent url(../images/bgs/bgmosaico.jpg) left top repeat;
}
#bg {
	background: transparent url(../images/bgs/bg.jpg) left top repeat-x fixed;
}

body, td, th {
	font-family: Arial, sans-serif;
}

input, select, td, th {
	font-family: 1em;
}

.pageContent {
	margin: 0px; 
	width: 610px; 
	background: #fff; 
	border: solid 1px #069;
}

p, li {
	font-size: 1.2em;
}

#frame {
	width: 770px;
	margin: auto;
}

#header {
	background: #fff;
}

#contenidoLayout {
	width: 770px;
}

#mainCol {

}

#primeraCol {
	width: 153px;
}

#segundaCol {
	width: 150px;
}

#copyright {
	text-align: center;
	font-weight: bold;
}

#navbar {
	margin: 0;
}

#navbar ul {
	padding: 0;
	margin: 0;
}

#navbar ul li {
	display: inline;
}

#navbar ul li a {
	display: block;
	width: 163px;
	height: 17px;
	margin: 0 0 4px 0;
	background: url('../images/bgs/nb_btn_bg.gif') no-repeat left top;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
	padding: 4px 0;
	text-indent: 8px;
	border: solid 1px #1D4C9C;
	border-top: none;

}

#navbar ul li a:hover {
	text-indent: 9px;
	background: url('../images/bgs/nb_btn_bg.gif') no-repeat right top;
}

.bandera {
	background: url('../images/logos/bandera.gif') repeat-y;
}
.bandera_estrellas {
	border-collapse: collapse;
	margin: 0;

}
.bandera_roja {
	background: red;
	margin: 0;
	padding-top: 10px;
}

/** Cajas (Boxes) **/
.box01 {
	border-collapse: collapse;
	border: solid 1px #1D4C9C;
	border-top: none;
	background: #fff url('../images/boxes/box01/box01_cen.gif') repeat-x top left;
	margin-bottom: 10px;
}
.box01 .cen {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	vertical-align: middle;
	height: 23px;
}
.box01 .izq {
	width: 2px;
	background: url('../images/boxes/box01/box01_izq.gif') no-repeat top left;
}

.box01 .cen {

}

.box01 .der {
	width: 2px;
	background: url('../images/boxes/box01/box01_der.gif') no-repeat top right;
}

.box01 .body {

}

/** Box02 **/
.box02 {
	border-collapse: collapse;
	border: solid 1px #1D4C9C;
	border-top: none;
	background: #3464C4 url('../images/boxes/box02/box02_bg.gif') repeat-x top left;	
}

.box02 .it {
	width: 4px;
	height: 3px;
	background: url('../images/boxes/box02/box02_it.gif') no-repeat	 top left;
}

.box02 .im {
	width: 4px;

}

.box02 .if {
	width: 4px;
	height: 3px;
	background: url('../images/boxes/box02/box02_if.gif') no-repeat bottom left;
}

.box02 .ct {
	height: 3px;
	background: url('../images/boxes/box02/box02_ct.gif') repeat-x top left;
}

.box02 .body {
	padding-top: 7px;
	color: white;
}

.box02 .cf {
	height: 3px;
	background: url('../images/boxes/box02/box02_cf.gif') repeat-x bottom left;
}

.box02 .dt {
	width: 4px;
	height: 3px;
	background: url('../images/boxes/box02/box02_dt.gif') no-repeat top right;
}

.box02 .dm {
	width: 4px;	

}

.box02 .df {
	width: 4px;
	height: 3px;
	background: url('../images/boxes/box02/box02_df.gif') no-repeat bottom right;
}

/** Box03 **/
.box03 {
	border-collapse: collapse;
	border-top: none;
	background: #fff url('../images/boxes/box03/box03_cen.gif') repeat-x top left;
	margin-bottom: 10px;
}
.box03 .cen {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	vertical-align: top;
	padding-top: 4px;
	height: 37px;
}
.box03 .izq {
	width: 18px;
	background: url('../images/boxes/box03/box03_izq.gif') no-repeat top left;
}

.box03 .cen {

}

.box03 .der {
	width: 24px;
	background: url('../images/boxes/box03/box03_der.gif') no-repeat top right;
}

.box03 .body {

}

/** List01 **/

.list01 {

}

.list01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list01 ul li {
	display: inline;	
}

.list01 ul li a {
	display: block;
	border-bottom: solid 1px #ccc;
	padding: 3px 3px 3px 4px;
	font-size: 1.0em;
	color: blue;
	font-weight: bold;
	background: #e2e2e2;
	text-decoration: none;
}
.list01 ul li a:hover {
	background: #C2E2F9;
}

.list01 .pub_dt {
	text-align: right;
	font-style: italic;
	font-weight: normal;
	color: #000066;
}

.luna01 {
	color: white;
	font-size: 1.3em;
	font-weight: bold;
	background: url(../images/bgs/blue_bullet.gif) no-repeat top left;
	padding: 6px 0 5px 40px;
	width: 180px;
	height: 23px;
}

.linea01 {
	height: 1px;
}

.scrolling a {
	margin-left: 12px;
	display: block;
}
