/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}.zonacentral {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #614594;
	border-right-color: #614594;
	border-bottom-color: #614594;
	border-left-color: #614594;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #614594;
	text-decoration: none;
}
.menu {
	padding: 30px;
}
.menum {
	vertical-align:top;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.titulo {
	font-size: 1.2em;
	font-weight: bold;
	color: #5C3D8B;
}

.texto{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 6px 0;
	font-weight: bold;
	white-space: nowrap;
}
ul#minitabs li{display: inline;margin: 0 4px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 3px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #538;color: #538}
ul#minitabs a:hover{border-color: #97B;color: #97B}


.m0 { color: #538; font-size:0.8em;  padding: 0;font-weight: bold;}
.m1 { color: #538; font-size: 0.8em; padding-left: 25px; height:0.2em; border: 0px;}

.mm0 { color: #538; font-size:0.8em;  padding: 0;font-weight: bold;}
.mm1 { color: #538; font-size: 0.8em; padding-left: 10px; height:0.2em; border: 0px;}

.mm0s { color: #000; font-size:0.8em;  padding: 0;font-weight: bold;}
.mm1s { color: #000; font-size: 0.8em; padding-left: 10px; height:0.2em; border: 0px;}


.enlacemenu:link {
	color: #538;
	text-decoration: none;
}
.enlacemenu:visited {
	color: #538;
	text-decoration: none;
}
.enlacemenu:hover{
	color: #000;
	text-decoration: none;
}




table.listado {
border: 1px solid #BBB;
}

table.listado tr {
	color: #000;
	text-align: center;
	background-color: #f9f9f9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	text-transform: lowercase;
}
table.listado tr.odd td{background:#EBF8FE;}
.desc {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background:#EBF8FE;
}
.nombre {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 8px;
	font-size: 12px;
}
.docu {
padding-right: 10px;
text-align:right;
}
