@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_html.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 140%;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
}
h3 {
	font-size: 1.13em;
	font-weight: normal;
}
h4 {
	font-size: 1em;
	font-weight: normal;
}
h5 {
	font-size: 0.88em;
	font-weight: normal;
}
h6 {
	font-size: 0.75em;
	font-weight: normal;
}
#contenedor {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#encabezado {
	width: 980px;
	clear: both;
	height: 163px;
	background-image: url(../img/topbanner.gif);
	background-repeat: repeat;
	float: left;
	background-color: #FFF;
}
#encabezado h1 {
	text-indent: -9999px;
	display: none;
	background-image: url(../img/logo_acaminos.gif);
	background-repeat: no-repeat;
}
#encabezado .logo {
	background-image: url(../img/logo_calle.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 208px;
	margin-top: 49px;
	margin-left: 23px;
	float: left;
}
#encabezado .logo_min {
	background-image: url(../img/logo_ministerio.gif);
	background-repeat: no-repeat;
	float: right;
	height: 149px;
	width: 163px;
	margin-right: 20px;
}
#encabezado .logo_min a span {
	display: none;
}
#encabezado .logo_min a {
	height: 149px;
	width: 163px;
	display: block;
}




#navegacion {
	float: left;
	width: 980px;
	clear: both;
	height: 42px;
}
#nav {
	float: left;
	width: 980px;
}
#nav .menu {
	float: left;
	width: 980px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	height: 42px;
	background-color: #FFFFFF;
	background-image: url(../img/bgbtn.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#nav .menu li {
	float: left;
	display: block;
}
#nav .menu li .btn {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	height: 32px;
	padding-top: 10px;
}
#nav .menu li a.btn {
	color: #787878;
	font-size: 13px;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
	text-transform: uppercase;
	font-family: gobCL, sans-serif;
}
#nav .menu li a.btn:hover {
	color: #006CB7;
}
#nav a.btn_inicio {
	width: 33px;
	height: 28px;
}
#nav a.btn_inicio span {
	display: none;
}
#nav .menu li .btn.activo {
	color: #006CB7;
}

#nav a.btn_inicio {
	height: 28px;
	width: 33px;
	display: block;
	background-image: url(../img/btn_home.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#nav a.btn_inicio:hover {
	background-position: bottom;
	height: 28px;
	width: 33px;
	background-color: #133B6E;
}
#nav a.btn_inicio.activo {
	background-position: bottom;
}


#contenido {
	float: left;
	background-color: #FFF;
	width: 980px;
	clear: both;
}
#contenido #col-izq {
	width: 710px;
	float: left;
	background-color: #FFF;
	padding-top: 28px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-right: 10px;
}
#col-izq .bannerhome {
	float: left;
	width: 760px;
	margin-bottom: 15px;
}
#col-izq .bannerhome img {
	border: 1px solid #CCC;
}

#contenido #col-der {
	float: left;
	width: 190px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sesion {
	background-image: url(../img/bg_sesion.gif);
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	width: 780px;
	background-position: right;
	background-color: #FFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333;
	margin-bottom: 2px;
}
#sesion #nombre {
	font-size: 11px;
	width: 232px;
	float: left;
	height: 14px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#submenu {
	float: left;
	width: 530px;
}
#submenu ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#submenu ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#submenu ul li a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	font-weight: bold;
}
#submenu ul li a:visited {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 5px;
}#submenu ul li a:hover {
	font-size: 11px;
	color: #F60;
	text-decoration: none;
	display: block;
	padding-right: 5px;
}
#submenu ul .cerrarsesion {
	display: block;
	margin-left: 70px;
	margin-right: 0px;
}

#btn-modulo {
	height: 125px;
	width: 160px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#btn-modulo li {
	height: 125px;
}
#btn-modulo li a {
	background-image: url(../img/btn_ingreso.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#btn-modulo li a span {
	display: none;
}

