@charset "utf-8";
@import url('menu.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');

* {box-sizing: border-box;}
a {text-decoration: none;}
body {
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
img {
	border: 0 none;
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,.video-container object,.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header {
	width: 100%;
	height: 130px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
	z-index: 200;
	position: fixed;
	float: left;
	border-bottom: 4px solid #d64a4a;
}
h1 {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 20px 0 0 0;
	color: #606060;
}

/*h1.containerH1 {
	color: #606060;
	margin-top: 20px;
}*/
.breadcrumbH1 {padding-top: 10px;} 
.breadcrumbH1 a {color: #8e8e8e;} 
.breadcrumbH1 a:hover {color: #d64a4a; border-bottom: 1px solid #d64a4a} 

h2 {
	font-size: 25px;
	width: 100%;
	margin: 15px 0;
	padding: 0 0 0 15px;
	color: #606060;
}
h2 a {
	color: #606060;
	text-decoration: none;
}
h2 a:hover {
	border-bottom: 1px solid #606060;
}
/*p.tituloporimagen {
	font-size: 32px;
	font-weight: bold;
}
div.items div.item {
	height: 300px;
}*/

.logo {
	float: left;
	width: 50%;
	padding: 15px 0 10px 20px;
	margin: 0;
}
.logo_sec {
	float: left;
	text-align: left;
	width: 190px;
	height: 110px;
	margin: 10px 0 0 0;
	padding: 0;
}
.logo_3 {
	position: absolute;
	right: 78px;
	top: 42px;
	display: none;
}
.logo_4 {
	position: absolute;
	right: 78px;
	top: 42px;
	display: none;
}
.cabezal {
	float: right;
	width: 25%;
	padding: 15px 0 10px 0px;
	margin: 0;
}
.menusup {
	display: flex;
	justify-content: flex-end;
	padding: 4px 15px 7px 0;
	background-color: #2b2b2b;
}
.menusup ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}
.menusup a {
	color: #fff;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.menusup a:hover {
	color: #ebebeb;
}
#search-sector1 {
	width: 100%;
}
#search-sector1 form {
	margin: 3px 0 10px 0;
}
#search-sector1 label {
	display: none;
}
#query1 {
	float: left;
	width: 80%;
	height: 35px;
	margin: 0;
	padding: 4px 5px;
	font-size: 13px;
	color: #000;
	border: 1px solid #ccc;
	border-right: none;
}
#search-image1 {
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../img/lupa.png) center center no-repeat;
	border: 1px solid #ccc;
	border-left: none;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
}
#search-button1 {
	display: block;
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../img/lupa.png) center center no-repeat;
	border: 1px solid #ccc;
	border-left: none;
	overflow: hidden;
	color: transparent;
	cursor: pointer;
	width: 40px;
}
#menutoggle {
	width: 100%;
	display: block;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.menuprincipal {
	float: left;
	text-align: left;
	width: 100%;
	font-size: 80%;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 40px;
}
.menuprincipal li {
	display: inline-block;
	padding: 0;
	margin: 0 1px 0 0;
}
.menuprincipal li:nth-child(1) div.mega-item {
	border-top: 3px solid #d64a4a;
}
.menuprincipal li:nth-child(2) div.mega-item {
	border-top: 3px solid #5fa544;
}
.menuprincipal li:nth-child(3) div.mega-item {
	border-top: 3px solid #008dd9;
}
.menuprincipal li:nth-child(4) div.mega-item {
	border-top: 3px solid #9128e0;
}
.menuprincipal li:nth-child(5) div.mega-item {
	border-top: 3px solid #e84e0e;
}
.menuprincipal li:nth-child(6) div.mega-item {
	border-top: 3px solid #d12ad1;
}
.menuprincipal li:nth-child(7) div.mega-item {
	border-top: 3px solid #008DD9;
}
#topmenu2 > ul li.selected > div {
	text-transform: none;
    font-weight: bold;
    font-size: 11px;
}
.mega-item>div>ul>li:nth-child(1) {
	display: none;
}
.menuprincipal a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
}
.menuprincipal li:nth-child(1) a {
	color: #fff;
	background: #d64a4a;
}
.menuprincipal li:nth-child(2) a.active {
	color: #fff;
	background: #5fa544;
}
.menuprincipal li:nth-child(3) a.active {
	color: #fff;
	background: #008DD9;
}
.menuprincipal li:nth-child(4) a.active {
	color: #fff;
	background: #9128e0;
}
.menuprincipal li:nth-child(5) a.active {
	color: #fff;
	background: #e84e0e;
}
.menuprincipal li:nth-child(6) a.active {
	color: #fff;
	background: #d12ad1;
}
.menuprincipal li:nth-child(7) a.active {
	color: #fff;
	background: #008DD9;
}
.colizq {
	float: left;
	width: 0px;
	height: 0px;
	margin: 130px 0 0 0;
	padding: 0;
	display: none;
}
.colcentral {
	float: left;
	width: 100%;
	margin-top: 160px; /* ver si es posible para todos los casos */
   	padding: 0 15px;
	overflow: hidden;
}
.home.colcentral {
    width: 77%;
    padding: 0 15px;
    margin: 140px 0 90px 0;
}
.colcentral.secundaria {
	float: left;
	width: 750px;
	margin-right: 50px;
}
.colder.secundaria {
	float: left;
	width: 250px;
	margin: 230px 0 0 0; 
}
.colder.asclyr {
	float: left;
	width: 250px;
	margin: 230px 0 0 0;
}
.colder.museos {
	float: left;
	width: 250px;
	margin: 230px 0 0 0;
}
.colcentral.sincolder {
	float: left;
	width: 1100px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.colder.sincolder {
	display:none;
}
.colcentral.museos {
	width: 75%;
}
.colcentral.directorio {
	width: 75%;
}
.colder {
	float: left;
	width: 22%;
	margin: 140px 0 0 0;
}
.menuvertical {
	float: left;
	width: 100%;
	margin: 10px 0 15px 0;
	padding: 0;
	text-align: center;
	font-size: 17px; 
	font-weight: bold;
}
.menuvertical ul {
	margin: 0;
	padding: 0;
}
.menuvertical li {
	list-style: none;
	padding: 15px 0;
	font-size: 0.77em;
	vertical-align: middle;
	border-bottom: 1px solid #F2ADAD;
}
.menuvertical li:first-child {
	border-top: 1px solid #F2ADAD; 
}
.menuvertical a {
	color: #d64a4a;
	text-decoration: none;
	text-transform: uppercase;
}
.menuvertical a:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #d64a4a; 
}
.destacados {
	width: 100%;
	margin: 0;
	padding: 0 0 0 5px;
}
.destacados p {
    padding: 25px 10px 10px 10px;
    margin: 0px;
    font-size: 15px;
    color: #d64a4a;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}
.destacadosmenu ul {
	margin: 0;
	padding: 2px 0 9px 0;
}
.destacadosmenu li {
	list-style: none;
	margin: 0;
	padding: 3px 0;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
}
.destacadosmenu a {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
.home .destacados {
	width: 100%;
	/*margin: 0;*/
	padding: 0 10px 20px 5px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ecb0b0;
}
.home .destacados form {
    text-align: center;
}
.destacadosmenu a:hover {
	color: #C80733;
	background-color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
.destacadostxt {
    font-size: 11px;
    color: #000;
    margin: 0 0 13px 0;
    padding: 0 0 0 10px;
    text-align: left;
}
/* suscripción a boletín */
.home form {
	display: flex;
}
.home input {
	width: 200px;
	font-size: 16px;
	padding: 5px;
	margin: 0 0 0 5px;
}
.home #dialog {
    color: #0f49e8;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
}
.destacados input[type=text] {
    width: 65%;
    margin: 0 5px 0 10px;
    font-size: 11px;
}
.destacados input[type=submit] {
    width: 22%;
    margin: 0;
    font-size: 11px;
}
.contents-rotator {
    width: 100%;
    overflow: hidden;
    position: relative;
    /*padding: 15px 0 0 0;*/
}
.contents-rotator div.items {
	width: 100%;
}
.contents-rotator div.items div.item {
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
    position: absolute;
}
.contents-rotator div.items div.item div.item-title {
	position: relative;
	top: 25px;
	left: 15px;
	font-family: 'PT sans', sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #ffffff;
	display: none;
}
.contents-rotator div.items div.item div.item-picture {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 0 none;
	border-image: none;
	border-top: 0 none;
	float: left;
	width: 100%;
}
.contents-rotator div.items div.item div.item-picture img {
	border: medium none; 
	width: 100%; 
	padding-top: 15px; 
}
.contents-rotator div.items div.item div.item-picture img:hover {
}
.contents-rotator div.items div.item div.item-text {
	float: left;
	padding: 5px;
	width: 360px;
	height: 300px;
	position: relative;
	display: none;
}
.contents-rotator div.items div.item:nth-child(1) div.item-text {
	background-color: #004a81;
}
.contents-rotator div.items div.item:nth-child(2) div.item-text {
	background-color: #FFAF3E;
}
.contents-rotator div.items div.item:nth-child(3) div.item-text {
	background-color: #0594CE;
}
.contents-rotator div.items div.item:nth-child(4) div.item-text {
	background-color: #c30;
}
.contents-rotator div.items div.item:nth-child(5) div.item-text {
	background-color: #004a81;
}
.contents-rotator div.items div.item:nth-child(6) div.item-text {
	background-color: #FFAF3E;
}
.contents-rotator div.items div.item:nth-child(7) div.item-text {
	background-color: #0594CE;
}
.contents-rotator div.items div.item:nth-child(8) div.item-text {
	background-color: #c30;
}
.contents-rotator div.items div.item:nth-child(9) div.item-text {
	background-color: #004a81;
}
.contents-rotator div.items div.item:nth-child(10) div.item-text {
	background-color: #FFAF3E;
}
.contents-rotator div.items div.item div.item-text div.item-title {
	color: #000000;
	display: block;
	font-size: 10pt;
	font-weight: bold;
}
.contents-rotator div.items div.item div.item-text div.item-title a {
	color: #ffffff;
	display: block;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	display: none;
}
.contents-rotator div.items div.item div.item-text div.item-title a:hover {
	color: #ffffff;
	display: block;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}
.contents-rotator div.items div.item div.item-text div.item-description {
	width: 305px;
	position: relative;
	top: 40px;
	left: 25px;
	font-family: 'PT sans', sans-serif;
	font-size: 12pt;
	color: #ffffff;
	font-weight: normal;
}
.contents-rotator div.items div.item div.item-text div.see-more {
	color: #000000;
	float: right;
	font-size: 12px;
	display: none;
}
.contents-rotator div.stop1,.contents-rotator div.stop2,.contents-rotator .stop3,.contents-rotator .stop3,.contents-rotator .stop4 {
	clear: both;
}
contents-rotator div.item-selector {
    width: 100%;
    padding: 0; 
}
.contents-rotator div.rotator-pause {
	display: block;
	position: relative;
}
.contents-rotator div.item-selector li.selected-item {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-weight: bold;
	background-color: #EBEBEB;
}
.contents-rotator div.item-selector li a {
	color: #000000;
	text-decoration: none;
	font-family: 'PT sans', sans-serif;
	font-size: 12px;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.contents-rotator div.next-item {
	position: absolute;
	top: 180px;
	left: 810px;
	display: none;
}
.contents-rotator div.previous-item {
	position: absolute;
	top: 180px;
	left: 30px;
	display: none;
}
.contents-rotator div.rotator-pause {
	display: none;
}
.contents-rotator div.item-selector ul {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
}
.contents-rotator div.item-selector li {
	display: inline-block;
	position: relative;
	border: solid 1px #CCC;
	cursor: default;
	padding-top: 1px;
}
.notimg {
    float: left;
    text-align: left;
    width: 32.3%;
    max-width: 500px; 
    height: 320px;  
    margin-bottom: 12px;
    border: 1px solid #ebebeb;
}
.home-notimgboxes > .homeimgbox:nth-child(2),
.home-notimgboxes > .homeimgbox:nth-child(5),
.home-notimgboxes > .homeimgbox:nth-child(8),
.home-notimgboxes > .homeimgbox:nth-child(11),
.home-notimgboxes > .homeimgbox:nth-child(14),
.home-notimgboxes > .homeimgbox:nth-child(17),
.home-notimgboxes > .homeimgbox:nth-child(20),
.home-notimgboxes > .homeimgbox:nth-child(23),
.home-notimgboxes > .homeimgbox:nth-child(26),
.home-notimgboxes > .homeimgbox:nth-child(29),
.home-notimgboxes > .homeimgbox:nth-child(32),
.home-notimgboxes > .homeimgbox:nth-child(35),
.home-notimgboxes > .homeimgbox:nth-child(38),
.home-notimgboxes > .homeimgbox:nth-child(41)
{margin: 0 1.5% 12px 1.5%;}
.notimg img {
	width: 100%;
}
.notimg:hover {
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}
.secundaria .notimg {
    width: 25%;
    margin: 0 1% 25px 1%;
    padding: 25px 0;
    height: auto;
}
.sincolder .notimg {
    width: 20%;
    margin: 0 1% 25px 1%;
    padding: 25px 0 0 0;
}
.sincolder .notimg:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.museos .notimg {
	height: 330px;
}

.directorio .notimg {
    height: 430px;
}

.nottituloppal {
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 20px 0 0 0;
	padding: 0 15px;
	width: 100%;
	float: left;
}
.nottituloppal a {
	color: #000;
	text-decoration: none;
}
.nottituloppal a:hover {
	color: #666;
	text-decoration: underline;
}
.secundaria .nottituloppal {
	display: none;
}
.secundaria .menuseccion {
	width: 100%;
	max-width: initial;
}
.nottxtppal {
	text-align: left;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 5px 15px 0 15px;
	width: 97%;
	float: left;
}
.nottxtppal a {
	text-decoration: underline;
}
.nottxtppal a:hover {
	color: #666;
	text-decoration: underline;
}
.nottitulo {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #606060;
    margin: 7px 0 0 0;
    padding: 0;
}
.nottitulo a {
	color: #d64a4a;
	border-bottom: 1px solid #d64a4a;
}
.nottitulo a:hover {
	color: #606060;
	border-bottom: none;
}
.nottxt {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #000;
    margin: 3px 0;
    padding: 0 20px 0 0px;
}
.nottxt a {
	color: #d64a4a; 
	border-bottom: 1px solid #d64a4a;
}
.nottxt a:hover {
	color: #606060;
	border-bottom: 1px solid #606060;
}
.nottxt li {
	list-style-image: url("http://www.mec.gub.uy/mecweb/img/vineta-educacion.png");
	line-height: 20px;
	padding: 0 0 15px 0;
}
.nottxt img {
	vertical-align: text-bottom;
}
.contenedortxt {
	width: 800px;
}
.contenedortxt a {
	color: #d64a4a;
	border-bottom: 1px solid #d64a4a;
}
.contenedortxt a:hover {
	color: #606060;
}
.ampliar {
    float: left;
    text-align: right;
    width: 100%;
    height: 35px;
    padding: 8px 15px 10px 15px;
    margin: 15px 0 0 0;
    font-size: 15px; 
    border: 1px solid #ebebeb;
}
.ampliar a {
	color: #d64a4a;
	text-decoration: none;
	font-weight: bold;
}
.ampliar a:hover {
	color: #666;
}
.ampliar:hover {
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
	box-shadow: 2px 2px 5px #ccc;
}
.banner {
    float: left;
    text-align: center; 
    margin: 0;
    padding: 0;
    width: 100%;
}
.banner img {margin-top: 40px;}

.txtampliacion {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 30px;
  /*text-align: justify; 
    letter-spacing: normal;*/
}
.txtampliacion a {
	color: #d64a4a;
	text-decoration: none;
	border-bottom: 1px solid #d64a4a;
}
.txtampliacion a:hover {
  /*border-bottom: 1px solid #d64a4a;
	color: #666;*/
	border-bottom: none;
}

.extrastit:first-child {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 10px 0;
	color: #d64a4a;
	border-bottom: 1px solid #d64a4a;
}

.extrastit {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 60px 0 10px 0;
	color: #d64a4a;
	border-bottom: 1px solid #d64a4a;
}

/*.adjuntos {
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 25px;
}
.adjuntos a {
	color: #606060;
	text-decoration: underline;
}
.adjuntos a:hover {
	color: #d64a4a;
	text-decoration: none;
}
.adjuntos img {
	float: left;
	margin: 0 5px 0 0;
}*/
.adjuntos {
	float: left;
	text-align: left;
	width: 270px;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #000;
}

.adjuntos a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.adjuntos a:hover {
	color: #d64a4a;
	background-color: #fff;
	text-decoration: underline;
}

.adjuntos img {
	float: left;
	margin-right: 3px;
}

.adjuntostxt {
	float: left;
	padding: 5px 0 0 0;
	width: 150px;
}

.fecha {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #d64a4a;
    line-height: 20px;
    margin-top: 10px;
}
#fecha-actualizacion {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 30px 0;
    padding: 0 30px;
}
div#galeria {
    width: 100%;
}
img.imagen_galeria {
	float: left;
	margin: 3px;
	padding: 5px 5px 5px 0;
	width: 185px;
}
.colgado {
	float: left;
	width: 100%;
	color: #606060;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	display: none;
}
.home .colgado {
	font-size: 10px;
	font-weight:normal;
	color: #606060;
	display: none;
}
.sincolder .colgado {
	display: none;
}
.sincolder .nottituloppal {
    display: none;
}
.sincolder .nottxtppal {
    display: none;
}
.sincolder .notimg {
	height: auto;
	border: none;
}
.audiocontenedor {
	margin: 20px 0 0 0;
}
.audiotoptitle {
	color: #565656;
	font-size: 15px;
	margin: 0 0 10px 0;
}
audio {
	width: 65%;
}
.colextras audio,
.colextras .audiotoptitle {
	display: none;
}
/*.ico-llamado-file {
	width: 30px !important;
	margin: 0 !important;
	height: 23px !important;
}*/
.paginador {
	float: left;
	width: 800px;
	height: auto;
	font-size: 10pt;
	color: #606060;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 20px 0 0 0;
}
.paginadorNumero {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #d64a4a;
    padding: 5px 0 0 0;
    margin: 0 10px 0 0;
    text-align: center;
}
.paginadorNumeronolink {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #606060;
	background-color: #EBEBEB;
	color: #000;
	padding: 3px 0 0 0;
	margin: 0 10px 0 0;
}
.paginadorNumero a {
	color: #d64a4a;
	text-decoration: none;
}
.paginadorNumero a:hover {
	color: #606060;
	text-decoration: underline;
}
.pie {
    float: left;
    /* background-color: #2b2b2b; */
	background-color: #d64a4a;
    width: 100%;
    margin-top: 100px;
    padding: 40px 15px 50px 15px;
}
.pie-izq {
	float: left;
	color: #fff;
	width: 50%;
}
.pie-centro {
	float: left;
	background-color: #A4A1A1;
	width: 50%;
}
.pie-der {
	float: left;
	background-color: #ECEAEA;
	width: 100%;
}
.copyright {
    width: 33%;
    font-size: 15px;
    color: #ffffff;
    margin: 0 10px 0 0;
    padding: 0 0 0 20px;
    line-height: 20px;
}
.copyright a {
	color: #ffffff;
	text-decoration: none;
}
.copyright a:hover {
	border-bottom: 1px solid #ffffff;
}
.mec-centro-container {
	max-width: 1050px;
}
#contenedor_agenda {
	width: 100%;
	margin: 0;
	/*border-top: 1px solid #ecb0b0;*/
	border-bottom: 1px solid #ecb0b0;
	padding: 10px 15px 20px 15px;
}

