@charset "utf-8";
/* CSS Document */

.GaleriaMarcoGrisOscuro {
background-image : url(../imagenes/fondoGaleriaTablaOscura.gif);
padding : 50px;
width : 100%;
height : 600px;
vertical-align : middle;
}
.GaleriaMarcoGrisClaro {
height : 500px;
vertical-align : middle;
background-image : url(../imagenes/fondoGaleria.gif);
background-position : center 0%;
background-repeat : no-repeat;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : 600;
font-size : 12px;
width : 100%;
padding : 10px;
margin-top : 20px;
border-style : dashed;
border-width : 1px;
}
.Galeriatexto {
width : 100%;
text-align : justify;
padding : 10px;
background-color : #666666;
color : #ffffff;
}
.botones {
padding : 10px;
}
.Galeriaboton {
background-image : url(../imagenes/botones.gif);
background-position : center 0%;
background-repeat : no-repeat;
background-color : #cccccc;
text-decoration : none;
color : #000000;
padding : 8px;
border-style : solid;
}
.Galeriabotonseleccionado {
background-image : url(../imagenes/botones.gif);
background-position : center 0%;
background-repeat : no-repeat;
background-color : #cccccc;
text-decoration : none;
font-weight : 600;
color : #000000;
padding : 8px;
border-style : solid;
} 

