body
{
	margin: 0px;
	padding: 0px;
}

table
{
	padding: 0px;
}

a:link , a:visited , a:hover , a:active {
	text-decoration: none;
}

a:focus
{
	outline-style: none;
}

h1,h2,h3
{
	margin: 0px;
	font-weight: normal;
}

/* Enlaces texto */
a#enlaces:link , a#enlaces:visited , a#enlaces:hover , a#enlaces:active
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #555555;
	letter-spacing: 0.3pt;
	line-height: 140%;
	text-decoration: underline;
}

.texto
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #555555;
}

.texto3
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555555;
	letter-spacing: 0.3pt;
	font-weight: bold;
	line-height: 150%;
}

.texto4
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555555;
	letter-spacing: 0.3pt;
	line-height: 140%;
}

.texto5
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #353535;
	font-weight: normal;
	line-height: 120%;
}

.precios
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #A4050A;
	line-height: 140%;
	font-weight: bold;
}

ul#generico
{
	list-style: disc;
	padding-left: 20px;
	margin: 10px;
}


/* Menu General */

.menu_bar 
{
	display:none;
}
 
header 
{
	width: 100%;
}
 
header nav 
{
	z-index:1000;
	max-width: 1000px;
	width: 100%;
	margin: 0;
	margin-top: 10px;
	left:-100%;
	right:100%;
	overflow: scroll;
	position: absolute;
}

header nav>ul 
{
	background: rgba(253,253,253,.95);
	list-style:none;
	margin: 0px;
	padding: 0px;
}
 
header nav ul li {
	display: block;
	position: relative;
	border-bottom:1px solid rgba(0,0,0,.75);
}
  
header nav ul li:hover {
	background: rgba(253,253,253,.95);
}

header nav ul li a {
	color:black;
	display:block;
	text-decoration:none;
	padding: 20px;
	font-size: 1.3em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

header nav ul li>DIV {
	color:black;
	display:block;
	text-decoration:none;
	padding: 20px;
	font-size: 1.3em;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	position: absolute;
	width: 150%;
	z-index:1000;
	padding-left: 0px;
}
 
header nav ul li .children li {
	display: block;
	overflow: hidden;
	padding-left: 20px;
}

header nav ul li .children li:first-child {
	border-top: 1px solid rgba(0,0,0,1);
}

header nav ul li .children li:last-child {
	border-bottom: 0px;
}
 
header nav ul li .children li a {
	display: block;
}
  
header nav ul li .caret {
	position: relative;
	top:3px;
}
 
.menu_bar {
	display:block;
	width:100%;
}

.menu_bar .bt-menu {
	display: block;
	color: #8A8A8A;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 3em;
	line-height: 2em;
	cursor: pointer;
}

header nav ul li:hover .children {
	display: none;
}

header nav ul li .children {
	width: 100%;
	position: relative;
	cursor: pointer;
}

header nav ul li .children li a {
	font-size: 1em;
	line-height: 1em;
}

header nav ul li .caret {
	float: right;
}

header nav ul li.submenu {
	cursor: pointer;
}

.separador_cabecera
{
	width: 100%;
	height: 10px;
	background-color: #345C42;
}



/* Cabecera */

.contenedor_cabecera
{
	width: 100%;
	background: linear-gradient(#EFEFEF, white);
}

.contenedor_logos
{
	width: 100%;
	vertical-align: middle;
}

.contenedor_logo_nova
{
	width: 49%;
	display: inline-block;
}

.contenedor_logo_nova>DIV
{
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}

.contenedor_logos_redes_sociales
{
	width: 49%;
	display: inline-block;
}

.contenedor_logos_redes_sociales>DIV
{
	display: table-cell;
	vertical-align: middle;
	height: 100px;
}

.contenedor_logos_redes_sociales img
{
	width: 40px;
}

.separador_gris
{
	width: 100%;
	height: 10px;
	background-color: #8A8A8A;
}

.separador_gris2
{
	width: 100%;
	height: 10px;
	background-color: #DFDFDF;
}


/* Inicio */

/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../img/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 12 css */
/*
.jssora12l                  (normal)
.jssora12r                  (normal)
.jssora12l:hover            (normal mouseover)
.jssora12r:hover            (normal mouseover)
.jssora12l.jssora12ldn      (mousedown)
.jssora12r.jssora12rdn      (mousedown)
*/
.jssora12l, .jssora12r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 30px;
	height: 46px;
	cursor: pointer;
	background: url('../img/a12.png') no-repeat;
	overflow: hidden;
}
.jssora12l { background-position: -16px -37px; }
.jssora12r { background-position: -75px -37px; }
.jssora12l:hover { background-position: -136px -37px; }
.jssora12r:hover { background-position: -195px -37px; }
.jssora12l.jssora12ldn { background-position: -256px -37px; }
.jssora12r.jssora12rdn { background-position: -315px -37px; }

.cabecera
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.563em;
	color: #9E0B0F;
	font-weight: bold;
	letter-spacing: -0.5pt;
}


/* Noticas */

.contenedor_noticias
{
	padding-left: 30px;
	padding-right: 30px;
}

.linea_separadora_noticias
{
	border-bottom: 1px solid #7F7F7F;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contenedor_noticias>DIV:last-child .linea_separadora_noticias
{
	display: none;
}


/* Enlaces */

.cajas_enlaces
{
	max-width: 315px;
	width: 100%;
	border: 1px dashed black;
	background-color: #EFEFEF;
	margin-top: 5px;
	display: block;
	padding: 10px;
	display: inline-block;
	height: 125px;
	vertical-align: top;
}

.nombre_empresa
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #9E0B0D;
	font-weight: bold;
	height: 35px;
}

.descripcion_empresa
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C2171;
	padding-top: 3px;
	height: 55px;
}

.enlace_empresa
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}


/* Pie pagina */

.pie_pagina
{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #7F7F7F;
}