#contenedor_agenda h2 {
	color: #d64a4a;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
}
#contenedor_agenda .agenda {
	font-size: 18px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#contenedor_agenda .agenda ul li {
	list-style-type: none;
}
#contenedor_agenda span.day {
	background-color: #ffffff;
	color: #555555;
	float: left;
	font-size: 15px;
	margin-top: 1em;
	text-align: left;
}
#contenedor_agenda span.hours {
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	white-space: nowrap;
}
#contenedor_agenda .agenda p {
	background-color: rgba(0, 0, 0, 0);
	color: #00316F;
	font-size: 0.7em;
	line-height: 1.3;
	margin-bottom: 1.4em;
	padding-left: 0.3em;
	text-align: left;
}
#contenedor_agenda .agenda a {
	font-size: 15px;
	color: #666666;
	text-decoration: none;
}
#contenedor_agenda .agenda a:hover {
	color: #d64a4a;
	text-decoration: underline;
}
.agendatitulo a {
	float: left;
	padding: 10px 0 0 0;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.agendatitulo a:hover {
	color: #d64a4a;
	text-decoration: underline;
}
.agendatxt {
	float: left;
	margin: 10px 0 0 0;
	font-size: 14px;
}
#type-innova-form {
    max-width: 750px;
}
li.todasactividades {
	text-align: right;
}
#contenedor_agenda .agenda li.todasactividades a {
	color: #d64a4a;
	font-size: 15px;
	padding-right: 0;
}
<!-- menu noticias -->.tituloseccion {
	width: 1000px;
	height: 40px;
}
.tituloseccion p {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: bold;
    padding: 4px 0 0 0;
    color: #606060;
}
.menuseccion {
    float: left;
    color: #d64a4a;
    line-height: 35px;
    margin: 5px 0 15px 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    max-width: 1050px;
}
.menuseccion a {
	color: #606060;
	font-weight: normal;
	text-decoration: none;
}
.menuseccion a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}
.tituloseccion {
	
}
.menuConvocatoria {
	float: left;
	width: 750px;
	color: #606060;
	margin: 5px 0 10px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #EBEBEB;
}
.menuConvocatoria a {
	color: #606060;
	font-weight: normal;
	text-decoration: none;
}
.menuConvocatoria a:hover {
	color: #666;
	text-decoration: underline;
}
.submenuseccion {
	border-bottom: 1px solid #cc3300;
	float: left;
	margin: 20px 0 0;
	padding: 0;
	text-align: left;
	width: 735px;
}
.submenuseccion a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.submenuseccion a:hover {
	color: #c30;
	font-weight: normal;
	text-decoration: underline;
}
.itemMES {
	float: left;
	font-size: 8pt;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 10px 25px 0 0;
}
.item3col {
	background-image: url("http://www.mec.gub.uy/mecweb/img/vineta_seccion.gif");
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	text-align: left;
	padding: 0 15px 0 15px;
	margin: 0;
}
.filalogos .logos {
	float: left;
}
.notsolotxt {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
}
.notsolotxt .nottituloppal {
	padding: 2px 0 0 0;
}
.notsolotxt  .nottxtppal{
	padding: 2px 0 0 0;
}
.cont-ppal {
	float: left;
	padding: 0;
	margin-top: 15px;
	width: 100%;
}
/*.cont-ppal img {
	width: 100%;
	height: auto;
}*/
.cont-ppal p {
	padding:0;
	margin:0;
}
.asclyr .cont-ppal {width:700px;}
.asclyr .cont-ppal p {padding: 3px;}
.secundaria .cont-ppal {width:750px;}
.secundaria .cont-ppal p {padding: 3px;}

