/* CSS Document */
.titulo {
font-family:Tahoma;
font-size:14px;
font-weight:bolder;
color:#FFFFFF;
}
.seg_titulo {
font-family:Tahoma;
font-size:11px;
font-weight:bolder;
color:#000000;
}
.subtitulo {
font-family:Tahoma;
font-size:11px;
font-weight:bolder;
color:#666666;
}
.texto{
font-family:Tahoma;
font-size:11px;
color:#333333;
font-weight:normal;
}
.Seg_texto{
font-family:Tahoma;
font-size:11px;
color:#666666;
font-weight:normal;
}
.dolar {
font-family:Tahoma;
font-size:12px;
color:#508AC5;
font-weight:bolder;
}
.fecha {
font-family:Tahoma;
font-size:11px;
color:#999999;
}
.errorusuario{
font-family:Tahoma;
color:#FF0000;
font-size:10px;
font-weight:bold;
}
.mapa {
	font-family:Tahoma;
	font-size: 10px;
	color: #000033;
	font-weight: bold;
}
/* pie de pagina*/
.piepagina{
color:#333333;
font-family:Tahoma;
font-size:10px;
font-weight:bold;
}
/*comunicados portada*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* paginas interiores*/
.paginas_titulo {
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:405B81;
}
.paginas_subtitulo {
font-family:Tahoma;
font-size:14px;
font-weight:bold;
color:#333333;
}
.paginas_texto {
font-family:Tahoma;
font-size:12px;
color:#494949;
}
.paginas_texto:first-letter 
{ /*font-size: 200%; font-style: italic;
font-weight: bold; float: left;
color:#FF09922;*/
text-transform:uppercase;}
/* espaciado paginas */
a:link {
	color: #608BDB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B92C8;
}
a:hover {
	text-decoration: underline;
	color: #608BDB;
}
a:active {
	text-decoration: none;
	color: #608BDB;
}
/* POP UP IMAGENES*/

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
background-color: #FFFFFF;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
font-family:Tahoma;
font-size:9px;
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