#btn-modulo li a:hover {
	background-image: url(../img/btn_ingreso.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 125px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.rounded {
	background-color: #EFF2F3;
	display: block;
	width: 100%;
	padding-top: 15px;
}

.rounded2 {
	background-color: #FFFFFF;
	width: 500px;
}
.clear {
	display: block;
	height: 15px;
	width: 100%;
}

.parrafo1 {
	margin: 0px;
	font-size: 12px;
	color: #666;
	text-align: justify;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.parrafo1 img {
	display: block;
	margin-right: 15px;
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.parrafo2 {
	display: block;
	float: left;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}
.parrafo3 {
	display: block;
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.parrafo3 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin-right: 15px;
	float: left;
	margin-left: 0px;
	margin-bottom: 30px;
}

.parrafo4 {
	display: block;
	width: 500px;
	float: left;
	font-size: 12px;
}
.parrafo5 {
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	clear: both;
	margin: 10px;
}
.parrafo5 img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
	margin-top: 0px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	float: left;
}
.parrafo6 {
	margin: 0px;
	font-size: 12px;
	color: #333;
	text-align: justify;
	width: 100%;
}
.parrafo6 a img {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 10px;
}

.parrafo7 {
	margin: 0px;
	font-size: 12px;
	color: #666;
	text-align: justify;
	width: 100%;
}
.parrafo7b {
	margin: 15px;
	font-size: 12px;
	color: #333;
	text-align: justify;
	width: 500px;
	height: 100px;
}
.parrafo8 {
	width: 435px;
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 105px;
	float: none;
	padding: 0px;
	height: auto;
}
.parrafo9 {
	margin: 15px;
	font-size: 12px;
}
.parrafo10 {
	display: block;
	margin-left: 110px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 430px;
}
.parrafo11 {
	padding: 10px;
	font-size: 12px;
	text-align: justify;
}

.parrafo12 {
	margin: 0px;
	font-size: 12px;
	color: #333;
	text-align: justify;
	width: 100%;
}
.parrafo12 img {
	float: right;
	margin-left: 15px;
	border: 1px solid #CCC;
	padding: 2px;
	clear: both;
}
.parrafo12 img.izq {
	float: left;
	margin-left: 0px;
	border: 1px solid #CCC;
	padding: 2px;
	clear: both;
	margin-right: 15px;
}
.parrafo12 .foto {
	clear: both;
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 20px;
}


.txtfoto {
	display: block;
	width: 180px;
	float: right;
	clear: both;
	border: 1px solid #CCC;
	padding: 2px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.parrafo13 {
	margin: 15px;
	font-size: 12px;
	color: #000;
	text-align: justify;
	width: 157px;
	float: right;
}
.parrafo13  img {
	margin: 0px;
	padding: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.parrafo13b {
	margin: 15px;
	font-size: 12px;
	color: #000;
	text-align: justify;
	width: 127px;
	padding: 0px;
	height: 100px;
}
.parrafo13b  a {
	display: block;
	margin-top: 10px;
}




.caja1 {
	width: 240px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-right: 10px;
	display: block;
	text-align: left;
	float: left;
}
.caja1 img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.caja2 {
	width: 235px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 255px;
	padding-left: 5px;
	text-align: left;
}
.caja2 img {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 5px;

}


#cartel {
	background-image: url(../img/cartel.gif);
	background-repeat: no-repeat;
	width: 80px;
	margin-top: 10px;
	margin-left: 10px;
	clear: none;
	float: none;
}





.seccion {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	width: 100%;
	clear: both;
	font-family: gobCL, sans-serif;
}

.subtitulo {
	font-size: 1.5em;
	font-weight: normal;
	color: #006CB5;
	font-family: gobCL, sans-serif;
	text-align: left;
	letter-spacing: 0.1em;
}
.subtitulo2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
	font-family: gobCL, sans-serif;
}
.subtitulo3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006CB5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	font-family: gobCL, sans-serif;
}
.subtitulo4 {
	font-size: 1.25em;
	font-weight: normal;
	color: #006CB5;
	line-height: 1.2em;
	font-family: gobCL, sans-serif;
}
.fecha {
	color: #999;
	font-weight: normal;
	font-size: 11px;
}
.titulonot {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #006CB5;
	display: block;
	margin-bottom: 10px;
	line-height: 24px;
}

.bajada {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	width: 100%;
	font-style: italic;
}
#login {
	float: left;
	width: 165px;
	padding: 5px;
	margin-bottom: 15px;
}
#login label {
	font-size: 0.7em;
	color: #FFF;
}
#login input {
	background-image: url(../img/bg_imput.gif);
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 19px;
	background-repeat: no-repeat;
	width: 153px;
	font-size: 1em;
}
#login #boton {
	background-image: url(../img/bg_boton.gif);
	width: 51px;
	height: 19px;
	font-size: 0.75em;
	color: #017B88;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
}
#col-der .banner {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#col-der .banner a img {
	border: 3px solid #CCC;
}




#pie {
	float: left;
	width: 980px;
	padding-top: 20px;
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #D6D6D6;
	padding-bottom: 20px;
}

