﻿body
{
	margin-top: 0px;
	background-attachment: fixed;
	background-image: url(/imagenes/GuiaTramites_FondoBody.jpg);
	color: #696969;
	
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS' , Verdana, Tahoma, Arial;
}

#Pagina
{
	top: 0px;
	
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	/*border-right: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-top: #d3d3d3 1px solid;*/
	
}		
	


#Encabezado
{
	
	
}
#Encabezado span {display:none;} 

.ContenidoCentral
{
	margin-left: auto;
	margin-right: auto;	
	/*background: url(/imagenes/GuiaTramites_FondoBusquedaListado.jpg) #ffffff fixed no-repeat right bottom;*/
	background: #ffffff fixed no-repeat right bottom;
	padding-top:1px;	
}
.Contenido
{
	padding-left: 15px;
	padding-right: 15px;	
	}

#ContenidoPie
{	
	padding-top:15px;
	font-size: 0.8em;
	color: #ffffff;
}

#ContenidoPie a:link, #ContenidoPie a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#ContenidoPie a:hover
{
	background-color: #99ccff;
	text-decoration: underline;
	color: dimgray;
}


#Pie
{
	}
	
	
	
	
/*
----------------------------------------------------
VENTANA MODAL
----------------------------------------------------
*/	
.modalFondo {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}



/*
----------------------------------------------------
TOOL TIP
----------------------------------------------------
*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


/*
----------------------------------------------------
ENVIO DE EMAIL
----------------------------------------------------
*/
#ModuloEnvioCorreo
{
	background: url(/imagenes/FondoEnviarEmail.jpg) #003366 fixed no-repeat center center;
	height: 410px;
	font-size: 0.8em;
}

#ModuloEnvioCorreo .Contenido
{
	padding-left:15px;
	padding-top:55px;	
}
#ModuloEnvioCorreo .tramiteNombre
{
	font-weight: bold;
	color: #003366;
	font-size:1.4em;
	
}
#ModuloEnvioCorreo .Tabla
{
	font-size: 0.8em;
	margin-left: 5px;	
	width:95%;	
}

#ModuloEnvioCorreo .Tabla .f
{
	vertical-align: top;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#ModuloEnvioCorreo .Tabla .f .par
{
	
}

#ModuloEnvioCorreo .Tabla .f impar
{
	
}

#ModuloEnvioCorreo .Tabla .c1
{	
	color: #333333;
	width:100px;
	text-align:right;
	font-size:1.1em;
	
}

 .c1Titulo
{
	font-weight: bold;
	color: #003366;
	border-bottom: #dcdcdc 1px solid;
	font-size: 1.2em;
	text-align:left;
}



#ModuloEnvioCorreo .Tabla .c2
{
	
}

#ModuloEnvioCorreo .Tabla .c3
{
	width:250px;
	
}

#ModuloEnvioCorreo .Tabla .c3 .r
{
	text-align:right;
	vertical-align:text-top;
	
}
#ModuloEnvioCorreo .ocultar
{
	display:none;
	}


.panelEnviarTramiteEstado
{
	text-align: center;
	vertical-align:middle;
	width:100%;	
	height:100%;
	
}

.EnvioCorreoEstado
{
	width: 40%;	
	background-color: #ccffcc;
	margin-left: auto;
	margin-right: auto;	
	padding-bottom: 3px;
	
}

.EnvioCorreoEstado .ocultarMsj
{
	float:right;	
	font-size:0.5em;	
	cursor:pointer;
	cursor: hand;
}



/*
----------------------------------------------------
EXCEPCIONES MENSAJE
----------------------------------------------------
*/	
#ExcepcionPagina 
{
	width:100%;
	height:100;
}

#ExcepcionMensaje
{
	color: #ffffff;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}

#ExcepcionMensaje .enlaces
{
	border-top: #ffffff 1px dotted;
	width:500px;
	padding-top:10px;
	padding-bottom:10px;
}

#ExcepcionMensaje a
{
	color: #ffffff;
	text-decoration:none;
	}
#ExcepcionMensaje a:hover
{
	color: #333333;
	background-color: #99ccff;
	text-decoration: none;
}



