body{
	background-color:#000000;
	color:#aeafb2;  /*color de la letra normal*/
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	position:absolute;
	text-align:left;
	margin-left:-490px;
	width:980px;
	height:558px;
	z-index:2;
	left: 50%;
	margin-top:-270px;
	top:40%;
	/*border:thin;
	border-color:#FFFFFF;
	border-style:dashed;
	*/
	
}

a{
	text-decoration:none;
	cursor:pointer;
	/*cursor: hand;*/
	color:#68676b;
}
a:hover{
	color:#888888;
}

a:visited{
	color:#68676b;
}


strong, img {
	font-weight: bolder;
	cursor:pointer;
	/*cursor: hand;*/
	border:none;
	border-style:none;
}

#menuPrincipal {
	position:absolute;
	width:510px;
	height:22px;
	z-index:11;
	left: 30px;
	top: 491px;
	font-size:10px;
}
#menuSecundario {
	position:absolute;
	left:30px;
	top:478px;
	width:510px;
	height:21px;
	z-index:6;
	bottom: 1px;
	font-size:10px;
}

/*menu de fotos donde se elige el proyecto, premio o lo que sea*/
.menuFotosPrincipal {
	position:absolute;
	left:95px;
	top:428px;
	width:586px;
	height:100px;
	z-index:2;
}

#Layer2 {
	position:absolute;
	left:26px;
	top:515px;
	width:527px;
	height:154px;
	z-index:0;
}


#logo {
	position:absolute;
	left:910px;
	top:515px;
	width:60px;
	height:43px;
	z-index:10;
}

#volumen {
	position:absolute;
	left:30px;
	top:33px;
	width:24px;
	height:36px;
	z-index:9;
}
#fotos
{	position:absolute;
	width:485px;
	height:329px;
	z-index:8;
	left: 397px;
	top: 10px;
}

#fotos_equipo
{	position:absolute;
	width:485px;
	height:329px;
	z-index:8;
	left: 422px;
	top: 23px;
}

#contenido{
	position:absolute;
	width:304px; /*254*/
	height:274px;
	z-index:9;
	left: 80px; /*275*/
	top: 10px;
	font-size:130%;
	color:#fdca00;
}

#contenido2{
	position:absolute;
	width:254px;
	height:274px;
	z-index:9;
	left: 76px;
	top: 10px;
	font-size:130%;
	color:#fdca00;
}

/*clase de título*/
.Titulo {
	margin-top:8px;
	font-weight: normal;
	font-size:12px;
	color:#DDDDDD;
}

.itemMenuResaltado{
	color:#fdca00;
}

.itemMenuResaltadoBlanco{
	color:#d8dadc;
}

/*clase de texto de contenido*/
.TextoContenido {
	font-weight: normal;
	font-size:10px;
	color: #666666;
	text-align:justify;
}

.contenidoCorporativo{
	background-color:#68676b;
}

#linea {
	position:absolute;
	left:30px;
	top:507px;
	//top:496px;  /*hack explorer*/
	width:920px;
	height:2px;
	z-index:1;
}


#textoPrincipalCorporativo {
	position:absolute;
	left:3px;
	top:221px;
	width:437px;
	height:487px;
	z-index:2;
	font-size:10px;

}

#textoEquipo {
	position:absolute;
	width:405px;
	height:77px;
	z-index:1;
	left: 0px;
	top: 251px;
	font-size:10px;
	background-color:#a5a5a5;
	padding-top:5px;
	padding-left:5px;
	color:#ffffff;
}
#textoScrollEquipo {
	position:absolute;
	left:20px;
	top:-15px;
	width:74px;
	height:303px;
	z-index:3;
	font-size:10px;
	text-align:right;
}

#direccion1 {
	position:absolute;
	left:555px;
	top:440px;
	width:128px;
	height:102px;
	z-index:4;
	font-size:10px;
}
#direccion2 {
	position:absolute;
	width:129px;
	height:99px;
	z-index:3;
	left: 695px;
	top: 440px;
	font-size:10px;
}

#direccion3 {
	position:absolute;
	width:129px;
	height:99px;
	z-index:3;
	left: 829px;
	top: 440px;
	font-size:10px;
}

.tituloProyectoMenu{
	color:#ffffff;
	background-color:#333333;
	font-size:10px;
	text-align:right;
	height:20px;
	vertical-align: top;
}

.tituloProyectoMenuResaltado{
	color:#CC9900;
	background-color:#666666;
	font-size:10px;
	text-align:right;
	height:20px;
	vertical-align: top;
}

#equipoFlash {
	position:absolute;
	width:200px;
	height:115px;
	z-index:13;
	left: 422px;
	top: 23px;
	}
	
input, textarea {
  font-family:tahoma;
  font-size:6pt;
  font-weight:normal;
  background-color:#333333;
  border-color:#333333;
  border-style:inset;
  border-width:0px;
  color:#FFFFFF;
  overflow:hidden;
}

.myButton{
	vertical-align:bottom;
	border-width:0px;
	border-color:#000000;
	border-style:solid;
	text-align:center;
	font-weight:bold;
	font-size:7pt;
	font-family:arial;
	background-color:#000000;
	padding-top:10px;
	color:#123456;
	height:10px;
	width:10px;
	background-repeat:no-repeat;
	background-image:url(images/enviar_10x10.jpg);
}

.myButton:hover{
	background-image:url(images/enviar_10x10_over.jpg);
}
