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

/*

body
{
	/*background-color: #FFF;*/
	background-image:url(../images/fondo003.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

*/


*
{
	margin:0 auto 0 auto;
}






#caja1
{
	top:80px;
	margin: 0 auto 0 auto;
	position:relative;
	width:760px;
	height:1000px;
}

#blanco
{
	top:10px;
	position: relative;
	left:-20px;
	width:800px;
	height:900px;
	background-color: #FFF;
}
	

#title1a
{
	position:absolute;
	top:25px;
	left:0px;
	width: auto;
	height: auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

#title1b
{
	position:absolute;
	top:25px;
	left:100px;
	width: auto;
	height: auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}

#video1
{
	position:absolute;
	top:80px;
	width: auto;
	height: auto;
}


#texto1
{
	position:absolute;
	top:480px;
	left:0px;
	width:370px;
	height: auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

#texto1a
{
	position:absolute;
	top:172px;
	left:20px;
	width:386px;
	height: auto;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #999;
	text-decoration: none;
}

#image01
{
	position:absolute;
	top:470px;
	left:420px;
	width: auto;
	height: auto;
}

#image02
{
	position:absolute;
	top:470px;
	right:0px;
	width: auto;
	height: auto;
}


/*------------------------------------------------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:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#menu2
{
	position: absolute;
	top:25px;
	left:430px;
	width: auto;
	height: auto;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight:bold;
}

#menu3
{
	position: absolute;
	top:25px;
	left:900px;
	width: auto;
	height: auto;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}



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

#caja2
{
	top:3px;
	margin: 0 auto 0 auto;
	position:relative;
	width:760px;
	height:510px;
	background-color:#0FF;
}

#img1
{
	position:absolute;
	top:10px;
	left:0px;
	width: auto;
	height: auto;
	text-align:left;
}

/*------------------------------------------------jquery*/

#IrArriba 
{
	position: absolute; /*Importante*/
	top:940px;
	left:355px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	text-align:center;
}

#IrArriba span 
{
	display: block;
}


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



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



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;
}