/* CSS Document */
#logo{
	background-color: #FFC300;
	padding: 2em;
}

body {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 1em;
}

.titulo{
	color:#005494;
}

table {
	border: 0px solid #000000 !important;
}
thead tr {
    font-weight: 700;
    background-color: #e5e5e5;
}

legend {
	display: inherit;
	width: 100%;
	padding: 0;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.5;
	border: 0;
}

legend A {
	font-weight: bold;
	color: #00519A;
}

#resultado{
	border: solid 2px #F0B82D;
    display: inline-block;
    position: relative;
    padding: 2em;
}

#results{
	text-align: left;
}

@media (max-width: 992px){
	.container {
    	max-width: 100%;
	}
}

@media (max-width: 768px){
	#resultado {
    	border: 0;
       	padding: 0em;
	}
	#logo{
		padding: 1em;
	}
}

@media only screen and (max-width: 480px) {
	.page-formularios .row-fluid > div{
	/*	text-align: center; */
	}
	.g-recaptcha {
		display: inline-block;
	}
	#btImprimir{
		display: none;
	}
	h1{
		font-size: 2em;
	}
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30%; 
		white-space: normal;
		text-align:left;
		min-height: 3em;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 20%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
		font-size: 100%
	}
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}