
body {
/*    background: url(imagenes/fondo_blau.gif); */
/*    background-repeat:repeat;*/
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font: 14px Lucida Sans Unicode; COLOR: #006699;
}

/***************------------------  CABECERA  ----------*/
.tabla_cab_logo {
    background: url(imagenes/fondo_cab.jpg);
}

EM {
	COLOR: #FFFFFF;
}

/***************-------------------  CONTACTO  ----------*/
.tabla_contacto {
    color: #FFFFFF;
    background-color: #9CAB14;
}


/***************-------------------  TEXTO  ----------*/
.menu_verti_tit { color:#666666; font-size:20px; font-weight:bold;}

/*.formato_pie { color:#999999; font:12px Lucida Sans Unicode;}*/
.formato_pie { color:#999999; font-size:12px;}

.cambio_pass { color:#333333; font-size:12px;}


/***************-------------------- ENLACES ---------------*/

/************  Menú Vertical  **********/
.menu_verti A:link, .menu_verti A:active, .menu_verti A:visited{font-size: 14px; color:#9CAB14; text-decoration: none;}
.menu_verti A:hover{color: #000000; TEXT-DECORATION: underline;}

a.menu_gris:link {
	FONT-SIZE: 20px; COLOR: #666666; font-weight: bold; TEXT-DECORATION: underline;
}
a.menu_gris:visited {
	FONT-SIZE: 20px; COLOR: #666666; font-weight: bold; TEXT-DECORATION: underline;
}
a.menu_gris:hover {
	FONT-SIZE: 20px; COLOR: #000000; font-weight: bold; TEXT-DECORATION: none;
}
a.menu_gris:active {
	FONT-SIZE: 20px; COLOR: #666666; font-weight: bold;
}

/**********------------------------- MARCOS ---------------*/
.marco_izq_centro {
  border-left-style: solid;
  border-left-color: #999999;
  border-left-WIDTH: 1PX;  
}

.marco_inf_celda_menu {
  border-bottom-style: solid;
  border-bottom-color: #999999;
  border-bottom-WIDTH: 1PX;
}

.marco_inf_celda_cursos {
  border-bottom-style: solid;
  border-bottom-color: #B0BB43;
  border-bottom-WIDTH: 1PX;
}

.marco_sup_celda_cursos {
  border-top-style: solid;
  border-top-color: #B0BB43;
  border-top-WIDTH: 1PX;
}

.celda_noticias_privadas {
  border-bottom-style: solid;
  border-bottom-color: #999999;
  border-bottom-WIDTH: 1PX;
  color:#333333;
  font-size:14px;
}

.marco_sup_inf_noticias {
  border-bottom-style: solid;
  border-bottom-color: #999999;
  border-bottom-WIDTH: 1PX;
  border-top-style: solid;
  border-top-color: #999999;
  border-top-WIDTH: 1PX;
}


/**********------------------------- CAPTCHA ---------------*/

input {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #6F6F6F;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #D4D0C8;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.boton {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	background-color: #DDDDDD;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D4D0C8;
	border-right-color: #A8A8A8;
	border-bottom-color: #A8A8A8;
	border-left-color: #D4D0C8;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}
.descdet {
	font-weight: normal;
	color: #6F6F6F;
	text-decoration: none;
	font-size: 12px;
}

.bordeder {
	background-color: #DFF4AE;
	width: 310px;
	border: 1px dashed #D4D0C8;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
	margin-top: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subder {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
/*	background-image: url(images/bgsup.gif); */
	color: #CC0000;
}

