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


/*SELECCION DE IDIOMA*/


.titulo {
	font-size:24px;
	color:#FFF;
}

body {
	background-color: black;
	width:auto;
    height: 100%;
    z-index: 0;
}

#idiomas {
    text-align: center;
}
img {
    border: 0px;
}
.bandera {
    height: 50px;
    width: 20px;
    position:absolute;
}

.bandera:hover {
    cursor:pointer;
}

.textura {
    text-align: center;
    min-height: 646px;
    min-width: 1100px;
    width:auto;
    position:relative;
    margin-top: -1em;
    background-image: url("imgs/Tile1_web2.jpg");
    background-repeat: repeat-y;
    z-index:1;
}

.sombra {
    text-align: center;
    position:absolute;
    top:281px;
    z-index: 2;
}

.logo {
    text-align: center;
    margin-top:2em;
}

.foto {
    float:left;
    width: 177px;
    height: 112px;
    margin-left:2em;
    z-index: 100;
}

.left {
    float:left;
}

.ufv {
    width: 368px;
    height: 16px;
    margin-left:2.7em;
}
.ceiec {
    width: 368px;
    height: 16px;
    margin-left:16.5em;
    z-index: 100;
}

#desarrollado {
    margin-bottom: .4em;
    z-index: 100;
}

.inicio {
    margin-left:2.6em;
}

#galeria {
    z-index: 3;
    position:relative;
}