a { font-family: "Trebuchet MS"; color: #840021; text-decoration: none; font-weight: bold;}
a:hover { font-family: "Trebuchet MS"; color: #303030; text-decoration: none; font-weight: bold;}

body {
	scrollbar-face-color: #BDBDBD;
	scrollbar-3dlight-color: #E2E0E1;
	scrollbar-darkshadow-color: #97A0B6;
	scrollbar-track-color: #E0DFE5;
	scrollbar-arrow-color: #818B9E;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #D8D8D8;
}

.titulos {
top: 0px;
margin: 0px 0px 10px 0px;
padding: 0px;
background: url(../../images/img_titulos.jpg) no-repeat;
width: 100%;
height: 47px;
}

.submenu {
width:100%; 
float:left; 
}

h1 {
    color: #565656;
    font-family: "Trebuchet MS";
    font-size: 20px;
    margin: 0;
    padding: 10px 20px 0;
    text-decoration: none;
}

h2 {
    color: #840021;
    font-family: "Trebuchet MS";
    font-size: 20px;
    margin: 20px 0 30px;
    padding: 0 0 0 0;
    text-decoration: none;
}

/* BORDE IMAGENES */

.brd_img { 
	border: 1px solid #CCCCCC;
	cursor: hand;
}

.frm_fld_01 { /* CAMPOS DE LOS FORMULARIOS - USUARIO Y CONTRASEŅA */
	border: 1px solid #FF9120;
	background-image: url(../../images/fnd_frm_fld_01.gif);
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #2D4267;
	text-decoration: none;
	padding: 0 5px;
}

/* FONDO - BORDE DE LAS TABLAS */

.fnd_tbl_01 { /* FONDO ROJO */
	background-color: #840021;
}

/* TEXTOS */

.txt_01 { /* TEXTOS ROJOS */
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #840021;
	text-decoration: none;
}

.txt_02 { /* TITULOS ROJOS */
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #840021;
	text-decoration: none;
}

.txt_03 { /* TITULOS GRISES */
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #565656;
	text-decoration: none;
}

.txt_04 { /* TEXTOS CENTRALES */
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #303030;
	text-decoration: none;
	text-align: justify;
}


.txt_05 { /* TEXTOS SUBTITULOS */
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #565656;
	text-decoration: none;
}

.txt_06 { /* TEXTOS CENTRALES */
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #303030;
	text-decoration: none;
	text-align: center;
}

/* ENLACES */

.lnk_01 { /* LINKS SUPERIOR */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.lnk_01:hover {
	color: #E5AA5F;
}

.lnk_02 { /* LINKS SUBMENU SUPERIOR */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.lnk_02:hover {
	color: #FF9120;
}

.lnk_03 { /* LINKS MORADO - RECORDAR CONTRASEŅA */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.lnk_03:hover {
	color: #959595;
}

.lnk_04 { /* LINKS SUPERIOR */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

.lnk_04:hover {
	color: #E5AA5F;
}

.lnk_05 { /* LINKS MORADO - RECORDAR CONTRASEŅA */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	padding: 2px 0 5px 5px;
}

.lnk_05:hover {
	color: #959595;
}

#facebook a {
background:url("../../images/followus.png") no-repeat scroll 0 0 transparent;
border:0 none;
cursor:pointer;
display:inline;
float:left;
height:52px;
overflow:hidden;
width:60px;
}

#twitter a {
background:url("../../images/followus.png") no-repeat scroll -65px 0 transparent;
border:0 none;
cursor:pointer;
float:left;
height:52px;
overflow:hidden;
width:60px;
}

.readmorecontent {
	text-align: right;
	}

a.readmore {
    background: #EDEDED;
 	border: 1px solid #840021;
	padding: 4px 15px;
 	color: #840021;
	text-decoration: none;
    font-size: 12px;
	}

a.readmore:hover {
    background: #840021;
 border: 1px solid #840021;
    color: #FFFFFF;
	}
   
