header {
	background:#00A499; /*Color encabezado*/
	color:#fff;
	border-width:1px 0 0;
}

.main {
	background:#FFFFFF;
}

.color1 {
	background: #394049;
	color:#fff;

}


aside {
	background:#394049;
	color:#fff;
}

footer {
	background:#00A499; /* color pie */
	color:#fff;
	display: block;
}	

/*Color naranjo, de los titulos*/
.sub_tit_superior {
	color: #00A499;
	padding-left: 2.5em;
	font-family: Arial, Helvetica,sans-serif;
	padding-top: 1em;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

----manu ---
body {margin: 0;}

ul.sidenav {
    list-style-type: none;
    margin: 1%;
    padding: 1%;
    width: auto;
    background-color: #FFFFFF;
    position: auto;
    height: auto;
    overflow: auto;
}

ul.sidenav li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
 
ul.sidenav li a.active {
    background-color: #00A499; /*menu selecionado*/
    color: white;
}

ul.sidenav li a:hover:not(.active) {
    background-color: #394049; /*menu plomo*/
    color: white;
}

div.content {
    margin-left: 20%;
    padding: auto;
    height: auto;
}

@media screen and (max-width: 900px) {
    ul.sidenav {
        width: 100%;
        height: auto;
        position: relative;
    }
    ul.sidenav li a {
        float: left;
        padding: 15px;
    }
    div.content {margin-left: auto;}
}

@media screen and (max-width: 400px) {
    ul.sidenav li a {
        text-align: center;
        float: none;
    }
}

---- usach ---
*{font-family: Arial, Helvetica,sans-serif;}
.letras
{
	text-align: justify;
	font-style: italic;
	font-size: 17px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
#beneficios
{
	width: 78%;
	height: 22%;
	border-radius: 40px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	box-shadow: 2px 2px 0px 2px rgba(0,0,0,0.4);
	margin: auto;
}

/*ul
{
	list-style-image: url("check-black.png");
}
*/
.beneficios
{
	height: 30px;
	width: 250px;
	border: 1px solid #FFFFFF;
	text-align: center;
	background: #FFFFFF; /* Old browsers */
	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top,  #FFFFFF 0%, #b8bac6 49%, #dbdce2 60%, #dddfe3 80%, #FFFFFF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(49%,#b8bac6), color-stop(60%,#dbdce2), color-stop(80%,#dddfe3), color-stop(100%,#FFFFFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#b8bac6 49%,#dbdce2 60%,#dddfe3 80%,#FFFFFF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #FFFFFF 0%,#b8bac6 49%,#dbdce2 60%,#dddfe3 80%,#FFFFFF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#b8bac6 49%,#dbdce2 60%,#dddfe3 80%,#FFFFFF 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #FFFFFF 0%,#b8bac6 49%,#dbdce2 60%,#dddfe3 80%,#FFFFFF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	margin-left: 10px;

}		

.h3
{
	text-align: center;
	color: #394049;
	font-size: 16px;
}

.pasos
{
	margin: auto;
	
}


.pie
{
	width: 78%;
	height: 25%;
	margin: auto;
	font-size: 11px;
	
}

.border_table
{
	border-radius: 10px; 
    box-shadow: 0 0 5px #333;
    width: 950px;
    text-align:center;
    border: 3px solid #394049;
    height: 600px;
    margin: auto;

}
	
.parrafo
{
	width: 700px;
	color: #394049;
	font-size: 14px;
}

.tit
{
	border: 1px solid black;
	background-color: green;
	height: 40px;
	width: 100px;
	border-radius: 10px;
}

.btnSub
{
	background-color: #00A499;
	color: white;
	border-radius: 8px;
	border-color: #00A499; 
	width: 117px;
	height: 54px;
	font-size: 15px;
	text-align: center;
}

.btnSub:hover
{
	background-color: #00A499;
	cursor:pointer; 
	cursor: hand;
}

.centrar
{
	margin: auto;
}

.al
{
	padding-right: 100px;
}

.btnWebPay
{
	background-image: url("btn_webpay.png");
	width: 117px;
	height: 54px;

}

.btnWebPay:hover
{
	cursor:pointer; 
	cursor: hand;
}

.button
{
	background-color: #00A499;
	height: 50px;
	width: 160px;
	border-radius: 12px;
	font-size: 18px;
	color: white;
	border: 1px outset #00A499;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px  0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px  0px rgba(0,0,0,0.75);
}

.button:hover
{
	background-color: #00A499;
	cursor: hand;
	cursor: pointer;
	
	
}

.divBoton
{
	width: 200px;
	height: 50px;
	margin: auto;
}


#imagenes
{
	width: 100%;
}


/*extra*/

#deuda {
	background: url(images/menu/consulta_deuda.bmp) no-repeat;
}

#act_informacion {
	background: url(images/menu/act_informacion.bmp) no-repeat;
}

