@font-face {font-family: 'Logo'; src: url(../fonts/Acme-Regular.ttf);}
@font-face {font-family: 'general'; src: url(../fonts/Niramit-Regular.ttf);}
@font-face {font-family: 'titulo'; src: url(../fonts/SourceSerifPro-Regular.ttf);}
body {
	background-color: white;
	color: #000000;
	font-family: 'general';
	background-color: #01314A;
}
b {
	color: #01314A;
	letter-spacing: 0.8px;
	font-size: inherit;
}
.lista1,.lista2,.lista3 {
	text-align: justify;
	padding: 16px 0;
	cursor: default;
	color: #421805;
}
.lista1 {
	list-style-type: disc;
	list-style-image: url("../img/nivel1.svg");
	padding-left: 16px;
	padding-right: 16px;
}
.lista2 {
	list-style-type: circle;
	list-style-image: url("../img/nivel2.svg");
	padding-left: 16px;
}
.lista3 {
	list-style-type: square;
	list-style-image: url("../img/nivel3.svg");
	padding-left: 16px;
}
.lista1 a,.lista2 a,.lista3 a {
	text-decoration: none;
	color: #356BB2;
	-webkit-transition: all 0.2s;
    transition: all 0.2s;
	font-weight: bold;
	letter-spacing: 1px;
}
.lista1 a:hover,.lista2 a:hover,.lista3 a:hover {
	color: #00217E;
	text-shadow: 6px 6px 4px rgba(0,0,0,.2);
}
.lista1 li,.lista2 li,.lista3 li {
	margin: 0;
	padding-top: 16px;
}
/*-----------------------------------------------*/
.anuncio {
	width: 100%;
	height: auto;
	margin: auto;
}
.anuncio_local {
	color: #999;
	background-color: #eee;
	width: 100%;
	height: 280px;
}
header {
	width: 100%;
	height: auto;
	box-shadow: 0 2px 2px #225DAB;
	margin-bottom: 4px;
	background-color: #01314A;
}
.banner {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 4px 0px;
	text-align: center;
}
.logo {
	width: 100%;
	height: 100%;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left center;
}
.logo a {
	display: inline-block;
	height: 100%;
	text-decoration: none;
	padding-top: 8px;
}
.logo a span {
	font-size: 32px;
	font-family: 'Logo';
	color: white;
	text-shadow: 2px 2px 0 rgba(0,0,0,.1);
}
.base {
	max-width: 800px;
	margin: auto;
	background-color: white;
}
.titulo1 {
	padding: 16px 16px 0;
	border-bottom: 2px solid #01314A;
	font-size: 22px;
	color: #01314A;
	font-family: 'titulo';
	letter-spacing: 0.8px;
	text-align: left;
}
.titulo2 {
	padding: 16px 16px 0;
	border-bottom: 2px solid #01314A;
	font-size: 20px;
	text-align: left;
	color: #01314A;
	font-family: 'titulo';
	letter-spacing: 0.8px;
}
.titulo3 {
	padding: 16px 16px 0;
	font-size: 18px;
	text-align: left;
	color: #01314A;
	font-family: 'titulo';
	letter-spacing: 0.8px;
}
.ttt {
	font-size: 20px;
	color: #01314A;
	font-weight: normal;
	margin: 0;
	padding: 16px;
	text-align: left;
}
.texto {
	text-align: justify;
	padding: 16px;
}
.menu {
	font-size: 0;
	padding-bottom: 16px;
}
.menu a {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 120px;
	margin: 2px;
	text-decoration: none;
	background-color: #2F5B7E;
	border-radius: 0 0 12px 12px;
}
.menu a span {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	padding: 8px;
}
.pie {
	width: 100%;
	background-color: #01314A;
}
.pie p {
	padding: 8px 0;
	color: white;
	display: inline-block;
}
.pie p:nth-child(1) {
	width: 100%;
	font-size: 14px;
}
.pie p a {
	color: white;
	text-decoration: none;
	color: #BDBBB9;
	font-size: 14px;
}
.pie p a:hover {
	color: white;
}
 /* nav estados ------------------------------------------------------------------------- */