#resmenu {
	display: none;
	height: 30px;
	width: 30px;
	margin-top: 12px;
	margin-right: 25px;
	cursor: pointer;
}
#resmenu2 {
	display: none;
	height: 30px;
	width: 30px;
}
#resmenu div {
	border-bottom: 4px solid black;
	height: 5px;
	margin: auto;
	padding: 3px;
	position: relative;
	width: 100%;
}
#resmenu2 div {
	border-bottom: 4px solid white;
	height: 10px;
	margin: auto;
	width: 5px;
}
#lupa {
	background: rgba(0, 0, 0, 0) url("../img/lupa.png") no-repeat scroll center center;
	display: none;
	height: 30px;
	float: right;
	width: 35px;
	margin-top: 15px;
	cursor: pointer;
}
.mega-item {
	position: absolute;
	top: 30px;
	background-color: #ffffff;
	margin-top: -10px;
	padding: 0;
	border: 1px solid #c5c5c5;
	font-size: 11px;
	z-index: 500;
	width: 250px;
	-webkit-box-shadow: 1px 1px 3px #606060;
	-moz-box-shadow: 1px 1px 3px #606060;
	box-shadow: 1px 1px 3px #606060;
}
.nav-column {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 15px 0;
	padding: 0;
}
.nav-column>ul {
	padding: 5px 0 0 20px;
}
.nav-column>ul>li {
	line-height: 30px;
}
.mega-item>.nav-column>ul>li {
	display: block;
	text-align: left;
}
.mega-item>.nav-column>ul>li>a {
	background: transparent;
	color: #000000;
	text-transform: none;
	padding: 0;
}
.mega-item>.nav-column>ul>li>a:hover {
	background: transparent;
	color: #7C7C7C;
	text-decoration: underline;
}
.right0-item {
	right: 0;
}
.menuprincipal li {
	position: relative;
}
.mega-item-columns1 {
	width: 300px;
}
.mega-item-columns2 {
	width: 450px;
}
.mega-item-columns3 {
	width: 450px;
}
.mega-item-columns4 {
	width: 750px;
}
.mega-item-columns5 {
	width: 700px;
}
.mega-item:HOVER~.nav-item-a {
	background: #666666;
}
#menusup ul {
	margin: 0;
}
.panel-logos {
	float: left;
	width: 100%; 
	padding: 20px;
}
.titulo-al-pie {
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 10px;
}
fieldset {
	display: block;
	-webkit-margin-start: 2px;
	-webkit-margin-end: 2px;
	-webkit-padding-before: 0.35em;
	-webkit-padding-start: 0.75em;
	-webkit-padding-end: 0.75em;
	-webkit-padding-after: 0.625em;
	min-width: -webkit-min-content;
	border: none;
}
#type-innova-form ul li,#confirmstep ul li {
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 800px;
}

