body{
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	background:url(../img/agsquare.png) repeat;
}
.container{
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
	}
.clearfix:after { /*Clear fix es una tecnica, una clase que se utiliza para que el contenedor cubra todos sus elementos hijos*/
	content:"."; /*Esta linea adiciona el caracter en el html*/
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
header{
	height:150px;
	/*background:#FFA;*/
	background-image:url(../img/cabecero-importa2_OK.png);
	}
section h1{

	background-color:rgba(192, 192, 192, 0.2);
	text-align:center;
	font-family: 'Signika', sans-serif;
/*	padding:10px 0;	*/
	color: #333;
	text-shadow: #999 0.1em 0.1em 0.2em;
/*	font-size:180%;*/
	}

section{
	background-color:#FFF;
}
#features{
		/*padding:20px 0;*/
		text-align:center;
		/*color:#666;*/
	}
#features li{
	display:inline;
	width:240px;
	float:left;
}
section #item{
	margin:0 auto;
/*	width:200px;*/
	background-color:#333;
	border: 1px solid #333;
	color:#FFF;
}
section #item h3{
	/*padding:30px 0 20px 0;*/
}
section #descrip{
	/*width:200px;*/
	padding:15px;
	margin: 0 auto;
	border: 1px solid #EBEBEB;
	
}
section #descrip p{
	/*font-family:"Times New Roman", Times, serif;*/
	padding:3px;
	font-size:14px;
}
section #descrip a{
	/*width:115px;*/
	/*height:26px;*/
	background-color:#FFC000;
	color:#000;
	/*font-weight:bold;*/
	padding: 5px 10px;
	/*display:block;*/
	/*text-decoration:none;*/
	font-size:20px;
	/*text-align:center;*/
	/*margin: 10px auto 0;*/
}
footer{
	width:100%;
	clear:both;
	text-align:center;
	margin:10px;
	padding:5px;
	font-size: 0.8em;
}
/*	Estilos de seccion de Proceso:	*/
#central_pro{
	margin: 0 auto;
	text-align: center;
	/*border: 1px solid #808080;*/
	overflow: hidden;
	width: 750px;
}
#proceso {
	
	float: left;
	margin: 0 10px;
}
section #central_pro #descrip_pasos{
	float: left;
	margin: 10px;
	width: 270px;
	height: 430px;
	border: 1px solid #E3E3E3;
	padding: 15px;
	display: none;
	font-size: 14px;
	text-align: left;
	color: #808080;
	
}
section #central_pro #proceso .item {
	margin: 10px;
}
section #central_pro #proceso .item a{
	cursor: pointer;
}
.cuadro {
	width: 70%;
	height: auto;
	background-color: #FFF;
	border: 2px solid #CCCCCC;
	padding: 10px;
	margin: auto auto;
	border-radius: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.5);
	-webkit-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.5);
	-o-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.5);
	/*background: rgb(255, 255, 50);*/
	position: relative;
	/*overflow: hidden;*/
}
#descrip_paso {
	border-radius: 10px;
	padding: 8px;
	font-size: 14px;
	background:#428bca;
	border: 3px double #CCCCCC;
	color:#FFFFFF;
	/*display: none;*/
}
#descrip_paso ul li{
	margin-left: 2em;
}
#sig {
	padding: 10px;
	margin: auto auto;
	text-align: center;
}
.ui-widget-content a {
	color: #428bca;
}
#decla td img {display: block;}
.campo{
	text-align:center;
	/*font-weight: bold;
	color: #138BB9;*/
	color:#990000;
	font-size:12px;
	}
.campo2{
	text-align:justify;
	color: #138BB9;
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	}
.resaltado{
	color:#990000;
}
.campo_peq{
	text-align:center;
	font-weight: bold;
	color:#4EC1ED;
	font-size:12px;
	}
/* ESTILOS PARA EL PANEL */
.panel2 {
position: fixed;
bottom: 0;
left: 0;
display: none;
background: #000000;
border:1px solid #111111;
border-radius:8px 8px 0px 0px;
/*-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;*/
width: 100%;
/*height: 150px;*/
padding: 5px;
filter: alpha(opacity=85);
opacity: .85;
}
.panel2 p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}
a.trigger{
position: fixed;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 15px;
font-weight: 700;
background:#333333 url(../img/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}
a.trigger:hover{
position: fixed;
text-decoration: none;
top: 80px; left: 0;
font-size: 16px;
letter-spacing:-1px;
font-family: verdana, helvetica, arial, sans-serif;
color:#fff;
padding: 20px 40px 20px 20px;
font-weight: 700;
background:#222222 url(../img/plus.png) 85% 55% no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
display: block;
}
a.active.trigger {
background:#222222 url(../img/minus.png) 85% 55% no-repeat;
}
.close:hover{
color:#F5F5F5;
}
.close{
position:absolute;
right:10px;
z-index:5;
color:#FFF;
opacity: 0.4;
text-shadow: 0 1px 0 #000;
}

section img#tlc{
	margin: 10px;
	border: 0 none;
	}
	
section p{
	margin: 10px 10px;	
	}
#t1{
	/*padding:10px;*/
	width:60%;
	text-align:right
}

#t2{
	/*padding:10px;*/
	width:60%;
	text-align:left
}
#t3{
	/*padding:10px;*/
	width:70%;
	text-align:center
}
#t4{
	/*padding:10px;*/
	width:30%;
	text-align:center
}
/* -----------  Ventana Modal con jQuery  ------------------------------- */
.ventana{
	display:none;      /*-- -------------------------> es importante ocultar las ventanas previamente */
}

.campo3{
	text-align:center;
	/*font-weight: bold;*/
	color: #138BB9;
	color:#990000;
	}
.fila{
	/*background-color:#333;*/
	border: 1px solid #eee;
	font-size: 1.1em !important;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	/*color:#FFF;*/
}
.fila2{
	padding:20px;
	/*background-color:#333;*/
	border: 1px solid #eee;
	font-size: 1.4em !important;
	/*color:#FFF;*/
}
.pie-legend li span {
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 5px;
}
.pie-legend {
    list-style: none;    
}
.descrip{
padding: 5px;
}
label.error{
	color:red;
	font-size:12px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	display: none;
}
label{
	font-weight: normal;	
}