@charset "utf-8";
/*

Etiquetas 

*/
body{
font-family: tahoma;
background-color:#FFFFFF;
margin:50px 0px; padding:0px; 
text-align:center; /*Este es el truco para I.E. */ 

}

.encabezado
{
width:650px;
height:60px;
overflow:hidden;
margin: 15px auto 0px auto;
/*background-color:#003581;*/
padding:5px 10px 10px 0px;

border:0px solid #A4D6F4;

}
.informacion
{
width: 640px;
height:auto;
overflow:hidden;
margin: 0px auto 0px auto;
background-color:#fff;
padding:0px 10px 0px 10px;
font-size:10px;


border:0px solid #A4D6F4;
}
.cuerpo
{
width: 640px;
height:auto;
overflow:hidden;
margin: 0px auto 0px auto;
background-color:#fff;
padding:0px 10px 0px 10px;
font-weight:bold;
border:0px solid #A4D6F4;
}
.cuerpo h1
{
padding:0px;
text-align:left;
}
.pie
{
width: 640px;
height:auto;
overflow:hidden;
margin: 0px auto 15px auto;
background-color:#fff;
padding:10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
border-top: 1px solid #D4D4D4;
}

.rfc { text-transform: uppercase; }

.cuenta { text-transform: uppercase; }

.ayuda_factura
{
width:20px;
height:20px;
overflow:hidden;
}
.ayuda_factura img{ width:100%;}
h1
{
	
    color: #8BC43F;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    padding-left: 10px;
    padding-top: 10px;
	padding-bottom:10px;
}


table
{
	
	
}

td
{
	text-align: left;
	
}

.peque
{ 
	
}

.fac-name
{
	text-align:center;
	font-style:italic;
	font-weight:normal;
	font-size:12pt;
  
	color: #243c7c;
}



.center
{
	
	
		 
}

.seccion-subtitulo
{
background:#ffffff url(../imagenes/fondo-titulo.jpg) left top no-repeat; 
	font-size: 18px;
    font-weight: bold;
	color: #ffffff;
	padding:0px 10px 0px 10px;
	width:640px;
height:40px;
overflow:hidden;
margin: 0px auto 0px auto;
	
	
}
.seccion-subtitulo p
{ text-align:left; padding:0px; margin-top:1px;}

.seccion-fe2
{
	border-top: 2px solid #86C03F;
	
	padding-bottom: 10px;

}
.seccion-fe3
{
	
}


.seccion-datos
{
	
}



.seccion-msg p
{
text-align:left;
}
.seccion-msg-2 p
{
text-align:left;
}
.seccion-msg
{
	font-size:14px;
	font-weight:bold;
	padding:5px;
	
	
}
.seccion-msg-error
{
	font-size:10px;
	color:#FF0000;
	font-style:italic;
    margin-left: 10px;
    padding-top: 10px;
	
	
}


.seccion-msg-2
{
	

}


.tabla-enlaces th
{
	background-color:#8BC43F;
	color:#ffffff;		
}

.tabla-enlaces
{
	font-style:italic;
	
}

.footer
{
	height:auto;
	overflow:hidden;
	font-size:12pt;
	font-family:"Trebuchet MS";
	

}
.footer table{width:300px;
	margin-left:auto;}
.pedidos{
	float:left;
 	width:20px;
	height: 20px;
	
	
}
.pedidos img{ width:100%;}
.contactanos{
	float:left;
	width:20px;
	height: 20px;
	
	
}
.contactanos img{width:100%;}
.pagos{
	float:left;
	width:20px;
	height: 20px;
	
	
}
.pagos img{width:100%;}
.busq{
	padding-bottom: 38px;
    padding-left: 40px;
    padding-top: 13px;	
	background: url(/imagenes/Sign-Search-icon64.png) no-repeat scroll left 50% transparent;
	
}

.tabla-foo
{

}




.enlace-foo
{
	
	font-size: 10pt;
    font-weight: bold;

}
a.enlace-foo:active{
	color: #003683;
	text-decoration:none;		

}
a.enlace-foo:link {
	color: #003683;
	text-decoration:none;
}
a.enlace-foo:hover {
	color: #87C03F !important;
	text-decoration:none;
	font-style:italic;
	
}
a.enlace-foo:visited {
	color: #7D7D7D;
	text-decoration:none;
}

.td1{
	
}
.pdf_manual
{
	
}
.pdf_link
{
		
}

.pdf_cont
{
	
}

.dat
{

     


}

.error{
    background-color:#FFFFAA;
    padding: 6px 12px;
    border-radius: 4px;
    color:#000000;
    font-weight: bold;
    margin-left: 16px;
    margin-top: 6px;
    position: absolute;
    z-index: 1;
}
.error:before{ /* Este es un truco para crear una flechita */
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #FFFFAA;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
    
}
.formato{
height:auto; overflow:hidden; min-height:400px;
}

span[data-descr] {
  position: relative;  
  cursor: help;  
}

span[data-descr]:hover::after {
  content: attr(data-descr);
  position: absolute;
  left: 0;
  top: 20px;
  min-width: 150px;
  border: 1px #aaaaaa solid;
  border-radius: 10px;
  background-color: #ffffaa;
  padding: 12px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  font-family: tahoma;
  z-index: 1;
}