.menu_est {
	background: url(../img/envia1.jpg);
}
.menu_mun {
	background: url(../img/envia2.jpg);
}
.menu_est, .menu_mun {
	position: relative;
	width: 100%;
	height: auto;
	background-position: center;
	margin: 16px auto 0;
	font-size: 0;
}
.espacio {
	margin-top: 8px;
}
}
.menu_mun span {
	text-shadow: 0 0 16px #6600FF;
}
.tex_en_que {
	position: absolute;
	display: block;
	width: 100%;
	top: 20px;
	left: 0;
	text-align: center;
	color: #eee;
	text-shadow: 0 0 16px black;
	font-size: 22px;
}
.item_est, .item_est option {
	width: 80%;
	height: 40px;
	color: #01314A;
	letter-spacing: 2px;
	margin-top: 90px;
	font-size: 18px;
	padding-top: 2px;
	padding-left: 48px;
	border-radius: 8px;
	outline: none;
	-webkit-box-shadow: inset -1px -1px 2px 1px #ddd;
    -moz-box-shadow: inset -1px -1px 2px 1px #ddd;
    box-shadow: inset -1px -1px 2px 1px #ddd;
}
.casita {
	position: absolute;
	z-index: 1;
	top: 96px;
	left: 12%;
	width: 26px;
	height: 30px;
	background: url(../img/iconito.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.item_est {
	background-color: rgb(255,255,255,0.7);
}
.item_est option {
	background-color: white;
}
.opaco {
	width: 100%;
	height: 200px;
	background-color: rgba(0,0,0,0.5);
}
/*-------------------------------------------------------*/
.caja_mapa {
	width: 100%;
	height: 280px;
	margin-bottom: 16px;
	background-color: white;
}
.mapag iframe {
	display: block;
	width: 100%;
	height: 280px;
	padding: 0;
}
.chica {
	padding: 0 32px;
}
.chica p {
	text-align: justify;
	padding: 8px 0;
}
.chica p:hover {
	color: #01314A;
	text-shadow: 0 0 32px rgba(0, 0, 0, .2);
	cursor: default;
}
.formulario_coments {
	padding: 16px;
}
.cajas_formulario {
	border-radius: 6px;
	margin-top: 4px;
	width: 100%;
	border-color: #01314A;
}
.cajas_formulario::placeholder {
	color: #01314A;
}
.cajas_formulario:focus {
	outline: none;
	box-shadow: 0 0 4px #01314A;
}
.cajas_formulario:focus::placeholder {
	color: white;
}
textarea {
	width: 100%;
	height: 100px;
}
.caja__pri__captcha {
	position: relative;
	width: 100%;
	height: 44px;
	margin: auto;
}
.img__captcha {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	display: inline-block;
}
.caja_codigo {
	position: absolute;
	top: 0;
	left: 68px;
	width: 80px;
	height: 29px;
	display: inline-block;
	text-align: center;
	font-family: monospace;
	font-size: 17px;
	border-color: #01314A;
	color: #01314A;
}
.caja_codigo:focus {
	font-weight: bold;
}
.caja_codigo:focus::placeholder {
	color: white;
}
.btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	padding: 4px 16px;
	border-radius: 5px;
	text-decoration: inherit;
	text-shadow: 1px 1px 1px black;
	outline: 0;
	color: white;
	border: 1px solid #01314A;
    background: -webkit-linear-gradient(#416577 , #01314A );
    background: -o-linear-gradient(#416577 , #01314A );
    background: -moz-linear-gradient(#416577 , #01314A );
    background: linear-gradient(#416577 , #01314A );
}
.btn:hover {
	background: white;
	color: #01314A;
	box-shadow: 0 0 4px #01314A;
	text-shadow: 1px 1px 1px white;
}
.caja_comentario {
	position: relative;
	width: 100%;
	margin: auto;
}
.caja_comentario span {
	display: block;
	width: 100%;
	height: auto;
	padding-left: 16px;
	text-align: left;
	font-weight: bold;
	background-color: rgba(1, 49, 74, .3);
}
.caja_comentario time {
	display: block;
	width: 100%;
	height: auto;
	padding-right: 16px;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	background-color: rgba(1, 49, 74, .2);
	color: rgba(1, 49, 74, .8);
}
.caja_comentario p {
	display: block;
	width: 100%;
	height: auto;
	text-align: justify;
	padding: 16px 32px;
	background-color: rgba(1, 49, 74, .05);
}
.se_primero {
	max-width: 350px;
	height: auto;
	padding: 16px;
	margin: 32px auto;
	box-shadow: 4px 4px 16px #aaa;
}
.localidades {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 16px;
	max-width: 800px;
	max-height: 274px;
	text-align: center;
	box-shadow: 0 4px 4px #01314A;
	overflow-y: scroll;
	overflow-x: hidden;
	cursor: ns-resize;
}
.localidades th {
	position: sticky;
	top: 0;
	color: white;
	background-color: #01314A;
	font-weight: normal;
	padding: 2px 0;
}
.localidades td {
	color: #01314A;
	border: 1px dotted #01314A;
}

.localidades th:nth-child(odd), .localidades td:nth-child(odd){
	text-align: center;
	min-width: 110px;
}
.localidades th:nth-child(even), .localidades td:nth-child(even) {
	text-align: left;
	width: 100%;
	padding-left: 8px;
}
.incorrecto {
	padding-top: 16px;
	font-weight: bold;
	color: #A90832;
}
.ultima {
	text-align: right;
	font-size: 14px;
	font-style: italic;
}
.relacionado {
	padding: 16px;
}
.relacionado a {
	text-decoration: none;
	width: 100%;
}
.itemrel {
	margin-bottom: 4px;
	padding: 10px 16px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0B4FB2;
	text-shadow: 2px 1px 0 white;
	background: -webkit-linear-gradient(#E1E8EC , #C4D0DA );
    background: -o-linear-gradient(#E1E8EC , #C4D0DA );
    background: -moz-linear-gradient(#E1E8EC , #C4D0DA );
    background: linear-gradient(#E1E8EC , #C4D0DA );
	-webkit-transition: padding 0.3s, letter-spacing 0.3s;
    transition: padding 0.3s, letter-spacing 0.3s;
}
.itemrel:hover {
	box-shadow: 2px 2px 2px #0B4FB2;
}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Media Query*/

@media screen and (min-width: 800px) { /* 800 */
body {
	background-color: white;
}
.banner {
	text-align: left;
}
.logo a {
	padding-left: 16px;
}
.titprov {
	text-align: right;
}
.anuncio_local {
	height: 90px;
}
.chica {
	background-image: url(../img/chica.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 230px 350px;
	padding-left: 240px;
}
.itemrel:hover {
	box-shadow: 2px 2px 2px #0B4FB2;
	letter-spacing: 1.5px;
	padding-left: 20px;
}

}
