html, body, p, div, ul, ol, li, form, img, h1, h2, h3, h4, select, input, span, th, td, a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #bdbcbc;
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}

body {
background-color: #000000;
}

.contenedor {
width: 100%;
position: relative;
float: left;
}

.contenido {
width: 910px;
position: relative;
left: 50%;
margin-left: -455px;
overflow: visible;
float: left;
}

#bandera_uruguay {
text-align: center;
margin-top: 40px;
padding-bottom: 70px;
color: #bdbcbc;
}

#logo {
width: 350px;
}

.boton {
width: 280px;
float: left;
}

.boton a img {
border: none;
}

/*rollover img izq */

.boton a {
outline: none;
}

.rollover-izq {
display: block;
width: 280px; /*la mitad del ancho*/
height: 192px;
background: url(img/home_izquierda.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-izq:link, a.rollover-izq:visited, a.rollover-izq:active {
background: url(img/home_izquierda.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-izq:hover {
background-position: -280px; /*la mitad del ancho en negativo*/
}

/*rollover img derecha */

.rollover-der {
display: block;
width: 280px; /*la mitad del ancho*/
height: 192px;
background: url(img/home_derecha.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-der:link, a.rollover-der:visited, a.rollover-der:active {
background: url(img/home_derecha.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-der:hover {
background-position: -280px; /*la mitad del ancho en negativo*/
}

/**/

.conts {
float: left;
text-align: center;
}

#izq, #derecha {
width: 280px;
}

.link_texto a {
font-weight: bold;
}

.link_texto a:hover {
color: #FFFFFF;
}

#banderas {
margin-top: 70px;
}

#banderitas {
float: left;
width: 170px;
left: 50%;
margin-left: -85px;
position: relative;
}

#banderitas a {
float: left;
margin: 0 2px;
}

/*rollover banderas */

.rollover-esp {
display: block;
width: 24px; /*la mitad del ancho*/
height: 17px;
background: url(img/flag_espana.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-esp:link, a.rollover-esp:visited, a.rollover-esp:active {
background: url(img/flag_espana.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-esp:hover {
background-position: -24px; /*la mitad del ancho en negativo*/
}


.rollover-ing {
display: block;
width: 24px; /*la mitad del ancho*/
height: 17px;
background: url(img/flag_inglaterra.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-ing:link, a.rollover-ing:visited, a.rollover-ing:active {
background: url(img/flag_inglaterra.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-ing:hover {
background-position: -24px; /*la mitad del ancho en negativo*/
}


.rollover-bra {
display: block;
width: 24px; /*la mitad del ancho*/
height: 17px;
background: url(img/flag_brasil.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-bra:link, a.rollover-bra:visited, a.rollover-bra:active {
background: url(img/flag_brasil.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-bra:hover {
background-position: -24px; /*la mitad del ancho en negativo*/
}


.rollover-fra {
display: block;
width: 24px; /*la mitad del ancho*/
height: 17px;
background: url(img/flag_francia.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-fra:link, a.rollover-fra:visited, a.rollover-fra:active {
background: url(img/flag_francia.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-fra:hover {
background-position: -24px; /*la mitad del ancho en negativo*/
}


.rollover-ale {
display: block;
width: 24px; /*la mitad del ancho*/
height: 17px;
background: url(img/flag_alemania.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-ale:link, a.rollover-ale:visited, a.rollover-ale:active {
background: url(img/flag_alemania.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-ale:hover {
background-position: -24px; /*la mitad del ancho en negativo*/
}


.rollover-ita {
display: block;
width: 24px; /*la mitad del ancho*/
height: 17px;
background: url(img/flag_italia.png) no-repeat;
behavior: url(iepngfix.htc);
text-indent: -9999px;
}

a.rollover-ita:link, a.rollover-ita:visited, a.rollover-ita:active {
background: url(img/flag_italia.png) no-repeat;
behavior: url(iepngfix.htc);
}

a.rollover-ita:hover {
background-position: -24px; /*la mitad del ancho en negativo*/
}
