@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'eras_medium_itcregular';
    src: url('../_fonts/erasmd_0-webfont.eot');
    src: url('../_fonts/erasmd_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/erasmd_0-webfont.woff') format('woff'),
         url('../_fonts/erasmd_0-webfont.ttf') format('truetype'),
         url('../_fonts/erasmd_0-webfont.svg#eras_medium_itcregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avan';
    src: url('../_fonts/avan.eot');
    src: url('../_fonts/avan.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/avan.woff') format('woff'),
         url('../_fonts/avan.ttf') format('truetype'),
         url('../_fonts/avan.svg#avan') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'paginacion';
    src: url('../_fonts/paginacion.eot');
    src: url('../_fonts/paginacion.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/paginacion.woff') format('woff'),
         url('../_fonts/paginacion.ttf') format('truetype'),
         url('../_fonts/paginacion.svg#avan') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Belusi';
    src: url('../_fonts/Belushi.eot');
    src: url('../_fonts/Belushi.eot?#iefix') format('embedded-opentype'),
         url('../_fonts/Belushi.woff') format('woff'),
         url('../_fonts/Belushi.ttf') format('truetype'),
         url('../_fonts/Belushi.svg#avan') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Quitar la linea que rodea a un input cuando tiene el foco*/
input[type="text"]:focus, textarea:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
outline: none;
}

#enlaces
{
	font-family:eras_medium_itcregular;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
#enlaces:hover
{
	font-family:eras_medium_itcregular;
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}
#cajaFormUser
{
	font-family:avan;
	font-size:14px;
	color:#333333;
	height:25px;
}
#cajaFormUserMobile
{
	font-family:avan;
	font-size:38px;
	color:#333333;
	width:500px;
	height:60px;
	/*height:25px;*/
}
#textoTablas
{
	font-family:avan;
	font-size:14px;
	height:25px;
	text-decoration:none;
}
#textoLINKtablas
{
	font-family:avan;
	font-size:14px;
	height:25px;
	text-decoration:none;
	color:#000000;
}
#textoLINKtablas:hover
{
	font-family:avan;
	font-size:14px;
	height:25px;
	text-decoration:none;
	color:#ffffff;
}
#labelFormUser
{
	font-family:eras_medium_itcregular;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
#textareaFormUser
{
	font-family:avan;
	font-size:14px;
	color:#333333;
}
#textoCabecera
{
	font-family:eras_medium_itcregular;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
}
#textologin
{
	font-family:paginacion;
	font-size:18px;
	color:#000000;
	text-decoration:none;
}
#textoTituloDivPrincipal
{
	font-family:Belusi;
	font-size:80px;
	color:#ffffff;
	text-decoration:none;
	/*Color de relleno y de perfil del texto*/
	-webkit-text-fill-color: #ffffff;
	-webkit-text-stroke: 2px #808080;
	/*Sombra del texto*/
	text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.2em black;
	/*posicionanmiento dentro del DIV*/
	margin-top: 20px;
	margin-left: 20px;
}
#textoSubDivPrincipal
{
	font-family: eras_medium_itcregular;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	/*posicionanmiento dentro del DIV*/
	margin-left: 20px;	
}
#textoMenuCabecera{
	font-family:Belusi;
	font-size: 32px;
	color: #ffffff;
	text-decoration: none;
}
#textoMenuCabecera:hover{
	font-family:Belusi;
	font-size: 32px;	
	text-decoration: none;
	/*Color de relleno y de perfil del texto*/
	-webkit-text-fill-color: red;
	-webkit-text-stroke: 1px #000000;
}
#textoSeparadoresMenuCabecera{
	font-family:Belusi;
	font-size: 32px;
	color: #ffffff;
	text-decoration: none;
}
#TextoMsgError{
	font-family:avan;
	font-size:24px;
	color:#d50000;	
}