.estilo_tb {
	width: 100%;
}
.estilo_tb th {
	padding: 0px 10px 0px 10px;
	border-bottom: 2px solid #ffad00;
	border-top: 2px solid #ffad00;
	text-align: left;
	font-size: 10pt !important;
}
.estilo_tb tr:last-child td{border-bottom: 2px solid #ffad00;}
.estilo_tb tr:nth-child(even) {background: #EEE}
.estilo_tb tr:nth-child(odd) {background: #FFF}
.estilo_tb td {
	padding: 3px 10px 0px 3px;
	text-align: left;
	font-size: 10pt !important;
}
.titulo_subli {
	font-family: "Myriad Pro";
	font-size: 20px !important;
	margin: 0;
	border-style: solid;
	border-color: #ccc !important;
	border-width: 1px;
	border-top: none;
	border-right: none;
	border-left: none;
	color: #000  !important;
}

.lista_correcto {} /*this is because otherwise it won't be shown on the editor*/
.lista_correcto li {
	float: none !important;
	margin: 0px !important;
	font-size: 14px !important;
}

.googlemap{
	position: relative;
	padding: 10px !important;
	margin-bottom: 15px !important;
	text-align: center;
	/*border: 1px solid #CCC;*/
	border: 1px solid #f4f4f4;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 600px !important;
	height: 350px !important;
	background-color: #f4f4f4;
}
.googlemap iframe {
	border: 1px solid #CCC;
	/*margin: 15px;*/
	width: 100% !important;
	height: 100% !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}