@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(../images/fondo-tx.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.fondo-banner {
	background-image: url(../images/fondo-banner-secc.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

.fondo {
	background-attachment: scroll;
	background-color: #696969;
	background-image: url(../images/fondo-tx.jpg);
	background-repeat: repeat;
	background-position: left top;
}

.fondo-botonera {
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/barra.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pie {
	background-attachment: scroll;
	background-color: #000;
	background-image: url(../images/pie.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.texto-chico {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AAAAAA;
	text-decoration: none;
}
.texto-bold-color {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	text-decoration: none;
}
.texto-bold-gris {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.texto-bold-gris:hover {
	font-family: arial;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #33CCFF;
	text-decoration: none;
}


.fondo-gris {
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/fondo-trans.png);
	background-repeat: repeat;
	background-position: left top;
}


.texto-sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999;
	text-decoration: none;
}
.texto-sm-color {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #BCBCBC;
	text-decoration: none;
}

.borde-foto {
	border: 1px solid #666;
}


@font-face {
    font-family: 'canterbold';
    src: url('canter_bold-webfont.eot');
    src: url('canter_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('canter_bold-webfont.woff') format('woff'),
         url('canter_bold-webfont.ttf') format('truetype'),
         url('canter_bold-webfont.svg#canterbold') format('svg');
    font-weight: normal;
    font-style: normal;

}.texto-titulo {
	font-family: canterbold;
	font-size: 49px;
	color: #FFF;
}
.texto-subtit {
	font-family: canterbold;
	font-size: 33px;
	color: #F90;
}
.banner {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