#decla_jurada {
	background: url(images/menu/declaracion_jurada.bmp) no-repeat;
}

#cupon {
	background: url(images/menu/impresion_cupon.bmp) no-repeat;
}

#cupon_pago_uach {
	background: url(images/menu/cupon_pago_uach.bmp) no-repeat;
	margin-top: -5px;
}

#webpay {
	background: url(images/menu/webpay.bmp) no-repeat;
	margin-top: -5px;
}

td#menu {
	padding-left: 10px;
}

td#menu a {
	display: block;
	width: 200px;
	height: 40px;
	text-decoration: none;
}

td#menu a:hover {
	background-position: center;
	
}

.titulo_2_tabla_left{
	color: #00A499;
	background: none;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style: normal 
}


/*segic*/

.nombreCampo {   padding-bottom: 10px;
    border-bottom: solid 1px #394049;
    font-size: 1.1em;
    font-weight: 700;
    color: #ea7600;
    text-transform: uppercase;
    text-align: center;}
.contentTexto strong {   color: #EA7600;font-weight:bold;}


/*organigrama*/

.organigrama * {
  margin: auto;
  padding: 0px;
}

.organigrama ul {
	padding-top: 20px;
  	position: relative;
}

.organigrama li {
	float: left;
  text-align: center;
	list-style-type: none;
	padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before, .organigrama li::after {
	content: '';
	position: absolute;
  top: 0px;
  right: 50%;
	border-top: 1px solid #f80;
	width: 50%;
  height: 20px;
}

.organigrama li::after{
	right: auto;
  left: 50%;
	border-left: 1px solid #f80;
}

.organigrama li:only-child::before, .organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before, .organigrama li:last-child::after{
	border: 0 none;
}

.organigrama li:last-child::before{
	border-right: 1px solid #f80;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	content: '';
	position: absolute;
  top: 0;
  left: 50%;
	border-left: 1px solid #f80;
	width: 0;
  height: 20px;
}

.organigrama li a {
	border: 1px solid #f80;
	padding: 1em 0.75em;
	text-decoration: none;
	color: #333;
  	background-color: rgba(255,255,255,0.5);
	font-family: arial, verdana, tahoma;
	font-size: 0.85em;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 500ms;
}

.organigrama li a:hover {
	border: 1px solid #fff;
	color: #ddd;
  background-color: rgba(255,128,0,0.7);
	display: inline-block;
}

.organigrama > ul > li > a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama > ul > li > ul > li > a {
  width: 8em;
}
.componentHeading{    border-bottom: 3px dotted #394049;    color: #00A499;    font-size: 24px;    line-height: 55px;    margin:  0;
}

H1 {
    padding-top: 10px;
    color: #ea7600;
    text-transform: uppercase;
    text-align: center;
}


H2 {
    padding-top: 10px;
    border-top: solid 1px #1e0000;
    font-size: 1.1em;
    font-weight: 700;
    color: #ea7600;
    text-transform: uppercase;
    text-align: center;
}

H3 {
    padding-top: 10px;
    color: #ea7600;
    text-transform: uppercase;
    text-align: center;
}
