
/* ESTRUCTURA  */

.ancho25{
	width: 25%;
}

.ancho40{
	width: 40%;
}

.ancho30{
	width: 30%;
}

.ancho50{
	width: 50%;
}

.ancho62{
	width: 62%;
}

.ancho70{
	width: 70%;
}

.ancho75{
	width: 75%;
}

.alinea_dcha{
	text-align:right;
}

.alinea_izda{
	text-align:left;
}

.alinea_centro{
	text-align:center;
}

.centrar{
        text-align:center;
}

.fondo_gris_claro{ 
	background-color: #F7F7F7
}

/* FORMAS  */

.fontsizegrande{
        font-size: large;
}

.fontsize85{
	font-size: 85%;
}

.fontsize80{
	font-size: 80%;
}

.cursiva{
	font-style: italic;	
}

.gris{
	color: grey;
}

.interlineado170{
	line-height: 170%;
}

.datos_de_usuario{
	float: right;	
}

.fuente_normal{
	font-size: initial;
}

.cts{
	font-size: large;
	font-weight: initial;
	text-align:center;
	color: #f0ad4e;
}

/* MURO */

tr.cabecera_muro th {
	text-align:center;
	background-color: rgba(97, 33, 79, 0.2);
	font-size: 22px;
	border-top: 0 !important;
}

td {
	font-size: 20px;
}

.muro_panel{
        color: rgba(46, 146, 137, 0.97);
}


/* CUERPO */

body {
	background: -webkit-linear-gradient(left, #25c481, #25b7c4);
	background: linear-gradient(to right, #25c481, #25b7c4);
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	font-size: 20px;
}

h1, h4 {
	font-family: 'Exo 2', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
        font-size: 42px;
}

h3 {
        font-size: 30px;
}

h4 {
        font-size: 24px;
}

p {
	font-size: 20px;
}

.boton_ntc{
	border-color: rgba(97, 33, 79, 0.09);
	background-color: rgba(97, 33, 79, 0.65);
}


