.boton_forma {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	cursor: hand;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.boton_forma_noborde {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #333399;
	cursor: hand;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
}
.boton_forma_noborde_R {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #FF0000;
	cursor: default;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
}
.boton_forma_noborde_G {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	color: #999999;
	cursor: default;
	font-weight: bold;
	background-color: #FFFFFF;
	border: thin none #FFFFFF;
}
.enlace{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #27518B;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.logosup {
	background-image: url(../imagenes/logosup.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

.tabletIzq {
	background-image: url(../imagenes/tabletpcizq.jpg);
	background-position:right;
	background-repeat: no-repeat;
}

/* Textos */
.cuerponegro {
	font: 10px Arial, Helvetica, sans-serif;
}

.parrafodere {
	text-align: right;
}

.titulosazul {
	font: 14px Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-weight: bold;
}

.txtnaranja {
	color: #FF9900;
}

.txtgris {
	color:#666666;
}

.txtazul {
	color:#0066CC;
}

ul {
	list-style-image: url(../imagenes/flechaa.gif);
}

/* Colores de Fondo*/
.fondazul {
	background-color: #0066CC;
}

.fondmenu {
	background-image: url(../imagenes/fondomenu.gif);
}

/* Textos */
.submenutxt:link, .submenutxt:visited{
	color: #0066cc;
	background-color:#CCE0FF;
	text-align:right;
	border-bottom: 1px solid #ffffff;
}

.submenutxt:hover {
	color:#FFFFFF;
	background-color:#ff9900;
	font-weight: bold;
}

.menutxt:link, .menutxt:visited {
	font: 10px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-bottom: 1px solid #66A4FF;
}

.menutxt:hover{
	color: #ff9900;
	background-color:#ffffff;
}

/* Menus y submenus */
#menu {
	display: block;
	width: 120px;
}

#menu a {
	display: block;
	font: 10px 'Arial Narrow', Arial, Helvetica, Verdana, sans-serif;
	padding: 3px;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF9900;
}