@CHARSET "ISO-8859-1";

/* CUERPO */
body.frame {
	background-color: #ffffff;
	background-image: url("/dev/template/FEbase/images/bg.jpg");
	background-repeat: repeat-x;
	margin-top: 0px; margin-left: 0px;
}


td.lateral_menu {
	height: 14px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

a.lateral_menu {
	font-family: Verdana;
	font-size: 10px;
	color: #d2ffd4;
	text-decoration: none;
	
}
.cellBg {
	background-image: url("/dev/template/FEbase/images/cellBg.jpg");
	background-repeat: repeat-x;
	height: 25px;
}


/*  TXT */
.texto9Negro {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}
.texto11Negro {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
a.link11Negro:link, a.link11Negro:active, a.link11Negro:focus, a.link11Negro:visited {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}
a.link11Negro:hover {
	text-decoration: underline;
}

.texto11Gris {
	font-family: Verdana;
	font-size: 10px;
	color: #696d79;
}
a.link11Gris:link, a.link11Gris:active, a.link11Gris:focus, a.link11Gris:visited {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #696d79;
}
a.link11Gris:hover {
	text-decoration: underline;
}

.texto14 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

.texto14Gris {
	font-family: Verdana;
	font-size: 14px;
	color: #696d79;
}

.titulo {
	padding: 40px;
	color: #ffffff;
	font-family: Verdana;
	font-size: 34px;
	font-weight: bold;
	text-align: right;
}






/* TXT */
.texto9 {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}

.texto9blanco {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
}

.texto12 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.texto13 {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

/* FORM */
input.button {
	background-color: #bbc8db;
	border: 1px solid #777777;
	height: 24px;
	width: 100px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.formulario {
	padding: 2px;
	border: 1px solid #333333;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}

.formularioRequerido {
	padding: 2px;
	border: 1px solid #333333;
	color: gray;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}

/* SIDEBAR */
.titleSidebar {
	color: #ffffff;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

a.linkSidebar:link,a.linkSidebar:active,a.linkSidebar:focus,a.linkSidebar:visited
	{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #999999;
}

a.linkSidebar:hover {
	text-decoration: underline;
}

.titleSidebarBlack {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}

a.linkSidebarBlack:link,a.linkSidebarBlack:active,a.linkSidebarBlack:focus,a.linkSidebarBlack:visited
	{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a.linkSidebarBlack:hover {
	text-decoration: underline;
}

.transfer {
	border: 2px dotted #333333;
	background-color: #f2fd74;
	opacity: 0.5;
	z-index: 99;
}

/* IMAGEN BANNER */
.imagenBanner {
	position: relative;
	height: 221px;
	width: 380px;
	padding: 0px;
	margin: 0;
	z-index: 1;
}

/* NOTICIA BANNER */
#news-ticker {
	width: 367px;
	height: 150px;
	overflow: hidden;
	margin: 0px;
}

#news-ticker div {
	width: 365px;
	padding: 2px;
}

#news-ticker .newsTitulo {
	color: #ceced0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	display: inline;
	text-transform: uppercase;
}

#news-ticker .newsTexto {
	color: #c1c1c1;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	display: inline;
}




/* localScroll*/
#screen {
	position: relative;
	width: 535px;
	height: 100px;
}

#navigation {
	width: 150px;
}
#navigation ul {
	margin: 0px;
}
#navigation li {
	color: #e64a23;
	margin-left: -20px;
}

#sections {
	overflow: hidden;
	width: 380px;
	height: 100px;
	clear: left;
}
#sections ul {
	width: 3660px;
}
#sections li {
	list-style: none;
	float: left;
	padding-top: 0px;
	padding-left: 5px;
}
#sections li.fallen {
	margin-top: 190px;
}

