/* NO TOCAR
----------------------------------------- */

/* Formateo de los estilos
----------------------------------------- */

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, select, p, blockquote, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}

/* Forzamos scroll
----------------------------------------- */

html {
	overflow-y: scroll;
}


/* Tablas
----------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

/* Abreviaturas, acronimos y definiciones
----------------------------------------- */

abbr, acronym, dfn {
	border: none;
	cursor: help;
}

/* Imagenes y objects
----------------------------------------- */

img, a img, :link img, :visited img, :hover img, object {
	border: 0em;
}

/* Borde de los enlaces en firefox
----------------------------------------- */
a:focus, input:focus {
	outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

/* Teclado Kbd
----------------------------------------- */

kbd {
	border-bottom: .1em solid #cccccc;
	border-right: .1em solid #cccccc;
	padding-bottom: 0.1em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	background: #EFECEC;
	padding-top: 0.1em;
	font-size: 115%;
}

/* Clases comunes
----------------------------------------- */

.display_none { display: none;}	
.clear_both { clear: both; }	
.cursor-pointer { cursor: pointer; }
.bg_none { background: none; }
.cursiva { font-style: italic; }
	
.float_left { float: left;}	
.float_right { float: right;}
	
.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	
.align_justify { text-align: justify; }	

.borde { border: 1px solid #cc0000; } /* Clase para testear las dimensiones de un objeto */
.a {background: #00CC99; cursor:pointer; }			  /* Estilo para testear */	

/* Estilos más básicos
----------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: bold;
}
p {
	margin: 0px 0px 15px 0px;
	width: 100%;
}
ul, ol {
    margin-bottom: 15px;
}
ul li, ol li {
	list-style-position: inside;
}
ul li ul {
	margin: 10px 0 10px 10px;
}

/* Bloques principales
----------------------------------------- */

#header-bg, #section-bg, #footer-bg, #main-nav-bg {width: 100%;}


header, footer, #section-bg > section, #main-nav {
	margin: 0px auto;
	width: 960px;
}

/* Estilos internos
----------------------------------------- */

div#local-info{
	float: left;
	width: 100%;
	clear: both;
}

#local-info.private{
	margin-bottom: 50px;
}

p#version, p#pagetimeload {
	display: block;
	width: 200px;
	text-align: center;
	margin: 20px auto 20px auto;
	padding: 5px 2px;
	border: 1px solid #444444;
	color: #990125;
	background-color: #ffffff;
}
p#version strong, p#pagetimeload strong {
	font-size: 100%;
}

#actualizar_navegador {
	background: url(../img/actualizar-navegador/fondo.jpg) no-repeat left top;
	width: 840px;
	height: 120px;
	margin: 5px auto;
}
#actualizar_navegador p {
	padding: 6px 0 0 85px;
	margin: 0;
}
#actualizar_navegador p strong {
	color: #000000;
}
#actualizar_navegador div {
	margin: 8px 0 0 28px;
}
#actualizar_navegador a {
	text-decoration: none;
}

div.debug {
	border: 1px solid #5566cc;
	background-color: #eeeeee;
	color: #000000;
	font-family: Verdana;
	line-height: 13px;
	margin: 10px;
	padding: 10px;
	position: relative;
	z-index: 10;
}
div.debug>pre>p:last-child {
	margin-bottom: 0px;
}
div.debug>pre>p>a.nav-pr {
	color: #5566cc;
}
div.debug>pre>p>a.nav-pr:hover {
	text-decoration: underline;
}

#map_canvas { /* Mapa de google maps */
	border: 1px solid #888888;
	height: 275px;
}

.xdebug-var-dump small{
	font-size: 100%;
}

.Whoops.container{
	position: absolute;
	z-index: 10;
}

/* Mensajes especiales
------------------------------------ */

