﻿body
{
	margin: 0;
	background-image: url(../img/fondoSIG.gif);
	background-repeat: repeat-x;
	background-color: #648ec4;
	color: #000;
	font-size: 8pt;
	font-family: Sans-Serif;
}
.cuadros
{
	background-color: #fff;
	font-size: 11px;
	border: solid 1px #ddd;
	padding: 5px;
	background-image: url(../img/fondoCuadros.gif);
	background-repeat: repeat-x;
}
.crayon {color: #000;
		cursor: pointer;
		border: 1px solid #333;
		font-family: Fixed, monospace;
		margin: 1px;
		text-align: center;
		width: 14px;
		}

td
{
	vertical-align: top;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	text-decoration: underline;
	color: #46f;
}

.controles
{
	font-size: 11px;
	background-color: #fff;
	border: solid 1px #aaa;
	background-color: #cdf;
}

.boton
{
	font-size: 11px;
	background-color: #fff;
	border: outset 2px #aaa;
}


.tabs .ajax__tab_header
{
	font-family: verdana,tahoma,helvetica;
	font-size: 11px;
	background-color: #cdf;
	line-height: 21px;
	color: #468;
}

.ajax__tab_header
{
}
.ajax__tab_outer
{
	border-right: solid 1px #555;
	border-top: solid 1px #555;
}
.ajax__tab_inner
{
}
.ajax__tab_tab
{
	padding-right: 5px;
	padding-left: 5px;
}
.ajax__tab_body
{
	padding: 0px;
}
.ajax__tab_hover
{
	background-color: White;
	color: #000;
}
.ajax__tab_active
{
	background-color: White;
	color: #000;
}

h5{margin-bottom: 5px;margin-top: 5px;margin-left: 5px;border-left: solid 2px #bcf;padding-left: 2px;}
h6
{
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 15px;
	border-bottom: dotted 1px #ccc;
	padding-left: 2px;
	font-size: 11px;
}
h7
{
	margin-bottom: 6px;
	margin-top: 5px;
	margin-left: 0px;
	border-bottom: dotted 1px #ccc;
	padding-left: 2px;
	font-size: 12px;
}
.cabeceraTabla
{
	background-color: #f0f0f0;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	border-bottom: solid 1px #ccc;
}
.filaTabla
{
	background-color: #fff;
	font-size: 10px;
	padding: 5px;
	color: #888;
}
.enlaceMini
{
	text-decoration: none;
	color: #fff;
}
#enlaceOcultar:hover
{
	text-decoration: underline;
	color: #fff;
}
.toolTips
{
	border: solid 1px black;
	color: #000;
	padding: 3px;
	background-color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	width: 200px;
}

.markerDetail
{
	background-color: White;
	border: solid 1px black;
}
ul
{
	font-size: 12px;
}
ul li
{
	margin-top: 7px;
	margin-bottom: 7px;
}

ul li ul li
{
	color: #666;
	font-size: 11px;
}

p
{
	margin-top: 5;
	margin-left: 15px;
	margin-right: 10px;
}

.ulAyuda
{
	padding-top: 5px;
	margin-top: 5px;
	font-size: 11px;
}
.ulAyuda li
{
	margin-bottom: 5px;
}
