﻿#backgroundModal{
    position: fixed;
    height:100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index:100;
    top:0;
    left:0;
    cursor: pointer;
    opacity: 0.7;
}

#mainModal{
    position: fixed;
    width: 800px;
    height: 500px;
    z-index:101;
    display:none;
}

#contenDepto{
    position:relative;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 8px;
}

.BotonesModal
{
	font-family: Verdana;
	font-style: normal;
	font-size: 13px;
	height: 30px;
	width: 80px;
}

.round-edge{
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.span
{
	font-family: Verdana;
	font-style: normal;
	font-size: 24px;
	text-align: center;
	color:#fff;
}

.span_titulo_pequeno
{
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
	text-align: center;
}

.seleccionMunicipios
{
	height: 495px;
	width: 400px;
	position:relative;
	top:65px;
	overflow: auto;
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
	text-align: left;
	color:#fff;
}

.tBotonesModal
{
	vertical-align: bottom;
	float: right;
}


#containerDepto{
    background: #60a4c4;
    width: 100%;
    height: 100%;
}

#closeModal{
    background: transparent url('../images/cerrar.png') -40px 0px;
    position:absolute;
    top:-15px;
    right: -15px;
    z-index: 105;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

#containerDepto{
    position: relative;
}

#container1
{
	position: relative;
	top: 80%;
	left: 70%;
	width: 250px;
	height: 45px;
	margin-top: -150px;
	margin-left: -175px;
}

#tituloDepartamento
{
	position: relative;
	text-align: center;
	top: -90%;
	left: 50%;
	width: 250px;
	height: 45px;
	margin-top: -45px;
	margin-left: -120px;
}

#contenedorMapa
{
	position: relative;
	float: left;
	width: 1000px;
}


table, td, th
{
	border: 0px solid blue;
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
	text-align: left;
}