﻿/*	Global classes	*/
.DDMainHeader
{
	font: small-caps bold 1.6em Trebuchet MS, Arial, sans-serif;
	color:#888;
	padding-bottom: 12px;
    border-bottom: 1px dotted #bbbbbb;
}

.DDSubHeader
{
	margin-bottom: 10px;
    font:1.2em Trebuchet MS, Arial, sans-serif;
    color: #888;
}

.DD 
{
	padding: 0px 8px 4px;
    font: .9em Tahoma, Arial, sans-serif;
    color: #666;
}

.DDLightHeader {
	font-weight: bold;
	background-color: #F7F7FF;
} 

.DDTextBox, .DDDropDown
{
	color: #666;
	font: .95em Tahoma, Arial, Sans-Serif;
	border: solid 1px #dcdcdc;
	background-color: #FEFEFE;
}

.DDDropDown
{
	padding:2px;
}

.DDFilter
{
	font: .95em Tahoma, Arial, Sans-serif;
	color:#666;
}

.DDControl
{
    padding: 0px;
    font: .95em Tahoma, Arial, Sans-Serif;
    color: #666;
}

.DDFloatLeft
{
	float:left;
}

.DDFloatRight
{
	float:right;
}

.DDFooter
{
	background-color: #dbddff;
}

.DDSelected
{
	background-color: #fdffb8;
}

div.DDNoItem
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}

.DDValidator
{
	color:Red;
	font-family:Trebuchet MS, Arial, sans-serif;
}


/*	Navigation	*/

div.DDNavigation
{
	font:.75em Tahoma, Arial, Sans-Serif;
	position: relative;
    top: -28px;
    margin-bottom: -10px;
    padding: 0px 5px;
}

div.DDNavigation img
{
    position: relative;
    margin-top: 0em;
    padding: 0px 8px;
    border: none;
    background-color: #fff;
}
div.DDNavigation a
{
    color: #839ce7;
    text-decoration: none;
    background-color: #fff;
    padding-right: 8px;
    top: -.2em;
    left: .25em;
}
div.DDNavigation a:hover
{
    color: #000099;
    text-decoration: underline !important;
}


/*	Details VIEW/EDIT	*/
table.DDDetailsTable
{
	color: #666;
	background-color: #FCFDFE;
	border: 1px solid #dbddff;
	border-bottom-width: 3px;
	margin-left:5px;
}

table.DDDetailsTable a
{
	color:#718ABE;
	text-decoration: none;
	padding-right: 6px;
}

table.DDDetailsTable a:hover
{
    color: #000099;
    text-decoration: underline !important;
}

table.DDDetailsTable .td
{
	padding: 3px 6px;
	border: 1px solid #dbddff;
	border-bottom-style: dotted;
	font-size: .8em;
	font-family:Tahoma, Arial, Sans-Serif;
}


/*	DDGridView/DDListView	*/
table.DDGridView, table.DDListView
{
	width: 100%;
	color: #666;
	border:solid 1px #dbddff;
	font: .7em Tahoma, Arial, Sans-Serif;
}

table.DDGridView .th, table.DDGridView .td, table.DDListView .th, table.DDListView .td
{
	white-space: nowrap;
}

table.DDGridView .th, table.DDListView .th
{
	background: url(DynamicData/Content/Images/header_back.gif) repeat-x;
	line-height:1.3em;
	text-align: left;
	font-size: 1em;
	border:solid 1px #dbddff;
}

table.DDGridView .th a, table.DDListView .th a
{
	color: #666;
	text-decoration: none;
}

table.DDGridView .td, table.DDListView .td
{
	border: dotted 1px #dbddff;
	border-left-width:0px;
	border-right-width:0px;
	padding: 6px;
}

