@charset "UTF-8";
		@import 'https://fonts.googleapis.com/css?family=Raleway';
		body {
			font-family: 'Raleway', sans-serif;
			font-weight: 300;
			line-height: 1.42em;
			color:#4B4A4B;
			background-color:#FFDAC4;
			background: url(http://www.pixeden.com/media/k2/galleries/131/002-subtle-light-pattern-background-texture.jpg);
		}

		h1 {
			font-size:3em; 
			font-weight: 300;
			line-height:1em;
			text-align: center;
			color: #FD2E4A;
		}

		.listado th h1 {
			font-weight: bold;
			font-size: 1em;
			text-align: left;
		  	color: #FFFFFF;
		  	text-align: center;
		}

		.listado td {
			font-weight: normal;
			font-size: 1em;
			-webkit-box-shadow: 0 2px 2px -2px #0E1119;
			-moz-box-shadow: 0 2px 2px -2px #0E1119;
			box-shadow: 0 2px 2px -2px #0E1119;
			text-align: center;
		}

		.listado {
			text-align: left;
			overflow: hidden;
			width: 80%;
			margin: 0 auto;
			display: table;
			padding: 0 0 8em 0;
		}

		.listado td, .listado th {
			padding-bottom: 2%;
			padding-top: 2%;
			padding-left:2%;  
		}

		.listado tr:nth-child(odd) {
			background-color: #EEEAE7;
		}

		.listado tr:nth-child(even) {
			background-color: #FFFFFF;
		}

		.listado th {
			background-color: #71BF4F;
		}

		.listado td:first-child { 
			color: #000; 
		}

		.listado tr:hover {
			background-color: #0075BC;
			color: #FFFFFF;
			-webkit-box-shadow: 0 3px 3px -3px #0E1119;
			-moz-box-shadow: 0 3px 3px -3px #0E1119;
			box-shadow: 0 3px 3px -3px #0E1119;
		}

		td a {
			color: #4B4A4B;
		}

		td a:hover {
			color: #D42222;
		}

		.listado td.icono:hover {
			background-color: #FFFFFF;
			
			box-shadow: #0075BC -1px 1px, #0075BC -2px 2px, #0075BC -3px 3px, #0075BC -4px 4px, #0075BC -5px 5px, #0075BC -6px 6px;
			transform: translate3d(6px, -6px, 0);

			transition-delay: 0s;
			transition-duration: 0.4s;
			transition-property: all;
			transition-timing-function: line;
			text-align: center;
		}	


.container {
  text-align: center; 
}
.container img{
          width:auto;
          height:120px;
          }