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

margin: 0px;
/*	padding: 3;*/
box-sizing: border-box;
}

/*html{ height:100%; 
 }*/

body {
    font-family: 'Roboto', serif;
    background-color:#333333; 
    color: antiquewhite;
    margin-top: 0;
       font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
}

.cajaFlash{
    
    width: 600px;
    margin: 0px auto;
        
        /* Flexbox */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
align-items: center;
	align-content: center;
    padding: 0px;


}

.flash{
    margin: auto;
    width: 100%;
    height: auto;
/*    border: 2px solid #CB1E21;*/
    margin-bottom: 10px;
    text-align: center;
}

.txt{
      width: 98%;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    color: #C1C4B8;
    font-size: 0.8rem;
}

.cajaData{
        width: 840px;
    margin: 20px auto;
        
        /* Flexbox */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
    align-items: center; 
    
	align-content: flex-end;*/
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    color: #C1C4B8;
    font-size: 0.8rem;
    
}

.cajaTexto{
    width: 840px;
    margin: 40px auto;
        
        /* Flexbox */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
    align-items: center; 
    
	align-content: flex-end;*/
    padding: 40px;
    font-family: 'Roboto', sans-serif;
    color: #C1C4B8;
    font-size: 0.8rem;
    background-color: #565656;

}

.listado{
    margin-left: 40px;
}

.dato{
    width: 100%;
/*    text-align: left;*/
    font-family: 'Roboto', sans-serif;
    color: #C1C4B8;
    font-size: 0.8rem;
    padding: 10px;
    text-align: center;
    align-self: center;
}

.centrado{
    width: 30%;
    margin: auto;
/*    text-align: left;*/

    font-family: 'Roboto', sans-serif;
    color: #E8E8E8;
    font-size: 0.8rem;
    padding: 10px;
    text-align: center;
    align-self: center;
    background-color: #2A8C8C;
    text-decoration: none;
}

.boton{
    font-family: 'Roboto', sans-serif;
    color: #E8E8E8;
    font-size: 0.8rem;
}

.centrado:hover{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 0.8rem;
    background-color: #276A6A;
}

.texto{
    width: 100%;
/*    text-align: left;*/
    font-family: 'Roboto', sans-serif;
    color: #C1C4B8;
    font-size: 0.9rem;
    padding: 40px;
        text-align: left;
    align-self: left;
}

.cajaFotos{
    width: 100%x;
    margin: 0px auto;    
        /* Flexbox */
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
/*    align-items: center; */
    
	align-content: space-between;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    color: #C1C4B8;
    font-size: 0.8rem;
    background-color: #565656;

}

.foto img{
    width: 50%x;
    max-width: 350px;
/*    border: 2px solid #00ff00;*/
    padding: 10px;
}

.linkNar {

	FONT-FAMILY: Verdana, Arial, Helvetica, ; sans-serif COLOR: #00FF33;  TEXT-DECORATION: none
; font-size: 0.9rem;  color: #33cccc;
}