table.DDGridView .td a, table.DDListView .td a
{
	color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a, table.DDListView .DDSelected a
{
	color: #718ABE;
    text-decoration: none;
    margin-right: 6px;
	
}

table.DDGridView .DDSelected a:hover, table.DDListView .DDSelected a:hover
{
	color: #000099;
	text-decoration: underline;
}

table.DDGridView .td a:hover, table.DDListView .td a:hover
{
	color: #000099;
	text-decoration: underline;
}

/*	DataPager	*/
div.DDPager
{
    padding: 0px 6px;
}


/* Bottom hyperlink design*/
div.DDBottomHyperLink
{	
    font: .75em Tahoma, Arial, Sans-Serif;
}
div.DDBottomHyperLink a
{
    color: #839ce7;
    text-decoration: none;
}
div.DDBottomHyperLink a:hover
{
    color: #000099;
    text-decoration: underline !important;
}
div.DDBottomHyperLink img
{
    padding-right: 5px;
    border: none;
}



body {
	text-align: justify;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0;
	color: #33394c;
}

#main {
	width: 98%;
	height: auto;
	min-height: 750px;
	margin: 0px auto;
	background-color: #F0F8FF;
	-moz-box-shadow: 0px 0px 0px #333233;
	-webkit-box-shadow: 0px 0px 0px #333233;
	box-shadow: 0px 0px 0px #333233;
}

#infoUser {
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	vertical-align: middle;
}

.tituloPortal {
	width: 100%;
	text-align: center;
	color: #074CB9;
}

.divTituloPagina {
	height: 40px;
	width: 100%;
	position: relative;
	background: #074CB9;
	text-align: left;
	font-size: large;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 2px 10px 0px 2px;
}

.menu {
	margin: 20px 0 0 5px;
	font-size: small;
	font-weight: bold;
}

	.menu li {
		list-style-type: none;
		margin: 1px;
		background-color: #dbddff;
		padding: 4px;
	}

		.menu li:hover {
			background-color: #ffd800;
		}


.boton {
	height: 25px;
	width: inherit;
	-moz-box-shadow: 2px 2px 2px #000000;
	-webkit-box-shadow: 2px 2px 2px #000000;
	box-shadow: 1px 1px 1px #000000;
	border-radius: 5px;
	margin-top: 5px;
	cursor: pointer;
	background-color: antiquewhite;
}

.DDTextBoxDate {
	color: #666;
	font: 12px Arial, sans-serif;
	border: solid 1px silver;
	background-color: #FEFEFE;
	height: 18px;
	width: 80px;
	border-radius: 5px;
	margin: 1px 1px 1px 1px;
}

#DynamicHyperLink1 {
	border: solid 0px #dbddff;
	height: 12px;
	border-radius: 10px;
	padding: 5px 5px 5px 5px;
	background-color: #5897fb;
	color: #fff;
	margin-left: 10px;
	margin-top: 10px;
}

.LoginContent {
	width: 70%;
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 15px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 7px #000000;
	-webkit-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#EEEEDF');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#EEEEDF')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #EEEEDF);
	background-image: -ms-linear-gradient(top, #ffffff, #EEEEDF);
	background-image: -o-linear-gradient(top, #ffffff, #EEEEDF);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#EEEEDF));
	background-image: -webkit-linear-gradient(top, #ffffff, #EEEEDF);
	background-image: linear-gradient(top, #ffffff, #EEEEDF);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}


/* Estilo base para el botón (puedes adaptarlo al tuyo) */
.mi-boton {
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
}

/* El spinner (indicador de carga) */
.spinner {
	display: none; /* Oculto por defecto */
	width: 20px;
	height: 20px;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top-color: #333;
	animation: spin 1s ease-in-out infinite;
}

/* Animación de rotación */
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

/* Cuando el botón tenga la clase .cargando */
.mi-boton.cargando .spinner {
	display: block; /* Mostramos el spinner */
}

.mi-boton.cargando .texto-boton {
	display: none; /* Ocultamos el texto */
}

#map {
	height: 600px; /* Puedes ajustar esta altura */
	width: 100%;
	border: 1px solid #ccc;
}