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

body{
    background:#fff;
}

#fondo{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url("../video/textura001-optimize.gif") center center no-repeat;
    background-size:cover;
    z-index:-999;
}




*
{
	margin:0 auto 0 auto;
}

@font-face
{
	font-family: "Geist-Bold";
	src: url("../font/Geist-Bold.ttf")
}

#caja1
{
	top:80px;
	margin: 0 auto 0 auto;
	position:relative;
	width:760px;
	height:1340px;
	left:50%;
	margin-left: -398px;
}

#texto1
{
	position:absolute;
	top:0px;
	left:100px;
	width:620px;
	height: auto;
	text-align: left;
	font-family: "Geist-Bold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1B1B1B;
	text-decoration: none;
	mix-blend-mode:multiply;
	text-shadow:
        0.2px 0 rgba(0,0,0,.5),
        -0.2px 0 rgba(0,0,0,.5);
	filter: contrast(105%);
}


#texto3
{
	position:absolute;
	bottom:34px;
	left: 0px;
	width:760px;
	height: auto;
	text-align: center;
	font-family: "Geist-Bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#1B1B1B;
	text-decoration: none;
		mix-blend-mode:multiply;
	text-shadow:
        0.2px 0 rgba(0,0,0,.5),
        -0.2px 0 rgba(0,0,0,.5);
	filter: contrast(105%);
}

/*--------------------------------------------------------------------------------menu_superior*/

#main
{
	position:fixed;
	top:0px;
	width:960px;
	height: auto;
	left:50%;
	margin-left: -480px;
}

#menu1
{
	position: absolute;
	top:25px;
	left:0px;
	width: auto;
	height: auto;
	text-align:left;
	font-family: "Geist-Bold", Helvetica, Arial, sans-serif;
	font-size: 15px;
		color:#1B1B1B;
		mix-blend-mode:multiply;
	text-shadow:
        0.2px 0 rgba(0,0,0,.5),
        -0.2px 0 rgba(0,0,0,.5);
	filter: contrast(105%);
}

#menu2
{
	position: absolute;
	top:22px;
	left:380px;
	width: 178px;
	height: 30px;
	text-align: center;
	pointer-events:none;
}


#menu3
{
	position: absolute;
	top:25px;
	left:900px;
	width: auto;
	height: auto;
	text-align: right;
	font-family: "Geist-Bold", Helvetica, Arial, sans-serif;
	font-size: 15px;
		color:#1B1B1B;
		mix-blend-mode:multiply;
	text-shadow:
        0.2px 0 rgba(0,0,0,.5),
        -0.2px 0 rgba(0,0,0,.5);
	filter: contrast(105%);
}

#gif
{
	position: absolute;
	top:260px;
	right:30px;
	width: 120px;
	height: 120px;
	background-image:url("../images/sec-anima.gif");
	text-align: left;
}





#texto1 .titulo_legal{
	font-size:20px;
	letter-spacing:.05em;
	margin-top:38px;
	margin-bottom:10px;
}

#texto1 .fecha_legal{
	margin-top:45px;
	font-size:10px;
	opacity:.55;
	font-style:italic;
}

#texto1 p.titulo_legal{
    font-size:18px;
    letter-spacing:.04em;
    margin:40px 0 12px 0;
}

#texto1 p{
    line-height:1.45em;
    margin-bottom:14px;
}

#texto1 p.fecha_legal{
    margin-top:45px;
    font-size:10px;
    opacity:.55;
    font-style:italic;
}

/*------------------------------------------------*/


#pelo
{
	position:fixed;
	top: 60px;
	right: 200px;
	width: auto;
	height: auto;
	mix-blend-mode:multiply;
    pointer-events:none;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/



a:link
{
	text-decoration: underline;
}

a:visited
{
	text-decoration:none;
}

a.sub
{
	color: #000;
	text-decoration: none;
}

a.negro
{
	color:#000;
	text-decoration:none;
}


/*-------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------*/

a
{
	text-decoration:none;
	color: #000;
}

ul
{
	padding:0;
	list-style:none;
	background-color:transparent;
}

li
{
	color: #000;
	list-style-type:none;
	margin-right: 20px;
	text-decoration: none;
}

li a
{
	color: #000;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
	color: #F00;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a.mayus
{
	font-size:16px;
}

a.sub
{
	color: #000;
	text-decoration: none;
}

a.creative
{
	text-decoration:none;
	color: #666;
}

a.enlace
{
	color: #F00;
	text-decoration:underline;
}