@charset "utf-8";
/* CSS Document */


html, body {
    height:100%; margin:0; padding:0;}

body {
    font-family: 'Expert-Sans-Light', helvetica, arial, clean, sans-serif;	
	background: white;}

* {
  outline: none!important;}

	
h2 {
    font-size: 23px;
    color: #135471;
	font-weight: normal}

h2>span {
    color:#000; 
	font-size:19px;}
	
table.InfoListado {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 15px;
    font-family: 'Expert-Sans-Regular', helvetica, arial, clean, sans-serif;}
	
table.InfoListado tr:nth-child(2n+1) {
    background: #eee;}

table.InfoListado tr td {
    color: #333;
    line-height: 15px;
    font-size: 13px;
    padding: 20px 15px;}		

table.InfoListado.InfoListadoAncho {
    width:100%;}		

.button.inicio {
    font-size: 15px;
    padding: 12px 22px;
    line-height: 15px;
	color: #f5f5f5;
    background: #135471;
    display: inline-block;
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
	cursor: pointer;
    font-family: 'Expert-Sans-Light', helvetica, arial, clean, sans-serif;	
	}
	
.button:hover {
	background:#2d2929;}	

.main-content {
    width: 80%;
    margin: 30px auto;}

.main-content.main-content-centrado {
    width: 500px;
    margin: 0 auto;}
	
/*---------------------------- Fonts ----------------------------*/
@font-face {
  font-family: 'Expert-Sans-Regular';
    src: url('../Fonts/expertsans-regular-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-regular-webfont'), /* Para el resto de navegadores */
         url('../Fonts/expertsans-regular-webfont.ttf') format('truetype'),
         url('../Fonts/expertsans-regular-webfont.woff') format('woff'),
         url('../Fonts/expertsans-regular-webfont.svg') format('svg')}

@font-face {
  font-family: 'Expert-Sans-Regular-Italic';
    src: url('../Fonts/expertsans-regularitalic-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-regularitalic-webfont'), /* Para el resto de navegadores */
         url('../Fonts/expertsans-regularitalic-webfont.ttf') format('truetype'),
         url('../Fonts/expertsans-regularitalic-webfont.woff') format('woff'),
         url('../Fonts/expertsans-regularitalic-webfont.svg') format('svg')}

@font-face {
  font-family: 'Expert-Sans-Light';
    src: url('../Fonts/expertsans-light-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-light-webfont'), /* Para el resto de navegadores */
         url('../Fonts/expertsans-light-webfont.ttf') format('truetype'),
         url('../Fonts/expertsans-light-webfont.woff') format('woff'),
         url('../Fonts/expertsans-light-webfont.svg') format('svg')}

@font-face {
  font-family: 'Expert-Sans-Light-Italic';
    src: url('../Fonts/expertsans-lightitalic-webfont.eot'); /* Para Internet Explorer */
    src: local('expertsans-lightitalic-webfont'), /* Para el resto de navegadores */
         url('../Fonts/expertsans-lightitalic-webfont.ttf') format('truetype'),
         url('../Fonts/expertsans-lightitalic-webfont.woff') format('woff'),
         url('../Fonts/expertsans-lightitalic-webfont.svg') format('svg')}

/*---------------------------- End Fonts ----------------------------*/


