.titulos_rs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #244b98;
	font-weight:bold;
}
.titulos_rs a:link {
	text-decoration: none;
	color: #244b98;	
}
.titulos_rs  a:visited {
	text-decoration:none;	
	color: #244b98;
}
.titulos_rs a:active {
	text-decoration:none;	
	color: #244b98;
}
.titulos_rs a:hover {
	background:#f0f0f0;
	text-decoration: none;	
	color: #244b98;
}
.pie_rs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #244b98;
	font-weight:bold;
}

.titulos_blanco_rs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}
.titulos_blanco_rs a:link {
	text-decoration: none;
	color: #ffffff;	
}
.titulos_blanco_rs  a:visited {
	text-decoration:none;	
	color: #ffffff;
}
.titulos_blanco_rs a:active {
	text-decoration:none;	
	color: #ffffff;
}
.titulos_blanco_rs a:hover {
	text-decoration: underline;	
	color: #ffffff;
}

.bajadas_rs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: normal;
}
.bajadas_rs a:link {
	color: #444444;
	text-decoration: none;	
}
.bajadas_rs  a:visited {
	color: #444444;
	text-decoration:none;	
}
.bajadas_rs a:active {
	color: #444444;
	text-decoration:none;	
}
.bajadas_rs a:hover {
	color:#444444;
	text-decoration: underline;	
}

.marco
{
    BORDER-RIGHT: #CCCCCC 1px solid;
    BORDER-TOP: #CCCCCC 1px solid;
    BORDER-LEFT: #CCCCCC 1px solid;
    BORDER-BOTTOM: #CCCCCC 1px solid;
}
.marco_negro
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-LEFT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
}
.fondo_nota {
	background-image:url(../imagenes_rs/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.fondo_dest {
	background-image:url(../imagenes_rs/fondo_dest.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color:#a6abaf;
}


.marco_fondo
{
    BORDER-RIGHT: #c5d1df 1px solid;
    BORDER-TOP: #c5d1df 1px solid;
    BORDER-LEFT: #c5d1df 1px solid;
    BORDER-BOTTOM: #c5d1df 1px solid;
	background-image:url(../imagenes_rs/fondo.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

.vertical_izq {
	background-image:url(../imagenes_rs/izq_int.jpg);
	background-repeat:repeat-y;
	background-position: right;
}

.vertical_der {
	background-image:url(../imagenes_rs/der_int.jpg);
	background-repeat:repeat-y;
	background-position: left;
}