div#type-innova-form li label,div#type-innova-form li div.form-fields {
	display: inline-block;
	-display: inline;
}
div.form-fields {
	width: 100%;
}
div#type-innova-form li label {
	width: 100%;
	padding: 10px 0;
}
div#type-innova-form div#captcha-place {
	display: block;
	width: 100%;
	text-align: center;
}
div#type-innova-form div#captcha-img {
	width: 100%;
}
div#type-innova-form div#refresh-text {
	margin-top: 10px;
	width: 100%;
}
div#refresh-text a {
	color: #d64a4a;
	text-decoration: none;
}
div#refresh-text a:hover {
	color: #666;
	text-decoration: underline;
}
div#type-innova-form div#refresh-icon {
	display: none;
}
div#type-innova-form div#captcha-text {
	margin-top: 30px;
	width: 100%;
}
div#type-innova-form div#captcha- {
	width: 100%;
}
div#type-innova-form label {
	vertical-align: top;
	font-weight: bold;
}
div#type-innova-form div.submit {
	width: 100%;
	text-align: center;
}
div#type-innova-form div#messages {
	margin: 0 0 55px 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 15px;
	color: #F00;
}
div#type-innova-form span {
	display: block;
	margin: 5px 0;
}
div#type-innova-form div#inputstep label {
	width: 97%;
	font-weight: normal;
	padding: 0 0 0 3px;
}
div#type-innova-form div#form-body {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
}
div#type-innova-form div.form-checks {
	margin-left: 31%;
}
div#type-innova-form div.form-radios {
	margin-top: 15px;
	margin-left: 0;
}
li.check fieldset {
	width: 94.5%;
	border: 1px solid #c3c3c3;
	margin: 15px 0 0 0;
	padding: 0 20px 20px 5px;
}
li.check fieldset legend {
	background-color: #fff;
	padding: 0 15px 0 5px;
	margin: 0;
	font-weight: bold;
}
li.radio fieldset {
	width: 94.5%;
	border: 1px solid #c3c3c3;
	margin: 35px 0 0 0;
	padding: 0 20px 20px 5px;
}
li.radio fieldset legend {
	background-color: #fff;
	padding: 0 15px 0 5px;
	margin: 0;
	font-weight: bold;
}
.form-description {
	font-size: 16px;
}
.form-leyend {
	font-size: 13px;
	color: #666;
}
.form-leyend em {
	font-weight: bold;
	color: #d64a4a;
}
.form-fieldset-submit {
	border: none;
}
.fieldconfirm {
	width: 100%;
}
form#idform em {
	color: #FF0000;
	font-weight: bold;
}
input {
    color: #000000;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #c3c3c3;
}
input#sendbutton {
	width: fit-content;
}
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 10px;
	border: 1px solid #c3c3c3;
}
input#captchafield {
	margin-top: 20px;
	padding: 7px;
}
.msg {
	line-height: 25px;
}
.home input {
	width: 200px;
	font-size: 16px;
	padding: 5px;
	margin: 0 0 0 10px;
}
.itemPADRE {
	float: left;
	color: #606060;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	margin: 0;
	padding: 10px 37px 0 0;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #EBEBEB;
}
.itemPADRE:last-child {
	padding-right: 0;
}
.itemPADRE a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
.itemPADRE a:hover {
	text-decoration: underline;
}
.sectorNoticia {
	float: left;
    width: 100%;
	text-align: left;
	margin: 0 0 35px 0;
	padding: 0;
}
.publicaciones {
	float: left;
	width: 770px;
	min-height: 90px;
	margin: 10px 0;
	padding: 0 0 0 10px;
	border-left: 1px solid #cccccc;
}
.contenidoNoticia {
    float: left;
    width: 100%;
    min-height: 90px;
    border-right: 1px solid #cccccc;
    max-width: 750px;
    padding-right: 30px; 
}
.contenidoNoticia .colgado,
#contGaleria .colgado {
	padding-left: 0;
}

