.texto_submenu { font-size: 11px; color: #F6C86E; font-family: arial, geneva, helvetica, sans-serif; font-weight: bolder; }
.texto_submenu A { color: #ffffff; text-decoration: none; }
.texto_submenu A:visited { color: #ffffff; text-decoration: none; }
.texto_submenu A:hover { color: #F6C86E; text-decoration: none; }


html,body {
    margin:0;
    padding:0;
    height:100%;
    border:none;
}


.bg {
    background: url(../img/global/background.jpg) 0% 100% repeat-x;
	background-attachment:fixed;
	background-position:bottom; 
	background-color: #FFFFFF;	
}

.bg2 {
    background: url(../img/global/ugr_logo_background.png) 0% 100% no-repeat;
}

.texto_normal{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
	font-size:11px;
	color:#333333;
}
.texto_normal A { color: #333333; text-decoration: none; }
.texto_normal A:visited { color: #333333; text-decoration: none; }
.texto_normal A:hover { color: #333333; text-decoration: underline; }

.texto_enlace_subrayado{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
	font-size:11px;
	color:#333333;
}
.texto_enlace_subrayado A { color: #333333; text-decoration: underline; }
.texto_enlace_subrayado A:visited { color: #333333; text-decoration: underline; }
.texto_enlace_subrayado A:hover { color: #333333; text-decoration: underline; }


.seccion_titulacion_principal{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
	font-size:15px;
	font-weight:bold;
	color:#333333;
}
.seccion_titulacion_principal A { color: #333333; text-decoration: none; }
.seccion_titulacion_principal A:visited { color: #333333; text-decoration: none; }
.seccion_titulacion_principal A:hover { color: #E12F08; text-decoration: none; }


.texto_enlace_negrita{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}
.texto_enlace_negrita A { color: #333333; text-decoration: none; }
.texto_enlace_negrita A:visited { color: #333333; text-decoration: none; }
.texto_enlace_negrita A:hover { color: #E12F08; text-decoration: none; }

