body {
	font-family: Tahoma,sans-serif;
	margin: 0px;
	padding: 0px;
}

#top_content{
	
	width:auto;
	height: 130px;
	margin:0px;
	background-color: #1b75bc;
}
#top_content_logo{
	position: relative;
	width:950px;
	height: 130px;
	margin:auto;
	font-family:cursive, fantasy;
	font:32px Buxton Sketch;
	font-variant:normal;
	background-color: #1b75bc;
}

#bottom_content{
	position: relative;
	width:950px;
	height: 600px;
	margin:auto;
}

#container{
	width: auto;
	margin: auto;
	height: auto;
}

#logoSami {
	position: absolute;
	width: 132px;
	height: 40px;
	z-index: 1;
	left: 6%;
	top: 30px;
	background-color: #1b75bc;
}

#samiTop {
	position: absolute;
	width: 300px;
	height: 17px;
	z-index: 2;
	left: 22%;
	top: 49px;
	color: #FFF;
	background-color: #1b75bc;
	font-size: 16px;
}

#sefin {
	position: absolute;
	width: 130px;
	height: 35px;
	z-index: 3;
	left: 73%;
	top: 33px;
	background-color: #1b75bc;
	color: #000;
}

#menu {
	position: absolute;
	z-index: 27;
	left: 18%;
	top: 52%;
	margin: auto;
}
#menu img{
	width:106px;
	height:30px;
}

#menu ul{
	list-style: none;
	font-family: Tahoma,sans-serif;
}

.nav li a{
	display: block;
	text-decoration: none;
	color:white;
	
}
.nav >li{
	float: left;
}

.nav li ul{
	display: none;
	background-color: #1d5690;
	color: white;
	font-size: 14px;
	padding: 8px;
	padding-top: 2px;
	padding-bottom:8px; 
}

.nav li:hover > ul{
	display: block;
}

.nav li ul li{
	border-top: 1px white solid;
	padding: 8px;
	padding-right:10px;
	padding-left:10px;
	font-size: 9px;
}

.nav li ul li:last-child{
	border-top: 1px white solid;
	padding-bottom: 2px;
}

.nav li ul li:hover{
	
	text-decoration:underline;
	cursor:pointer;
}
.nav .color{
	color:#1b75bc;
}

#sistema{
	position: absolute;
	width: 20%;
	height: 40%;
	left: 0%;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Tahoma,sans-serif;
	font-size: 13px;
	color:black;
        border-bottom: 5px solid #073663;
        margin-right: 20px;
}

#sistema ul{
	list-style:none;
	text-align:right;
}

#sistema ul li{
	/*padding: 10px;
        padding-right: 0px;*/
}

#sistema ul li a:hover{
	/*text-decoration:underline;
	cursor: pointer;*/
}

#sistema a{
        text-decoration:none;
	color:black;
	text-align:left;       
}

#calendario {
	position:absolute;
	width: 40%;
	height: 10%;
	left: 70%;
	top: 2%;
	font-size:8px;
	font-family: Tahoma,sans-serif;
}

/*menu emergente*/
#menuEmergente {
	position:absolute;
	width: auto;
	height: 10%;
	left: 69%;
	top: 30%;
	font-family: Tahoma,sans-serif;
}

#menuEmergente a{
	color: black;
	font-size:13px;
}

#list-menu{
	padding:0;
	margin: 10px;
	list-style:none;
	height: auto;
	width:auto;
	margin-top: -1px ;
}
#list-menu li a{
	display: block;
	text-decoration:none;
	padding:10px;
}

#list-menu li ul li a{
	font-size:10px;
}

#list-menu li a:hover{
	text-decoration:underline;
}

#list-menu ul{
	margin:0;
	padding:0;
	list-style:none;
	height:0;
	overflow: hidden;
	transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
}

#list-menu li ul{
	transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	padding: 0px;
}

#list-menu li:hover ul{
	height: 200px;
	overflow-y:hidden;
	overflow-x:hidden;
}

#list-menu ul li a{
	background-color: #073663;
	color: white;
	padding: 5px;
	padding-left: 25px;
	border-top: 1px solid rgba(255,255,255, 0.2);
	
}

#list-menu ul li a:hover {
	-moz-transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
}

#list-menu2{
	padding:0;
	margin: 10px;
	list-style:none;
	width:100%;
	margin-top: -1px ;
}
#list-menu2 li a{
	display: block;
	text-decoration:none;
	padding:9px;
	text-align: right;
}

#list-menu2 li ul li a{
	font-size:10px;
}

#list-menu2 li a:hover{
	text-decoration:underline;
}

#list-menu2 ul{
	margin:0;
	padding:0;
	list-style:none;
	height:0;
	overflow: hidden;
	transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
}

#list-menu2 li ul{
	transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	padding: 0px;
	margin-left: 20%;
}