.contenidoNoticia .fecha {
	margin: 0;
}
.contenidoNoticia .nottxt {
	padding: 0;
}
.contenidoNoticia > div.nottxt > table tr td:nth-child(1) {width: 25%;}
.fldwrapper .sectorNoticia {
	width: 100%;
}
.fldwrapper .colextras {
	padding: 0;
    max-width: unset;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    float: none;
    min-width: 100px;
}
.fldwrapper .contenidoNoticia {
    border-right: 0;
    border-left: 1px solid #cccccc;
    margin-left: 15px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    min-height: auto;
}
.sectorConvocatoria {
	float: left;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.contenidoConvocatoria {
	float: left;
    width: 100%;
    min-height: 90px;
    padding: 0;
    border-right: 1px solid #cccccc;
    max-width: 750px;
}
.sectorConvocatoria .colextras {
    margin-top: 10px;
}
.colextras {
	float: left;
    width: 100%;
    text-align: left;
    padding: 0 15px;
    max-width: 300px;
}
.colextras > img {
	/* display: none; */
}
#fichalugar li {
	list-style: none;
	padding-left: 0px;
	font-size: 12px;
}
#fichalugar ul li {
	line-height: 0px;
}
#fichalugar li span:FIRST-CHILD {
	font-weight: bold;
	line-height: 20px;
}
#jquery-lightbox {
	top: 140px !important;
}
.contents-rotator div.items div.item.active {
    position: relative;
}

