
/* estilos generales de página */

body, td {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	scrollbar-arrow-color : #FFFFFF;            /* flechas */
	scrollbar-track-color : #002856;			/* base */
	scrollbar-face-color : #002856;             /* scroll */
	scrollbar-highlight-color : #2E4E74;		/* sombras interior arriba-izquierda */
	scrollbar-shadow-color : #002856;			/* sombras interior derecha-abajo */
	scrollbar-3dlight-color : #2E4E74;          /* sombras fuera arriba-izquierda */
	scrollbar-darkshadow-color : #012144;		/* sombras fuera derecha-abajo */
	/*letter-spacing: 1px;*/
	/*background-position: top left;*/
	/*background-repeat: no-repeat;*/
}

/* links */

a:link, a:link, a:visited {
	text-decoration: none;
	color: #FF9900;
	font-weight:bold;
}
a:hover {
	color: #FFFFFF;
}
a.tit:link, a.tit:link, a.tit:visited {
	font-size:15px;
}
/* links -menu */
a.menusup:link, a.menusup:link, a.menusup:visited {
	font-weight:bold;
	color: #FFFFFF;
	padding: 12px;
}
a.menusup:hover {
	color: #FF9900;
}
a.menusupsel:link, a.menusupsel:link, a.menusupsel:visited, a.menusupsel:hover {
	font-weight:bold;
	color: #FF8F43;
	padding: 12px;
}
a.menulat:link, a.menulat:link, a.menulat:visited {
	font-weight:bold;
	color: #FF9900;
	line-height: 20px;
}
a.menulat:hover {
	color: #FFFFFF;
}
a.menulatsel:link, a.menulatsel:link, a.menulatsel:visited, a.menulatsel:hover {
	font-weight:bold;
	color: #ACB9CC;
	line-height: 20px;
}

/* tipografias */

.texto {
	line-height:15px;
}
.tit1 {
	font-size:20px;
	font-weight:bold;
	line-height:45px;
}
.tit2 {
	font-size:14px;
	font-weight:bold;
	/*line-height:45px;*/
}
.tit3{
	font-size:14px;
	color: #FF9900;
	font-weight:bold;
}
.tit4{
	font-size:11px;
	color: #FF9900;
	font-weight:bold;
}


/* listados */

ul.bullet {
	list-style-type: disc inside;
}
ul.img {
	list-style-image: url("../img");
	list-style-position: inside;
}
ol.numero {
	list-style-type: decimal;
	font-size:11px;
	/*font-weight:bold;*/
	color: #CDD5E0;
}
ol.letra {
	list-style-type: lower-alpha;
	/*list-style-position: inside;*/
	font-size:11px;
	color: #CDD5E0;
	/*text-indent: 10px;*/
}

.btn {
	background-color : #FF9900;
	color : #002856;
	border : none;
	font-weight : bold;
}

input,textarea,select {
	border : none;
	font-size: 11px;
}

.info{
	
}