/* Limpieza de navegadores */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Para que los <pre> de las trazas se vean correctamente */
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/**
 *	Styles for the aligments
 */
.alignLeft { text-align: left;}
.alignRight { text-align: right;}
.alignCenter { text-align: center;}
.alignJustify {text-align:justify;}
.bold {font-weight: bold;}
.floatLeft{float:left;}
.floatRight{float:right;}



body {
	font-family: arial,helvetica,sans-serif  !important ;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000;
}
.contenedor {
	font-size: 100%  !important ;	
	margin: 0 auto;
	width: 100%;
}
.main {
	font-size: 1em !important;
	z-index: 1;
	width: 100%;
}
.scrollContent {
	padding: 0 5px;
	z-index: 1;
}

.logo {
	padding: 5px 0;
	border-bottom: solid 4px #06B0C7;
	margin-bottom: 10px;
}

.footer {
	text-align: center;
	padding: 5px 0;
	border-top: solid 4px #06B0C7;
	margin-top: 10px;
}

h2,h3 {
	line-height: 1.1em !important;
	color: #000000 !important ;
	padding: 3px 0;
}


.texto {
	font-family: helvetica,arial,sans-serif  !important ;
	font-size: 0.8em  !important ;
	line-height: 1.3em !important;
	color: #666 !important;
}

.texto22 {
	font-family: 'Roboto', sans-serif  !important ;
	font-size: 0.9em  !important ;
	line-height: 1.3em !important;
	color: #524f4f !important;
}

.texto2 {
	font-family: helvetica,arial,sans-serif  !important ;
	font-size: 0.8em  !important ;
	line-height: 1.3em !important;
	color: #000 !important;
	font-weight: bold  !important ;
}

.texto3 {
	font-family: arial,sans-serif  !important ;
	font-size: 1.4em  !important ;
	line-height: 1.3em !important;
	color: #000 !important;
	font-weight: bold  !important ;
}




.texto a {
	color: #666 !important;	
	font-family: 'Roboto', sans-serif;
}

.titulo {
	text-decoration: none !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.1em  !important ;
	line-height: 1.1em !important;
	color: #000000 !important ;
}

.titulo22 {
	text-decoration: none !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 1.4em  !important ;
	line-height: 1.1em !important;
	color: #000000 !important ;
}

img.first {
	margin: 10px 0;
}

img.list {
	margin: 5px 5px 5px 0;
}

.borde_gris_inferior { 
	border-bottom:1px solid #CCCCCC !important; 
	padding-bottom:3px; 
}
a.titulo{
	color: #000;
	text-decoration: none !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.borde_gris {
	border-radius: 4px; 
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-ms-border-radius:4px; 
	border:1px solid #333; 
	padding:3px; 
	margin-bottom: 7px;
}

.toolbarMobile {
	position: absolute;
	bottom:0;
	width: 100%;
	background-color: #7D8685;
	left: 0;
	z-index: 9999;
}
.toolbarMobile table td {
	text-align: center;
	color: white;
	background-color: #7D8685;
	padding: 5px;
}
.toolbarMobile table td a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

div.pagination {
	margin:10px 0;
	padding:3px;
	text-align:center;
}
div.pagination span.disabled {
	border:1px solid #929292;
	color:#929292;
	margin-right:2px;
	padding:2px 5px;
}
div.pagination span.current {
	background-color:#6393d4;
	border:1px solid #6393d4;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:2px;
	padding:2px 5px;
}
div.pagination span.current {
	background-color:#6393d4;
	border:1px solid #6393d4;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:2px;
	padding:2px 5px;
}
div.pagination a {
	border:1px solid #6393d4;
	color:#6393d4;
	margin-right:2px;
	padding:2px 5px;
	text-decoration:none;
}

.masInfo {
	background-color: #c1e5f3;
	padding: 5px;
}

.layer { 
	position:absolute;
	opacity:0.3;
	background-color: yellow;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2
}

.publiBox {
	text-align: center;
	margin: 10px 0;
}

.logomobile2 {
	width:100%!important;
}