@media screen and (max-width: 1200px) {
	.colizq {
		width: 0;
		display: none;
	}
	.colextras {
		max-width: 210px;
	}
}
@media screen and (max-width: 993px) {
	.header {
		height: auto;
	}
	.colcentral {
		margin-top: 100px;
	}
	.colextras {
		max-width: 300px;
	}
	.cabezal {
		width: 100%;
		padding: 0;
	}
	.logo {
		width: 40%;
		margin: 0 0 0 15px;
		padding-left: 0;
	}
	#query1 {
		height: 30px;
		margin-left: 10px;
	}
	#search-image1 {
		height: 30px;
	}
	#search-button1 {
		height: 30px;
	}
	.menuprincipal {
	}
	.colizq {
		width: 0;
	}
	.colder {
		float: left;
		width: 100%;
		margin: 30px 0 0 0;
	}	
	.contenidoNoticia {
		border: none;
	}
	/*
	.colcentral .notimg:nth-child(odd) {
		float: right;
	}
	.colcentral .notimg:nth-child(even) {
		float: left;
	}
	.notimg {
	    width: 46%;
	    height: 350px;
	    overflow: hidden;
	    max-width: initial;
	    margin: 0 12px 12px 15px;
	}
	*/
	.notimg {
	    width: 47.7%;
	    height: 380px;
	    overflow: hidden;
	    max-width: initial;
	    margin: 0 0 15px 15px !important;
	}
	.secundaria .notimg {
	    width: 48%;
	    margin: 0 1% 12px 1%;
	    /* height: 200px; */
	}
	.panel-logos {
		text-align: center;
	}
	.colcentral.home {
		padding: 0;
		width: 100%;
		margin: 100px 0 0 0;
	}
	.copyright {
		width: 100%;
	}
	.publicaciones {
		border: none;
		width: 100%;
	}
	.contents-rotator .items .item div.item-picture img {
		width: 100% !important;
		padding-left: 0px !important;
	}
	.cont-ppal img {
		padding-left: 0px;
	}
	.tituloseccion p {
		margin: 20px 0 20px 20px;
	}
	#resmenu {
		display: block;
		float: right;
		margin-right: 15px;
	}
	#search-sector1 {
		position: relative;
		width: 100%;
		margin: 0 !important;
		padding-top: 25px;
		display: none;
	}
	#lupa {
		display: block;
	}
	.menuprincipal {
		position: relative;
		margin: 15px 0 0 0;
		padding: 0 10px;
		line-height: 25px;
	}
	.menuprincipal ul {
		padding: 0;
	}
	.menuprincipal ul li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.menuprincipal li:nth-child(1) div.mega-item {
		border-top: none;
	}
	.menuprincipal li:nth-child(2) div.mega-item {
		border-top: none;
	}
	.menuprincipal li:nth-child(3) div.mega-item {
		border-top: none;
	}
	.menuprincipal li:nth-child(4) div.mega-item {
		border-top: none;
	}
	.menuprincipal li:nth-child(5) div.mega-item {
		border-top: none
}
	.menuprincipal li:nth-child(6) div.mega-item {
		border-top: none;
	}
	.menuprincipal li:nth-child(7) div.mega-item {
		border-top: none;
	}
	.mega-item>div>ul>li:nth-child(1) {
		display: block;
	}
	.mega-item {
		border: none;
	}
}
@media screen and (max-width: 768px) {
	img {
		height: auto;
	}
	.logo {
		width: 60%;
		padding: 17px 0 0 15px;
	}
	.colizq {
		display: none;
	}
	.colcentral.home {
		width: 100%;
		text-align: left;
		overflow: hidden;
		margin-top: 80px !important;
		padding: 0;
	}
	.notimg {
		width: 47%;
		padding-bottom: 10px;
		margin: 0;
		height: 320px;
	}
	.notimg:nth-child(2n+1) {
		margin-right: 0 !important
}
	.nottituloppal {
		padding: 0 1em;
	}
	.nottxtppal {
		width: 100%;
		padding: 5px 15px;
	}
	.ampliar {
		width: 98%;
		margin: 10px;
	}
	.colder {
		margin-top: 50px;
	}
	.banner {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.home .destacados {
		width: 300px;
		margin: 0 auto;
		border-bottom: none;
	}
	.pie {
		padding: 15px 15px 40px 15px;
	}
	.pie-izq {
		width: 100%;
	}
	.pie-centro {
		width: 100%;
	}
	.copyright {
		font-size: 13px;
	}
	.menusup ul {
		width: 100%;
		padding: 0 0 0 32px;
	}
	.menusup ul li {
		width: 100%;
		text-align: -webkit-left;
		text-align: left;
		line-height: 20px;
	}
	.mega-item {
		position: relative;
		margin-top: 0px;
	}
	.nav-column {
		width: 100%;
	}
	#resmenu2 {
		background-color: #000000;
		display: block;
		height: 38px;
		position: fixed;
		top: 15px;
		width: 15px;
		cursor: pointer;
	}
	#menutoggle {
		display: none;
	}
	.menusup {
		width: 100%;
		display: none;
	}
	iframe {
		width: 100% !important;
		height: 300px;
	}
	.itemMES {
        width: 15%;
	}
	.fldwrapper .sectorNoticia {
		border-bottom: 1px solid #EBEBEB;
	}
	.fldwrapper .contenidoNoticia {
	    margin: 10px 0;
    	border: 0;
    	padding: 0;
	}
}
@media screen and (max-width: 480px) {
	h1 {
		font-size: 20px;
	}
	audio {
		width: 100% !important;
	}
	span {
		font-size: 18px !important;
	}
	.colcentral {
		width: 100% !important;
		padding: 0 10px;
		margin-top: 80px;
	}
	.colcentral.home {
		padding: 0;
	}
	.notimg {width: 100%; height: 450px; margin: 0 0 15px 0 !important; padding: 0 !important;}
	.notimg img { width: 100%; }
	.ampliar {
		width: 100%;
		margin: 20px 0 0 0;
		text-align: left;
	}
	.colder {
		width: 100%;
		margin: 40px 0 0 0;
	}
	.banner {
		width: 100%;
		height: auto;
		margin: 25px 0;
	}
	.agenda a {
		font-size: 18px !important;
	}
	.secundaria .notimg {
		width: 100%;
		padding-bottom: 10px;
		height: auto;
	}
	.sectorConvocatoria {
		width: 100%;
	}
	.contenidoConvocatoria {
		width: 100%;
		border: none;
	}
	.itemPADRE:nth-child(n+3) {
		display: none;
	}
	.itemMES {
		line-height: 10px;
		width: 15%;
	}
	.fecha {
		font-size: 15px;
	}
	.sectorNoticia,.contenidoNoticia,.nottitulo,.nottxt,.txtampliacion {
		width: 100%;
		margin-left: 0px;
	}
	.tituloseccion {
		margin-left: 0px;
	}
	.menuseccion {
		margin-left: 0px;
	}
	.nottxt table {
		width: 100%;
		table-layout: fixed;
	}
	.nottxt img {
		height: auto;
	}
	.contenidoNoticia {
		margin-right: 10px;
		border: none;
		padding-left: 0;
		margin-top: 15px;
	}
	.txtampliacion img {
		width: 100%;
		height: auto;
	}
	.colextras img {
	}
	#type-innova-form ul {
		padding: 0;
		margin: 0;
	}
	.copyright {
		width: 100%;
		font-size: 12px;
	}	
}
@media screen and (min-width: 1100px) {
	.colcentral {
	    padding-left: 85px;
    }
}
@media screen and (min-width: 1300px) {
	#colcentral.home > .homeimgbox:nth-child(2),
	#colcentral.home > .homeimgbox:nth-child(5),
	#colcentral.home > .homeimgbox:nth-child(8) {
	    /*margin: 0 1.5% 12px 1.5%;*/
	}	
	#colcentral > div:nth-child(8),
	#colcentral > div:nth-child(11) {
		/* float: right; */
	}
}

