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


* {
margin : 0;
padding : 0;
}

html { 
background : #009900 url(../images/bgstars.png) repeat;
}

body {
margin-top: 100px;
font: 78%/124% Verdana, "Trebuchet MS",Tahoma,  Arial, sans-serif;  
color : #000000;
}

div#container { 
position: relative;
width : 800px; 
margin : 0 auto;
text-align : center }

div#taco1 {
background: url(../images/tacoanimation1.gif);
position: absolute;
right: -80px;
top: 100px;
height: 172px;
width: 200px;
}

div#taco2 {
background: url(../images/tacoanimation2.gif);
position: absolute;
left: -80px;
top: 100px;
height: 172px;
width: 200px;
}

h1 {
margin: auto;
z-index : 3; 
width: 400px; 
height : 400px; 
background : url(../images/presidente.png) no-repeat;
}

h1#comesoon {
text-indent: -9999px;
}

h2 {
height: 68px;
width: 445px;
background: url(../images/elcandidatomasfino.png) no-repeat;
margin: auto;
text-indent: -9999px;
}

div#container a:link, div#container a:visited {
text-decoration: none;
color: #FFFFFF;
}

p#lang {
position: absolute;
top: -90px;
right: 50px;
color: #FFFFFF;
}