ul#mensaje {
	list-style-type: square;
	margin: 0 0 0 15px;
}
ul#mensaje li {
	line-height: 18px;
	padding-bottom: 5px;
	list-style: outside;
}
ul#mensaje strong {
	color: #000000;
}
ul#mensaje span.cursiva {
	font-style: italic;
}


div.msg_basic, div.msg_ok, div.msg_error, div.msg_caution {
	font-size: 12px;
}

div.msg_basic {
	margin: 10px 0px;
	padding: 15px 0 15px 50px;
}

div.msg_basic ul li {
	padding: 10px 0px 0px 0px;
}


/*
div.msg_basic_js {
	padding: 25px 0 25px 50px;
}
*/
div.msg_basic p {
	margin: 0 0 10px 0;
}
/*
div.msg_basic_js p {
	margin: 0 0 10px 0;
}
*/
div.msg_ok {
	color: #143b0b;
	border: 1px solid #143b0b;
	background: #b8e5ad url(../img/alertas/notificacion.jpg) no-repeat 10px center;
}
div.msg_error {
	color: #5d0f0f;
	border: 1px solid #5d0f0f;
	background: #febcaf url(../img/alertas/error.jpg) no-repeat 10px center;
}
div.msg_caution {
	color: #514816;
	border: 1px solid #514816;
	background: #f8e895 url(../img/alertas/advertencia.jpg) no-repeat 10px center;
}

/*
div.jquery_msg {
	padding: 20px 0px;
}
div.jquery_msg div.options {
	margin: 0px auto;
	width: 80px;
}
div.jquery_msg div.options a {
	display: block;
	float: left;
	color: #ffffff; 
	background: #7f7f7f; 
	padding:  4px 11px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
}
div.jquery_msg div.options a:hover	{ 
	color: #111111;
	background: #7f7f7f url(../img/privado/accion/normal.png) no-repeat;
}
*/

/* Jquery-UI styles */

body .no-close .ui-dialog-titlebar-close {
	display: none;
}
body .ui-dialog div {
	font-size: 12px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	overflow: visible;
}
body .ui-dialog .ui-dialog-content p {
	line-height: 16px;
}

/* Info cookies */
#info-cookies{
	font-family: "Trebuchet MS", Arial;
	width:280px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index:2147483647;
}

#info-cookies .close{
	float: right;
	width: auto;
	padding: 14px 13px 8px 15px;
	background: rgba(49,130,220,0.9);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#info-cookies .close a{
	float: left;
	width: auto;
	color: #b8d5e7;
	text-decoration: none;
	height:17px;
	line-height: 17px;
	overflow: hidden;
	font-weight: bold;
	text-shadow: 1px 1px 3px #999;
	font-size:15px;
	background: url('../img/cross-cookies.png') no-repeat right 0;
}

#info-cookies .close a span{
	font-size: 30px;
	float: right;
	margin: -3px 0 0 10px;
	text-shadow: 1px 1px 3px #999;
}

#info-cookies .close a:hover span{
	text-shadow: 1px 1px 3px #b8d5e7;
	color: #fff;
}

#info-cookies .info{
	float: left;
	width: 230px;
	padding: 25px;
	background: rgba(49,130,220,0.9);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	clear: both;
	color: #fff;
	text-shadow: 1px 1px 3px #999;
}

#info-cookies .info h2{
	color: #FFF;
	font-size:17px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#info-cookies .info p{
	color: #FFF;
	font-size:14px;
	line-height: 19px;
	margin: 0 0 0 0;
	text-align: center;
}

/* Tootltip */
body .tooltipComic{
	padding: 5px;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid rgba(255,255,255,0.8);
	background: rgba(0,0,0,0.8);
	color: #FFF;
}

body.ie8 .tooltipComic{
	border: 1px solid #FFF;
	background: #000;
}

/* Colorbox */
#cboxPrevious:focus,
#cboxNext:focus{
	outline: none;
}

.cboxPhoto{
    cursor: grab !important;
}