#list-menu2 li:hover ul{
	height: 45px;
	margin-left: 20%;
	overflow-y:hidden;
	overflow-x:hidden;
}

#list-menu2 ul li a{
	background-color: #073663;
	color: white;
	padding: 5px;
	padding-left: 25px;
	border-top: 1px solid rgba(255,255,255, 0.2);
	
}

#list-menu2 ul li a:hover {
	-moz-transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
}


#informacion {
    position: relative;
    width: 42%;
    height: 100%;
    left: 22%;
    top: 0%;
    font-family: Tahoma,sans-serif;
    background-color: #E7E8EA;
    padding: 25px;
    padding-top: 5px;
    font-size: 12px;
    text-align: justify;
    border-left: 1px dashed #bec1c6;
    border-right: 1px dashed #bec1c6;
}

#informacion .imag{
	width: 100%;
	height: 95%;
}

#informacion .link {
	text-align: right;
	color: #1b75bc;
	cursor: pointer;
}

#informacion .link a{
	cursor: pointer;
	color: #1b75bc;
	font-weight: bold;
}

#reciente {
    position: static;
    width: 419px;
    height: auto;
    left: 0px;
    top: 50%;
    font-family: Tahoma,sans-serif;
    /* background-image: url(../imagenes/11.png); */
    background-color: #1b75bc;
    color: white;
    padding: 5px;
    padding-left: 25px;
    font-size: 14px;
    margin-top: 15px;
    margin-left: -25px;
}
#noticia1 {
    position: static;
    width: 100%;
    height: 250px;
    left: 0px;
    top: 60%;
    font-family: Tahoma,sans-serif;
    overflow-y: scroll;
    overflow-x: hidden;
}

#noticia1 table{
	margin: 2%;
	text-align: center;
}

#noticia1 table tr td{
	text-align: center;
	width: 33%;
	padding: 4%;
	padding-top: 0%;
}

#noticia1 img{
	width: 70%;
	height: 12%;
	background-color: white;
	cursor: pointer;
}

#mapa{
     position: absolute;
	width: 17%;
	height: 25px;
	left: 30px;
	top: 45%;
	background-color: #FFFFFF;
	font-family: Tahoma,sans-serif;
	font-size: 13px;
	color:black;
        text-align: right;
        margin-right: 30px;
}

#mapaIma{
	position: absolute;
	left: 3%;
	top: 48%;
	background-color: #FFFFFF;
	font-family: Tahoma,sans-serif;
	font-size: 16px;
	color:black;
        text-align: right;
}


#mapaIma img{
	width: 170px;
	height: 130px;
}

#mapaIma a{
	color: white;
	background:url('about:blank');
}

#sami{
	position:absolute;
	width: 94%;
	height: 100%;
	left: 0px;
	top: 1%;
	font-family: Tahoma,sans-serif;
	margin: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height:180%;
	font-size: 10px;
}

#sami .titulo {
	color:#f26522; 
	font-size:12px;
	text-align:center;
}

#sami .subtitulo{
	color:#f26522; 
	font-size:11px;
}

#sami #metas{
	line-height:100%;
	text-align:left;
	border: 2px solid white;
}

#sami .table td{
	text-align: center;
	
}

#sami .table td a{
	color: #E7E8EA;
}

#sami .table img{
	width: 125px;
	height: 55px;
}

#sami .table2 td{
	text-align: center;
	padding: 5%;
	padding-top: 0%;
	width:33%;
	height:20%;
	line-height:130%;
}

#sami .table2 img{
	width: 85%;
	height: 15%;
	cursor: pointer;
}

#sami .table2 a{
	cursor: pointer;
	color: #1b75bc;
	text-decoration: none;
}
#sami .table2 a:hover{
	text-decoration: underline;
}

#sami .table2 label{
	color: #f26522;
	
}
	
#sami .select select{
	border-radius: 10px;
	color: #1b75bc;
	font-size: 12px;
}
#sami .select a{
	cursor: pointer;
	color: #1b75bc;
	font-weight: bold;
}
#sami .select label{
	color: #073663;
	font-weight: bold;
}

.departamentos{
	float: left;
	width: 23%;
	text-align: left;
	line-height:150%;
	font-size: 11px;
	cursor: pointer;
}

.departamentos ol{
	font-size: 9px;
	cursor: auto;
	color: #1b75bc;
	font-weight: bold;
	margin-left: -10px;
}

#slideshow {
    position: relative;
    width: 94%;
    height: auto;
    left: 0px;
    top: 1%;
    font-family: Tahoma,sans-serif;
    margin: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
}

#slideshow img{
	width: 100%;
	height: 95%;
}

#selecrendcion{
	font-size: 12px;
	color:#073663;
	font-weight: bold;
}

#selecrendcion select{
	color: #1b75bc;
	font-size: 12px;
	font-weight: bold;
	border-radius: 10px;
}