/* CSS Document */

.citas {
	font-size: 11px;
}
.citas a{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.citas a:visited{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a:visited {  
	color:#0265C7;
	text-decoration: none;
}

/* Submenú */

.submenuoff a:link {color: #666666; text-decoration: none;}
.submenuoff a:visited {color: #666666;  text-decoration: none;}
.submenuoff a:hover {color: #000000; background-color: #F2EFE3; text-decoration: none;}

.submenuon a:link {color: #666666; text-decoration: none;}
.submenuon a:visited {color: #666666;  text-decoration: none;}
.submenuon a:hover {color: #000000; background-color: #F2EFE3; text-decoration: none;}

.submenuseccion a:link {color: #666666; text-decoration: none;}
.submenuseccion a:visited {color: #666666;  text-decoration: none;}
.submenuseccion a:hover {color: #000000; text-decoration: none;}

.submenuseccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-weight: bold;
	padding-bottom: 4px;
}

.submenuoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	padding-left: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.submenuon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	padding-left: 11px;
	background-color: #F0EDE0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3.downloadbar
{
	position: relative;
	border-top: 1px solid #008000;
	background: #0a0 url("http://ants.dif.um.es/~felixgm/research/tacs/img/sfx_dl_bg2.png") repeat-x bottom left;
	font-size: 90%;
	color: #456;
	padding: .3em .5em 1.7em .5em;
	margin: 0 0 -.5em 1em;
	width: 17em;
}

.downloadbar a
{
	color: #fff !important;
	padding: 0 40px 0 0 !important;
}

.downloadbar a:hover { color: #efe !important; }

.downloadbar small
{
	color: #fff;
	padding: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url("http://ants.dif.um.es/~felixgm/research/tacs/img/sfx_dl_arrow2.png") bottom left no-repeat;
}

p.brief
{
	margin: 1em 0;
	padding: 0 0 0 1.6em;
	line-height: 130%;
	font-size: 90%;
	color: #56626d;
}

a.brief { color: #56626d; }
