.text-container {
	display:block;
	width:100%;
	margin-bottom:40px;
}

.text-container h1 {
	font-family: 'Annie Use Your Telescope', cursive;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 1.6em;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #21a1a5;
    border-bottom: dashed 1px #ccc;	
}

.text-container h2 {
	font-family: 'Roboto Slab', serif;
	font-size:1.2em;
}

.text-container p {
	font-size:0.9em;
}

.text-container a {
	font-weight:bold;
	color:#333;
}

.text-container a:hover {
	opacity:0.7;
}

table th {
	background-color: #999;
    color: #fff;
    padding: 5px 10px;
    font-weight: normal;
}

table tbody tr {
	color: #333;
}

table tbody td {
	padding: 10px;
	font-size: 0.9em;
}

table tbody tr:nth-child(even) {
	background-color: #efefef;
}

table tbody tr:nth-child(odd) {
	background-color: #dbdbdb;
}

ul.wide-list {
	list-style:circle;
}

ul.wide-list li {
	display: block;
    background: #ebebeb;
    margin-bottom: 5px;
    font-size: 0.9em;
    padding: 10px;
}

.input-block {
	display: block;
	width:100%;
	margin-bottom: 20px;
}

.input-block input {
	width:100%;
	/*display:block;
	height:60px;
	line-height:60px;
	font-size:1.1em;
	background-color: #f2f2f2;*/
}

/* PAGINA 404 */
#main-container.black {
	background-color:#333;
	color:#fff;
	text-align:center;
}

#main-container.black .page-error-center {
	font-family: 'Annie Use Your Telescope', cursive;
	font-weight:bold;
	text-transform: uppercase;
    letter-spacing: 0.1em;
	background-image:url(../img/404-eyes.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size: 156px 87px;
	padding-top:107px;
	position:absolute;
	width:320px;
	height:250px;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-160px;
}

#main-container.black .page-error-center h1{
	font-family: 'Annie Use Your Telescope', cursive;
    letter-spacing: 0.1em;
	font-size:2.4em;
}

#main-container.black .page-error-center a{
	font-size:1.2em;
	color:#777;
}

#main-container.black .page-error-center a:hover{
	color:#ebebeb;
}

#main-container.black .monster-green {
	position:absolute;
	top:10%;
	right:30%;
	background-image:url(../img/404-monster-02.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:91px;
	width:96px;
}

#main-container.black .monster-red {
	position:absolute;
	bottom:10%;
	right:20%;
	background-image:url(../img/404-monster-01.png);
	background-repeat:no-repeat;
	background-size:100%;
	height:130px;
	width:105px;
}

#main-container.black .monster-yellow {
	position: absolute;
    bottom: 20%;
    left: 20%;
    background-image: url(../img/404-monster-03.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 141px;
    width: 120px;
}


/* RESPONSIVE */
@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1080px) {
	
}

@media only screen and (max-width: 992px) {
	#main-container.black .monster-yellow {
		left: 10%;
	}
}


@media only screen and (max-width: 768px) {
	#main-container.black .monster-green {
		top:5%;
		right:10%;
	}
	
	#main-container.black .monster-red {
		display:none;
	}
	
	#main-container.black .monster-yellow {
		display:none;
	}
}

@media only screen and (max-width: 480px) {
	
}