@charset "UTF-8";
#contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	margin-top: 0px;
	background-color: #f5f5f5;
	font-size: 13px;
}
#contenedor header {
	padding-top: 0.7%;
	padding-right: 0.7%;
	padding-bottom: 0.7%;
	padding-left: 1.5%;
	background-color: #f88d03;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #FFFFFF;
	width: auto;
	font-size: 1.35em;
}
#seccionesgrados {
	padding-top: 0.7%;
	padding-right: 0.7%;
	padding-bottom: 0.7%;
	padding-left: 0.7%;
	margin: 10px auto 7px;
	width: 97%;
	border: 1px solid #f1f1f1;	
	background-color: #fff;
}
h2 {
	background-color: #f9f9f9;
    border-radius: 5px;
    color: #ff9900;
    font-weight: bold;
    padding: 5px;
}
#seccionesgrados th {
	background-color: #f9f9f9;
	font-weight: 100;
	color: #909090;
	border-bottom: solid 2px #D2D2D2;
	border-right: 1px dotted #cccccc;
}
#seccionesgrados td {
	background-color: #fff;
	font-weight:100;
}
#seccionesgrados table tr td, th {
	border-style: dashed;
	border-color: #ccc;
	border-width: 0 0 thin;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
}
/*#seccionesgrados table {
	box-shadow:
	-webkit-box-shadow: 3px 0px;
	box-shadow: 3px 3px 5px #D2D2D2;
	-webkit-box-shadow: 3px 3px 5px #D2D2D2;
}*/
#seccionesgrados h4 {
	color: #F88D03;
	font-weight: normal;
}
#seccionesgrados ul li {
    display: inline;
    margin-bottom: 5px;
    margin-right: 7px;
}
#seccionesgrados ul li a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f88d03;
    padding: 5px;
    border-radius: 3px;
}
#seccionesgrados ul li a:hover{
	background-color: #909090;
}

#pasonumero {
    background-color: #f2f4f9;
    color: #354055;
    font-size: 2em;
    margin-top: 10px;
    padding: 0 5px 5px;
    border-radius: 3px;
    border-bottom: solid orange 1px;
}
#textopaso {
	float: left;
	margin-left: 10px;
    margin-top: 10px;
}
#textopaso ul li {
	display: list-item;
	list-style:circle;
}
#pasos {
	overflow: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px dashed #CCCCCC;
	margin-top: 10px;
}
#textopaso a {
	color: #FFFFFF;
	background-color: #F88D03;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 3px;
	text-decoration: none;
}
#textopaso a:hover {
		background-color: #909090;

}
.informes {
	border-color: #cccccc;
    border-style: dashed none;
    border-width: 1px;
    font-size: 0.9em;
    padding: 1%;
}
.destacado {
   background-color: #909090 !important;
    border: 2px solid #cccccc !important;
    border-radius: 10px;
    color: #ffffff;
}
.enlace {
	text-decoration: none;
	font-weight: bold;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #ff9900 !important;
    font-weight: normal;
    text-decoration: none;
}

.enlace:hover {
	border-bottom: 1px dotted #ff9900;
    border-radius: 0 !important;
    color: #666666 !important;
    padding-bottom: 0 !important;
    text-shadow: 1px 1px 2px #cccccc;
}
.vencido {
	color: #F88D03;
}
.descargar{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f88d03;
	padding: 1px 5px;
    border-radius: 3px;
	font-size: 0.9em;
}
.descargar:hover{
	background-color: #909090;
}

/* estilos del accordion para el video*/
.block {
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px dashed #D2D2D2;
}

.block1 {
	background-color: #FFFFFF;
}



.block-wrapper {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: left;
}

.block-wrapper label {
	padding: 5px 10px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #333;
	line-height: 30px;
	font-weight: normal;
	text-shadow: 0px 0px;
}

.block-wrapper label:hover {
	background-color: #ccc;
	color:#333;
	border-radius: 5px;

}

.block-wrapper input:checked + label,
.block-wrapper input:checked + label:hover {
	background-color: #f2f2f2;

}

.block-wrapper input {
	display: none;
}

.block-wrapper .block-content {
	background-color: #fff;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	   -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	     -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	        transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-webkit-border-radius: 2px;
            border-radius: 2px;
}

.block-wrapper input:checked ~ .block-content {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	   -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	     -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	        transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.block-wrapper input:checked ~ .block-content {
	height: auto;
}

/* -- - - - - - -- FIN estilos del accordion para el video*/


#seccionesgrados form {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	border-radius: 5px;
}
#seccionesgrados form select {
	background-color: #ffffff;
    border: 1px solid #dcdcdc;
    font-size: 0.95em;
    height: 35px;
    padding: 3px;
	color: #333333;
}
#seccionesgrados form input {
	background-color: #f88d03;
    border: none;
    border-radius: 7px;
    color: #ffffff;
    font-size: 1em;
    padding: 5px;
}
#seccionesgrados form input:hover {
	background-color: #909090;
}
.btn_otros {
	background-color: #788AA6 !important;
	border-radius: 5px;
	color: #ffffff !important;
	cursor: pointer;
	padding: 3px;
	position: relative;
	width: auto;
	text-decoration: none;
	font-size: 1em;
	border: 1px solid rgba(255, 255, 255, 0.4)!important;
	font-weight: 600;/*	  top: 25px;
*/}
.btn_otros:hover {
	color: #fff;
	background-color: #354055 !important;
	 border: 1px solid rgba(255, 255, 255, 1.0);
}
