div.correo {
    background-color: rgba(38, 146, 131, 0.7);
    color:white;
    margin-top: 1em;
}
div.correo > p{
    text-align: center;
}
div.correo a{
    color:rgba(255,255,255,.7);
}
div.correo a:hover{
    color:rgba(255,255,255,1);
}
div.correo img {
    vertical-align: middle;
}
h1{position: relative;left:auto;color:white;}
h2.titul {
    font-size: 1.4em;
    margin: 0;
}
span.ladat {
    display: block;
    font-size: 0.6em;
    line-height: 0.8em;
    margin-bottom: 1em;
    text-align: center;
}
p.answer{margin:auto;text-align: center;}
p.answer span{font-size:0.6em;color:gold;text-shadow:1px 1px 1px black;opacity:0.8;text-align:center;text-decoration:underline;margin-bottom:0;}
p.answer span:hover{opacity:1;cursor:pointer;color:white;text-shadow:1px 1px 1px gold;}
form#ideas {
	line-height: 1em;
	font-size:0.8em;
    left: 25%;
	text-align: center;
    position: absolute;
    z-index: 100;
    width: 40%;
}
section.imagenes {
    background-color: rgb(97, 45, 98);
    color: white;
    margin-top: 5em;
    text-align: center;
}
select.seccion {
    margin-top: -30px;
    visibility: hidden;
    width:1px;
}
.apoyos h2{
    font-family: 'Kaushan Script', cursive;
}
.atencion {
    position: relative;
}
.cptz {
    width: 200px;
}
.dwn{
    margin-top:4em;
}
.elnombre {
    box-shadow: 6px 3px 8px 1px rgba(0, 0, 0, 0.7);
    line-height: 1em;
    padding: 3px;
    position: absolute;
}
.ideas textarea {
    height: 159px;
}
.inombre, .iemail, .ititulo{height: 20px;font-size:1em;}
.laportada {
    height: 34em;
}
.linea {border-top: 1px solid black;padding-top:4px;}
/*.linea div:nth-child(2){border-left:1px solid rgba(0,0,0,.1);}
.linea div:nth-child(2),.linea div:nth-child(3) {text-align: right;}*/
.linea:nth-child(2n) {background-color: rgba(100, 100, 100, 0.4)}
.linea:nth-child(2n+1) {background-color: transparent;}
.linea.cargada {background-color: rgba(200,50,50,0.6);}
.listado {border-bottom: 1px solid;}
.commentary{line-height:1.2em;padding-left: 1%;}
.cuadro .listado .linea {border-bottom: 0px;padding: 0em .3em;}
.space > * {
    margin-left: 9%;
}
.space {
    background: rgba(200, 200, 200, 0.4) none repeat scroll 0 0;
}
.toclose {
	font-size:0.8em;
    position: absolute;
    right: 0;
}
.toclose:hover{
	color:red;
	cursor:pointer;
}
@media all and (max-width: 80em) {
    .firmas > div{
        width:100%!important;
    }
}
@media all and (max-width: 60em) {
    form#ideas{
        left:12%;
        width:80%;
    }
}
@media all and (max-width: 60em) {
.linea div{flex-basis:100%;text-align:center;}
.linea div:nth-child(2), .linea div:nth-child(3){flex-basis:100%;text-align:center}
.cuadro .listado .linea{line-height:1.2em;padding:0.3em 0;}
.cuadro .titulos{display:none;}
}
@media all and (max-width: 42em) {
    div.correo a{
        display:block;
    }
	.laportada{
		height:auto;
	}
	form#ideas{
		left:0;
		width:100%;
	}
	.ideas textarea {
	    height: 100px;
	}
}