* {
	margin: 0px; padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

html body {
	display: none;
	background: #fff;
}

h6 { font-size: 16px; color: #ec008c; border-bottom: 1px solid #f2f2f2; margin-bottom: 8px; padding-bottom: 4px }
h5 { color: #00397c; padding-left: 10px; height: 20px; border-bottom: 1px solid #bfc9da; margin-bottom: 8px; }
ul { list-style: none }
img { border: none; }

a, a:link, a:visited { color: #0000ff }
a:hover { color: #ec008c; text-decoration: underline }

div#jdLoading {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 100;
	border: 1px solid #bfc9da;
	background-color: #FFF;
	padding: 4px;
}

div#container {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 736px;
}

div#mainTop {
	border: 3px solid #fff;
	background: #fff url(../../images/top.png) no-repeat;
	z-index: 25;
}

div#contentTop {
	width: 730px;
	height: 132px;
}

div#mainMed {
	margin-top: -1em;
	border: 3px solid #fff;
}

div#contentMed {
	margin-left: 5px;
	margin-bottom: 16px;
	width: 722px;
}

div#mainDown {
	margin-top: -1em;
	border: 3px solid #fff;
	background-position: left 50px;
	background-color: #00276d;
	background-image: url(../../images/down.png);
	background-repeat: no-repeat;
	padding: 14px;
}

div#contentDown {
	height: 162px;
}

div#contentPrincipal {
	background-color: #fff;
	padding: 10px 20px;
	overflow: auto;
}

/****	Menu Principal	****/
div#menuTop {
	/*border: 1px solid #ff0000; */
	padding: 2px;
	position: relative;
	top: 95px;
	left: 25px;
}

div#menuTop ul li {
	display: inline;
}

div#menuTop ul li img {
	margin: 4px 10px;
}

/** Titulo de cada seccion **/
div#titu-seccion {
	float: left;
	margin-bottom: 10px;
	background-image: url(../../images/titu-seccion.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 255px;
}

div#titu-seccion img.titu-img { 
	margin-top: 11px;
	margin-left: 60px;
}

div#barra-opciones {
	float:left;
	overflow: hidden;
	padding-top: 8px;
}

div#barra-opciones ul li {
	padding: 2px 4px;
}

div#barra-opciones ul li img {
	float:left;
	margin-right: 6px;
}

div#botones-down {
	text-align: right;
	padding-right: 50px;
}

div#copyright {
	float: left;
	position: relative;
	top: 118px;
	left: 20px;
}

/* Barra Local */
div.Local {
	clear:both;
	overflow:hidden;
	margin-bottom:8px;
}

div.Local p {
	padding: 0px 12px;
	font-size: 14px;
	font-weight:bold;
}

div.Local p span {
	color:#666;
	font-size: 14px;
}

div.Local div.barraIzq {
	float:left;
	width:19px;
	height:126px;
	background-image: url(../../images/barra-loc-izq.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.Local div.barraMed {
	float:left;
	height:126px;
	background-image: url(../../images/barra-loc-med.png);
	background-position: left top;
}

div.Local div.barraMed div {
	overflow:hidden;
	position:relative;
	top:24px;
	left:5px;
}

div.Local div.barraMed div img {
	display:block;
	float:left;
	margin-right:10px;
	border:2px solid #7186ad;
}

div.Local div.barraMed div img:hover {
	border:2px solid #ec008c;
}

div.Local div.barraDer {
	float:left;
	width:19px;
	height:126px;
	background-image: url(../../images/barra-loc-der.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/** Formateo de parrafos **/
p.p1 { padding: 3px 10px; line-height: 18px; color: #666 }

/****** Listados *****/
ul.listaComun li {
	display:block;
	color: #0000ff;
	border: 1px solid #fff;
	padding: 4px;
}

ul.listaComun li span {
	display:block;
	font-weight: normal;
	color: #929292;
}

img.imgCopas {
	border: 1px solid #bfc9da;
	margin-bottom: 10px;
}
