/** Fonts **/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;300;400;500;600;700;900&display=swap);
/* font-family: 'Encode Sans', sans-serif; */

body {
	margin: 0;
	font-family: 'Encode Sans', sans-serif;
	font-size: 12px;
	color: #AB0033;
	background: url('../img/bg2022.png') repeat-x top left;
}
a {
	color: #06791e;
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: #06791e;
	text-decoration: underline;
}
caption {
	text-transform: capitalize;
}
#wrapper {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
p {
	margin: 0;
	padding: 0;
	line-height: 14px;
}
input, select, textarea { 
	font-size: 12px; 
	font-family: 'Encode Sans', sans-serif;
	color: #000; 
	background-color: white; 
	border: #AB0033; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}
.titulo {
	font-weight: bold;
	font-size: 14px; 
	color: #AB0033;
	font-family: 'Encode Sans', sans-serif;
}
.titulosistema {
	font-family: 'Encode Sans', sans-serif;
	font-weight: bold;
	font-size: 25px; 
	color: #AB0033;
}
.errorcurp {
	font-size: 12px; 
	color: red; 
}
.modificar {
	font-weight: bold;
	font-size: 13px; 
	color: #006036; 
}
 td.azul {
 	border-top-style: solid; 
 	border-color: #005CB9; 
 	border-width: 3px;  
 	font-size: 12px; 
 	border-top-style: solid;
 }
 td.celeste {
	border-top-style: solid; 
 	border-color: #40B4E5; 
 	border-width: 3px;
 }
 .error {
        font-size:11px; 
        color:#B21C05;
} 
/************************* para el menu *************************/
#top {
	width: 960px;
	height: 25px;
	margin-top: 10px;
	text-align: right;
	line-height: 25px;
	color: #fff;
}
#top ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#top li {
	display: inline;
	margin: 0 0;
}
#top li:last-child {
	display: inline;
	margin: 0 0 0 0;
}
#top li.pipe {
	margin: 0;
}
#top li a {
	color: #fff;
	text-decoration: none;
}
#top li a:hover {
	color: #fff;
	text-decoration: underline;
}
/************************* termina para el menu *************************/
/************************* encabezado *************************/
#header {
	width: 960px;
	height: 118px;
	margin: 0;
	background: url('../img/LogoSIETAMSE2023.png') no-repeat top left;
}
/************************* termina encabezado *************************/
/************************* menu *************************/
#nav {
	width: 960px;
	height: 43px;
}
/************************* menu *************************/
/************************* Footer *************************/
#footer {
	overflow: hidden;
	padding-top: 80px;
}

#footer-links {
  background: #f5f5f5;
}

#footerescudo {
	width: 100%;
	height: 362px;
	background: url('../img/piedepaginaescudo2022.png') no-repeat center;
}

#footertextos {
	width: 100%;
	height: 83px;
	text-align: center;
	color: white;
	padding-top: 20px;
	background: url('../img/piedepagina2022.png') repeat-x top center;
}

#footertextos h2 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-family: 'Encode Sans', sans-serif;
  margin-bottom: 20px;
  padding-top: 20px;
  margin-top: 0;
}

#footertextos #info h2 {
  color: white;
}

#footertextos .menu li {
    display: block;
    line-height: 1.2;
    margin-bottom: 7px;
}

#footer .menu li a {
  color: #5c6670;
  font-size: 0.9em;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
}

#footertextos p {
  font-size: 11px;
  color: white;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-family: 'Encode Sans', sans-serif;
  font-weight: lighter;
  line-height: 23px;
}

/************************* Footer *************************/
#oficial {
	width: 390px;
	height: 123px;
	float: left;
	margin-top: 20px;
}
#oficial h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #006036;
	margin: 0;
	padding: 0;
}
#oficial h3 {
	font-size: 13px;
	font-weight: normal;
	color: #006036;
	margin: 0;
	padding: 0;
}
#oficial p {
    color: #006036;
	line-height: 13px;
	margin-top: 15px;
}
#site {
	width: 460px;
	height: 123px;
	float: right;
	margin-top: 20px;
}
#valid {
	width: 460px;
	margin-top: 90px;
	font-weight: bold;
	text-align: right;
}
#valid a {
	color: #ff6600;
	text-decoration: none;
}
#valid a:hover {
	color: #ff6600;
	text-decoration: underline;
}
#valid span {
	width: 10px;
	display: inline-block;
}
/************************* Footer *************************/

  H1.SaltoDePagina
 {
     PAGE-BREAK-AFTER: always
 }