#pie #datos {
	text-align: center;
	color: #666;
	font-size: 11px;
}
#pie #datos a {
	color: #069;
	text-decoration: none;
}
#pie #datos a:hover {
	color: #069;
	text-decoration: underline;
}
/*menu acordeon*/
.container {
	clear: both;
	float: none;
	width: 700px;

}
h2.trigger {
	background: url(../img/h2_trigger_a.gif) no-repeat;
	height: 40px;
	line-height: 17px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	width: 650px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}
h2.trigger a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 610px;
}
h2.trigger a:hover {
	color: #CCC;
}
h2.active {background-position: left bottom;}
.toggle_container {
	border-top: 1px solid #d6d6d6;
	overflow: hidden;
	font-size: 1em;
	clear: both;
	background-color: #f0f0f0;
	width: 700px;
	
}
.toggle_container .block {
	padding: 10px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}

a:link {
	color: #006CB5;
	text-decoration: none;
}
a:visited {
	color: #006CB5;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
/*cursos*/
.miscursos {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	margin: 10px;
}
.fotocurso {
	display: block;
	height: 90px;
	width: 90px;
	margin-right: 10px;
	float: left;
}
.curso {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 100px;
}
.desc_curso {
	display: block;
	text-align: justify;
	height: 65px;
	overflow: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.estado_curso {
	padding: 10px;
	margin-left: 100px;
}
.estado_curso img {
	display: block;
	float: left;
	margin-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.volver {
	font-size: 0.75em;
	font-weight: normal;
}
/*tablas*/
table {
	border:1px solid gray;
	border-collapse:collapse;
	color:#fff;
	font:normal 12px verdana, arial, helvetica, sans-serif;
	width: 100%;
	background-color: #E7E7E7;
}
caption {
	border:1px solid #5C443A;
	color:#666666;
	font-weight:bold;
	letter-spacing:20px;
	padding:6px 4px 8px 0px;
	text-align:center;
	text-transform:uppercase;
}
td, th {
	color:#666666;
	padding:.4em;
}
tr { border:1px dotted gray;
}
thead th, tfoot th {
	color:#FFFFFF;
	padding:3px 10px 3px 10px;
	text-align:left;
	text-transform:uppercase;
	background-color: #999;
}
tbody th, tbody td {
	text-align:left;
	vertical-align:top;
}
tfoot td {
	color:#FFFFFF;
	padding-top:3px;
	background-color: #CCCCCC;
}
.odd { background:#fff;
}
/*featured*/
#featured {
	position: relative;
	display: block;
	overflow: hidden;
	width: 690px;
	height: 322px;
	margin-top: 11px;
	margin-right: 20px;
	margin-bottom: 7px;
	margin-left: 0px;
	z-index: 50;
    
}
#featured aside.buttons {
    width: 226px;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}

#featured aside.buttons ul li {
	width: 226px;
	height: 61px;
	margin-bottom: 4px;
	background-image: url(../img/featured/boton-sidebar-home.png);
	background-repeat: no-repeat;
}

#featured aside.buttons ul li a {
    font-family: gobCL, Verdana, sans-serif;
    font-size: 16px;
    color: #757575;
    display: block;
    padding: 24px 0;
    text-align: center;
}

#featured aside.news {
    width: 690px;
    float: right;
    margin-right: 5px;
    position: relative;

}

#featured aside.news ul {
	height: 316px;
	overflow: hidden;
	border: 3px solid #f1f1f1;
	position: absolute;
	width: 689px;
	background-color: #000;
}

#featured aside.news ul li {
    position: absolute;
    top: 0;
    left: 0;
    height: 316px;
    display: none;
    width: 698px;
}

#featured aside.news ul li.first { 
    display: block;
}

#featured aside.news ul li div.image {
    position: absolute;
    top: 0;
    display: block;
}

#featured aside.news ul li article {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	padding: 10px;
}

#featured aside.news ul li article h2 {
    color: white;
    font-weight: normal;
    font-family: gobCL, Verdana;
    font-size: 18px;
} 

#featured aside.news ul li article p {
    margin: 0;
    color: white;
    font-weight: normal;
    font-family: gobCL, Verdana;
    font-size: 13px;
}

#featured aside.news div.buttons {
    position: absolute;
    top: 12px;
    right: 15px;
}

#featured aside.news div.buttons a {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 10000px;
    background: url(../img/featured/featured-icon.png) right center no-repeat;
    margin-left: 8px;
    outline: 0 none;
}

#featured aside.news div.buttons a.current {
    background-position: left center;
}


#featured ul {
    list-style: none;	
    padding: 0;
    margin: 0;
}