/***********************************************************************************************************************************/
/******************************************** CMEC *********************************************************************************/
/***********************************************************************************************************************************/
/* tablas */
table.sortable{
	margin:15px 0 0 0;
	width:  99%;
	border:1px solid #c6c6c6;
}
table.sortable tr td a{
	color: #333333;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}
table.sortable tr td a:hover{
	color: #93631C;
	font-weight: bold;
	text-decoration: underline;
	font-size: 15px;
}
table.sortable tr {
	padding:5px;
	border:1px solid #c6c6c6;
	border-bottom:none;
}

table.sortable tr td {
	padding:5px;
	border:1px solid #c6c6c6;
	border-bottom:none;
	border-right:none;
	font-size: 15px;
}

table.sortable tr td:first-child{
	border-left:none;
	border-right:none;
	width:240px;
	border-bottom:none;
	font-size: 15px;
}

table.sortable tr td:last-child{
	border-right:none;
	width:150px;
	font-size: 15px;
}

table.sortable .nombre,
table.sortable .cargo,
table.sortable .departamento,table.sortable .email,table.sortable .tel{
	border-top:none;
	padding:10px;
	padding-left:5px;
	background-color: #DEE1E8;
	font-size: 15px;
}

table.sortable .nombre a,
table.sortable .cargo a,
table.sortable .departamento a,table.sortable .tel a,table.sortable .email a{
	font-weight:bold;
	padding-right: 15px;
	cursor: pointer;
	text-decoration: none;
}

#topmenu2 > ul > li:nth-child(1),
#topmenu2 > ul > li:nth-child(1) > div > a {
	background: #d64a4a;
	color: #ffffff;
}