﻿*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Extra small devices (phones, less than 768px) */

@font-face {
    font-family: 'fsa';
    src: url('../fonts/FSAlbert.otf');
}

@font-face {
    font-family: 'fsa_light';
    src: url('../fonts/FSAlbert-Light.otf');
}



/*estilos generales*/

body {
      background-color: #FFF;
}

p, h1, h2, h3, h4, h5 {
	color: #828282;
	font-family: fsa;
	margin: 0;
	padding: 0
}

h1 {
	font-size: 64px;
}

h2 {
	font-size: 40px
}

h3 {
	font-size: 26px
}

h4 {
	font-size: 22px
}

h5 {
	font-size: 18px;
}

a:hover {
	text-decoration: none;
}



/*contenidos*/



	/*titular seccion*/

	.titulo_contenedor {	
	}

	.titulo_seccion h2 {
		background-color: #E62323;
		color:#FFF;	
		display: inline-block;
		padding: 8px 40px 8px 150px;
		border-radius: 0 30px 0 0;
	}

	.titulo_seccion img {
		padding-left: 20px
	}

	.titulo_seccion a {
		color: #FFF
	}

	.titulo_seccion h2:hover {
		background-color: gray;
        cursor: pointer
	}

	/*tabla grilla*/

	.tabla_grilla_contenedor {
		background-color:;
		margin-top: 100px 	
	}
		/*overflow contenedor*/
		.tabla_grilla {
			background-color: ;
			width: 80%;
            max-height: 1000px;
			overflow: auto;
		}
		/*width tabla*/
		.content_table {
			background-color: ;
			width: 100%;
		}

	table.table_grilla {
		width: 100%;
		color: #828282;
	}

	thead.table_titulo tr th {
		font-family: fsa;
		font-size: 26px;
		font-weight: bold;
		padding: 40px 0;

	}

	tbody.table_cuerpo tr td {
		font-family: fsa_light;
		font-size: 26px;
		padding: 10px 0;
	}

	tbody.table_cuerpo td {
		border:solid 1px #E62323;
		border-width: 1px 0 0 0
	}

	table.table_grilla th.im_titulo_table {
		
	}

	table.table_grilla th.nombre_apellido {
		width: 25%
	}
	table.table_grilla th.id {
		width: 30%
	}

	table td.table_imagen {
		text-align: center	
	}

	table, th, td {
		/*border: 1px solid black;*/
	}



	

		




/*media queries resposividad*/

/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {


/*overflow contenedor*/
.tabla_grilla {
	width: 90%;
}

/*width tabla*/
.content_table {
	width: 100%;
}

}


/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {

/*overflow contenedor*/
.tabla_grilla {
	width: 100%;
}
/*width tabla*/
.content_table {
	width: 100%;
}

}

/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {


.titulo_contenedor {
	padding: 0

}

.titulo_seccion h2 {
	display: block;
	padding: 3px 0;
	border-radius: 0;
	text-align: center;
	font-size: 26px
}

.titulo_seccion img {
	padding-left: 5px;
}

/*tabla*/

/*overflow contenedor*/
.tabla_grilla {
	width: 90%;
}
/*width tabla*/
.content_table {
	width: 900px;
}

}
