<style>
a:link {
    color: #808080;
    text-decoration: none;
    border:0px;
}

a:visited {
    	color: #808080;
    	text-decoration: none;
	border:0px;
}

a:hover {
    	color: #004000;
    	text-decoration: none;
	border:0px;
}

a:active {
    	color: #004000;
    	text-decoration: none;
	border:0px;
}

img.contenedor {
        opacity: 0.6;
	width:100%;
	border:0px;
}
img.contenedor:hover {
        opacity: 1;
	cursor:pointer;
	border:0px;
}

img.contenedor:hover p.texto {
        opacity: 0.6;
	border:0px;
}

/*
img.contenedor:hover img.icon {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,.6);
}
*/

#footer {
	background:#171510; 
	font-family: 'Josefin Sans', sans-serif;
        font-style: normal;
        font-size:0.7em;
        font-weight: 400;
	color:white;
	text-align:center;


    	width: auto;
    	margin-top:250px;
    	-webkit-box-sizing:border-box;
    	-moz-box-sizing:border-box;
    	box-sizing:border-box;
    	border-top: 2px solid #000;
}

.futura {
	font-family: 'Josefin Sans', sans-serif;
        font-style: bold;
        font-size:1.0em;
        font-weight: 600;
	color:#004000;
}

.futura-idioma {
	font-family: 'Josefin Sans', sans-serif;
        font-style: bold;
        font-size:0.7em;
        font-weight: 600;
	color:#004000;
	border:0px;
}
.textTitulo {
	font-family: 'Roboto', sans-serif; 
        font-style: bold;
        font-size:1.4em;
        font-weight: 400;
	color:#498C6E;
}

#centro {
	position:relative; 
	left:+10%; 
	width:80%;
}
#idioma {
	width:100%;
	text-align:right;
}
#imgLogo {
	width:20%;
	cursor: pointer;
}
#titSeccion {
	font-family: 'Roboto', sans-serif; 
        font-style: bold;
        font-size:1.4em;
        font-weight: 900;
	color:white;
	position:relative;
	top:+30%";
}
#subtitulo {
	font-family: 'Roboto', sans-serif; 
        font-style: normal;
        font-size:1.0em;
        font-weight: 900;
	position:relative;
	color:#498C6E;
}
#barra {
	width:100%;
	background:#498C6E; 
}
#nav {
	clear:both;
	position:relative;
	top:+4px;
	float:left;
	display:block;
}
#tit1 {
	width:100%;
	background:#498C6E;
	height:0.6em;
}

#subtit {
        width:100%;
        background:#498C6E;
        height:0.2em;
}

#titulo1 {
	width:100%;
	text-align:right;
	font-family: 'Roboto', sans-serif; 
        font-style: bold;
        font-size:1.4em;
        font-weight: 400;
	color:#498C6E;
}

#itemTit {
	text-align:left;
	font-family: 'Roboto', sans-serif; 
        font-style: bold;
        font-size:0.9em;
        font-weight: 400;
	color:#498C6E;
}

#entreBarra {
	width:100%;
	text-align:center;
	font-family: 'Roboto', sans-serif; 
        font-style: bold;
        font-size:1.0em;
        font-weight: 400;
	color:#498C6E;
}

#content {
	width:100%;
	text-align:justify;
	font-family: 'Roboto', sans-serif; 
        font-style: normal;
        font-size:0.8em;
        font-weight: 400;
	color:black;
}

.pointer {
	cursor: pointer;
}

.enviando1 {
	text-align:center;
	font-family: 'Roboto', sans-serif; 
        font-style: bold;
        font-size:2.4em;
        font-weight: 900;
	color:white;
}

.enviando2 {
	text-align:center;
	font-family: 'Roboto', sans-serif; 
        font-style: normal;
        font-size:1.5em;
        font-weight: 900;
	color:#498C6E;
}

</style>
  
