/* Minification failed. Returning unminified contents.
(199,16): run-time error CSS1030: Expected identifier, found ' '
(199,26): run-time error CSS1031: Expected selector, found ';'
(199,26): run-time error CSS1025: Expected comma or open brace, found ';'
(201,10): run-time error CSS1030: Expected identifier, found ' '
(201,11): run-time error CSS1031: Expected selector, found '1'
(201,11): run-time error CSS1025: Expected comma or open brace, found '1'
(202,1): run-time error CSS1019: Unexpected token, found '}'
(202,3): run-time error CSS1031: Expected selector, found '/'
(202,3): run-time error CSS1025: Expected comma or open brace, found '/'
 */
body,html{
    height:99%; /*Siempre es necesario cuando trabajamos con alturas*/
}
 #inferior{
    color: #FFF;    
    position:absolute; /*El div será ubicado con relación a la pantalla*/
    left:11%; /*A la derecha deje un espacio de 0px*/
    right:11%; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
    height:20px; /*alto del div*/
    z-index:0;
 }

 .HeadConceptos
{
    background-color: rgb(108, 110, 116);
    color: white;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);
}

.BodyConceptos
{
    background-color: white;
    color: black;
	font: 300 12px/32px Arial, sans-serif;
	text-decoration: none;

}

.BodyConceptos
{
    background-color: white;
    color: black;
	font: 300 12px/32px Arial, sans-serif;
	text-decoration: none;
}

.HeadMargen
{
    width: 30px;
    background-color: white;
}

 /*Acordeon*/

.ac-container{
	width: 94%;
	margin-left:3%;
    margin-right:3%;
	text-align: left;
}
.ac-container label{
	display: block;
	position: relative;
	min-width: 110px;
	padding: 0 10px 0 40px;
	height: 32px;

	color: #fdfdfd;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);

	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);

	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
}
.ac-container label:hover{
	background: #6c6e74;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	color: #3e5706;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);	
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}

#ac-contenido{
	height: 180px;    
    overflow:scroll;
}

*
{ 
    font-family: sans-serif; margin: 0;
}
dl
{ 
    margin: 5px auto; 
    width: 98%;
}
dt, dd
{ 
    padding: 8px;
}
dt
{ 
    cursor: pointer; 

    min-width: 110px;
	padding: 5px 10px 0 18px;
	height: 32px;

	color: #fdfdfd;
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0, .35);

	background: #6c6e74;
	background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));
	background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
	background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6C6E74,endColorstr=#FF4B4D51)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF6C6E74,endColorstr=#FF4B4D51);
    zoom: 1;
}
dd
{ 
    background: white; 
    display: none; 
    line-height: 1.6em; 
    font: 300 13px/20px Arial, sans-serif;
}
/*dt.activo, dt:hover
{ 
    color: #3e5706;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	/*background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);	    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA5CD4E,endColorstr=#FF6B8F1A)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA5CD4E,endColorstr=#FF6B8F1A);*/

    background: lightpink;

    zoom: 1;
}*/

dt:before
{ 
    content: "▸";
    margin-right: 10px; 
}
dt.activo:before
{ 
    content: "▾";
}

.BotonesEnviar
{
    color: white;
    font: bold 12px/23px Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
	background: #a5cd4e;
	background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
	background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
	background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);	
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA5CD4E,endColorstr=#FF6B8F1A)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFA5CD4E,endColorstr=#FF6B8F1A);
    zoom: 1;
    width: 90px;
    height: 25px;
    cursor: pointer;
    text-align:center;
    float:right;
    margin-right:1%
}

.BotonesFuncionalidad
{
    color: black;
    font: bold 12px/18px Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
    height: 18px;
    text-align:center;
}

.ContentInformacion
{
    font: 500 14px/23px Arial, sans-serif;
	text-shadow: 1px 1px 1px rgba(255,255,255, .2);
}

.ContentInputText
{
    background: -moz-linear-gradient(top,  #FFFFFF 0%, #C3C4C6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#C3C4C6));
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#C3C4C6 100%);
	background: -o-linear-gradient(top,  #FFFFFF 0%,#C3C4C6 100%);
	background: -ms-linear-gradient(top,  #FFFFFF 0%,#C3C4C6 100%);
	background: linear-gradient(top,  #FFFFFF 0%,#C3C4C6 100%);	
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFC3C4C6)";
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFC3C4C6);
}
