body {
	font-family: 'Nunito';
	/* background-color: #4C7EC3; */
	font-size: 1em;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	max-width: 100%;
}
.textmenuarriba {
	color: #002B71;
}

.fecha{
	border: 1px solid gray;
	background-color: #002B71;
	padding: 2px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
}

.menuarriba {
	border: 1px solid #fff;
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
	color: #002B71;
	cursor: pointer;
	white-space: nowrap;
}
.menuarriba:hover {
	border: 1px solid gray;
	background-color: #002B71;
	padding: 2px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	white-space: nowrap;
}
.textmenudos{
	color: #FFFFFF;
}
.menudos {
	border: 1px solid #FFFFFF;
	background-color: #0073BD;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	white-space: nowrap;
}
.menudos:hover {
	border: 1px solid #FFFFFF;
	background-color: #002B71;
	padding: 2px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	white-space: nowrap;
}
.link {
	text-decoration: none;
}
.columna {
	background-color: #FFFFFF;
}
.columnacentral {
	background-color: #F0F0F0;
	border: 1px solid #E1DBDB;
}
.sector {
	background-color: #FFFFFF;
}
.titart {
	color: #C00;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.titartint{
	color: #C00;
	font-size: 16px;
	margin-bottom: 5px;
}
h3 {
	color: #CC0000;
}
.bajada {
	color: #002B71;
	font-size: 11px;
	font-weight: bold;
}
.tituloclaro {
	color: #C00;
	font-size: 20px;
}
.titulo {
	color: #0073BD;
	font-size: 20px;
}
.subtitulo {
	color: #0073BD;
	font-size: 13px;
}
.labelform {
	color: #333;
	font-size: 13px;
}
.puesto {
	color: #002B71;
	font-size: 13px;
	vertical-align: top;
	width: 35%;
}
.ocupante {
	color: #555;
	font-size: 13px;
}
.subtituloclaro {
	color: #C00;
	font-size: 13px;
}
.titulooscuro {
	color: #002B71;
	font-size: 20px;
}
.square {
	border: 1px solid #808080;
	border-style: initial;
	border-bottom: 1px solid #CCC;
}
.borinf {
	border-bottom: 1px solid #CCC;
}
.forminput{
	border: 1px solid #0073BD;
	color: #0073BD;
	width:80%;
	font-family: 'Trebuchet MS';
	resize: none;
}
.boton{
	border: 1px solid #0073BD;
	color: #0073BD;
	background-color: #CCC;
	font-family: 'Trebuchet MS';
	cursor: pointer;
	cursor: hand;
}
.destacado {
	background-color: #CC0000;
	color: #FFFFFF;
	padding-left: inherit;
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.titukit {
	background-color: #E8E8E8;
	color: #CC0000;
	padding-left: inherit;
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.destacadobis {
	background-color: #0073BD;
	color: #FFFFFF;
	padding-left: inherit;
	font-size: 13px;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.titulopequeño {
	color: #0073BD;
	font-size: 14px;
}
.textochico {
	color: #666;
	font-size: 9px;
}
.texto {
	color: #000;
	font-size: 12px;
}
.textomediano {
	color: #666;
	font-size: 10px;
}
.textogrande {
	color: #666;
	font-size: 12px;
}
.botonver {
	background-color: #0073BD;
	color: rgb(255, 255, 255);
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}
.sombra {
	-moz-box-shadow:    inset 10px 30px 60px rgba(255, 255, 255, 0.3), 3px 4px 10px rgb(122, 122, 122), inset 10px 27px 32px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 10px 30px 60px rgba(255, 255, 255, 0.3), 3px 4px 10px rgb(122, 122, 122), inset 10px 27px 32px rgba(0, 0, 0, 0.3);
	box-shadow:         inset 10px 30px 60px rgba(255, 255, 255, 0.3), 3px 4px 10px rgb(122, 122, 122), inset 10px 27px 32px rgba(0, 0, 0, 0.3);
}
.degrade {
	background: rgb(254, 254, 254);
	background: -moz-linear-gradient(top, #d1d1d1 0%, #fefefe 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgb(209, 209, 209)), color-stop(100%,rgb(254, 254, 254)));
	background: -webkit-linear-gradient(bottom, rgb(209, 209, 209) 0%,rgb(254, 254, 254) 100%);
	background: -o-linear-gradient(top, #d1d1d1 0%,#fefefe 100%);
	background: -ms-linear-gradient(top, #d1d1d1 0%,#fefefe 100%);
	background: linear-gradient(to bottom, rgb(209, 209, 209) 0%,rgb(254, 254, 254) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#fefefe',GradientType=0 );
}

.botonera:hover {
	color: #FFF !important;
	background: #155C6F;
}
.encabezado {
	font-family: 'Nunito';
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.botonera {
	display: block;
	margin-bottom: 5px;
	color: #FFF !important;
	background: #456BAF; /* #159CAF; */
	padding: 11px 5px 13px;
	font-family: 'Nunito', Helvetica;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-shadow: 0px 1px 1px #000;
	-webkit-font-smoothing: antialiased;
	border: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-webkit-border-radius: 3px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.botprod {
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid #CD2122;
	1px 1px 3px 1px;
}

@media only screen and (max-width: 800px) {
	#netreviewsWidgetNum330widget08av {
		display: none;
	}
}