/*20140521      LHMG        Se Homologan las validaciones de RFC y CURP */

/* @override http://localhost:8888/style.css */

body{
	text-align:justify;
	margin:0 auto;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #121D22;
	line-height: 14px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/


p {
	line-height: 14px;
}

a{
	text-decoration: none;
	color: #484498;
}

a:hover{
	text-decoration: none;
	color: #9bd7d7;
}

ul {
	list-style-image: url("images/vineta.png"); 
	line-height: 20px;
	text-align:justify;
}
 
.Titulos {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color:#484498;
	text-align:justify;
	padding:5px;
	line-height: 24px;
}

.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #121D22;
	text-align: justify;
	line-height: 16px;
}

.TextoNegrita 
{
	font-family: Arial;
	font: bold 14px Arial; 
	color: #121D22; 
	line-height: 18px;
}

.TextoPq
{
	font-family: Arial;
	font-style:normal;
    font: 11px Arial; 
    color: #121D22; 
	line-height: 14px;
}

.TextoPqCursiva
{
	font-family: Arial;
	font-style:italic;
    font: 11px Arial; 
    color: #121D22; 
	line-height: 14px;
}

/*20170702*/
.opnCFDI
{
	/*font-family: Arial;*/
    color: #121D22; 
    font: 14px Arial; 
    font-weight:bold;
    /*text-align:left;
	line-height: 14px;
	height:85px;
    padding-left:90px;
    padding-top:27px;
    margin-left:10px;
    margin-right:10px;
    float:left;
    padding: 10% 0;
    height:85px;
	width:210px;*/
    line-height:85px;
    text-align:center;
}
.opnCFDI>span 
{
    display:inline-block;
    vertical-align:middle;
    line-height:normal;
    }

/*20140521*/
.Correo 
{
    text-transform: lowercase;
    text-decoration:underline;
}

.Subindice {
    vertical-align:sub;
	font-size: 11px;
}

.Superindice {
    vertical-align:top;
	font-size: 11px;
}

img {
    border:0px;
    }
    
/*simp_middle*/
.simp_middle {
	clear: both;
	width: 960px;
/*	height: 250px;*/
	padding: 0px 0 30px;
	/*background: url(../../images/mundo.png) top center no-repeat;*/
}

.simp_middle_wrap {
	clear: both;
	width: 960px;
	height: 250px;
	padding: 0px 0 30px;
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	/*background: url(../../images/mundo.png) top center no-repeat;*/
}

.simp_middle_wrap .dtop {
	font-size:28px;
	font-weight:bold;
	color: #C75555; 
	margin-bottom:5px;
	padding-bottom:5px;
}

.simp_middle_wrap .dmed {
	font-size:24px;
	font-weight:bold;
	color: #000000;
}

.simp_middle_wrap .dbot {
	font-size:24px;
	font-weight:bold;
	color: #000000;
}

.simp_middle_wrap .contenido {
	font-size:16px;
	font-weight:bold;
	color: #000000;
	text-align:center;
	border: 5px;
	padding:5px;
	
}
/*End simp_middle*/
/* Accordion */
.accordionHeader
{
    border: 1px solid #41597D;
    color:Gray;
    background-color: #41597D; /*#2E4d7B;*/
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 18px;
}

#master_content .accordionHeader a
{
	color:Lime;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
	background-color:Gray;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
	background-color:Gray;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    line-height: 18px;
	}

/*Paginación*/
.GridPager a, .GridPager span {
    display: block;
    height: 25px;
    width: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background-color: #A1DCF2;
    color: #000;
    border: 1px solid #3AC0F2;
}