/* CSS Document */
body{
background-color:#ffffff;
text-align:center;
margin:0;
}

#colocacion {
text-align:center;
width:1000px;
height:600px;
}

#main {
width: 1000px; 
height: 600px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -310px; /* 50% del alto*/
margin-left: -500px; /* 50% del ancho */
}

#contenedor{
text-align:left;
width:1000px;
background-color:#ffffff;
margin: auto;
}

#contenidoflash {
width: 1000px;
height: 600px;
float: left;
margin: 0px;
background-image:url(images/index-fondo2.jpg);
background-repeat:no-repeat;
}

h1{
color:#f3901d;
font-family:Arial, Helvetica, sans-serif; 
}

a {
background-color:#f3901d;
color:#000000;}

a:link {
background-color:#f3901d;
color:#000000;
text-decoration: none;
}

a:hover {
background-color:#000000;
color:#f3901d;}