@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 880px) {
.mov {
	display: none !important;
 }
}

@media only screen and (max-width: 881px) {
.pc {
	display: none !important;
 }
}


@media only screen and (max-width: 880px) {
	.mov {
		display: block !important;
	}
}
@media only screen and (min-width: 881px) {
	.pc {
		display: block !important;
	}
}

#bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
}
body { background: white url(../images/fondo_inicio.jpg);
       background-attachment: fixed ;
       background-color: #ffffff;
}
.fans {
	font-family: Verdana, Geneva, sans-serif;
	color: #oooooo;
}
a:link {
	text-decoration: none;
	color: #oooooo;
}
a:visited {
	text-decoration: none;
	color: #oooooo;
}
a:hover {
	text-decoration: underline;
	color: #oooooo;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}
body,td,th {
	color: #000000;
}
.titulos_grandes
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 31px;
	color: #eb5a00;
}

.titulos_medianos
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 26px;
	color: #eb5a00;
}

.titulos_chicos1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #eb5a00;
}

.titulos_chicos2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #eb5a00;
}

.textos
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
.textos1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #e9e9e9;
}.textos2
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #e9e9e9;
}
