body{ font-family: Helvetica;  }
a{ text-decoration: none; color: #6D6D6D; }
a:hover{ color: #fff }
.button{    border: 1px solid #ccc;		padding: 1%;    border-radius: 8%;    background: #F9F9F9;
			font-size: .85rem;}
.button:hover{ background-color: #D5E8F9; }
#wrapcont{margin: 0 auto;
		width: 60%;
		border-left: 1px solid #b6b6b6;
		border-right: 1px solid #b6b6b6;}
#tophead{ width: 100%; float: left; padding: 1%; box-sizing: border-box; text-align: right;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;}
.imgtopl{ width: 30%; float: left; }
.imgtopl img{ width: 100%; height: auto; }
.lgts{width: 60%; float: right; box-sizing: border-box; padding: 1%; }
#tophead .txtinf{ float: right;		width: 60%;
	font-size: .87rem; padding: 1%; font-weight: 600;
	}

/* Wrapcontent*/
.alertas{
	width: 100%;
    font-size: .75rem; 	color:#E10025;			font-weight:600;		
    float: left;		padding:1% 1% 1% 1%;	box-sizing: border-box;
}
.alertas p{display: block;	width: 100%;    background: #E20024;    color: #fff;
    font-weight: 600;    padding: 1%;    box-sizing: border-box;}

/*Content*/
#content{ width: 100%; padding: 1%; color: #959595; font-size: .80rem; box-sizing: border-box; float: left; }
#content p{}
.dtinf{ width: 15%; float: left; height: auto; }
.boxinf{width: 80%; float: left; height: auto;}
.textlen{ float: left; width: 100%; }
.boxinput{}
.textboxito{	font-size:.90rem;		color:#959595;	font-weight:bold;	border: 1px solid #CCCCCC;
}
.continpx{ display: block; width: 100%; margin: 2% 0% 3% 0%; }
/*Acordion de dependencias*/
#justificar {
	width: 515px;
	float: left;
	position: relative;
	font-family: Arial,Helvetica,FreeSans,"Luxi-sans","Nimbus Sans L",sans-serif;
	color: #084f75;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#todo { background-color:transparent; position:relative; float:left; width: 515px; }
.accordion_toggledos { background: url(../img_fondo_barra.jpg); display: block; width: 515px; padding: 0 10px 0 10px; line-height: 30px; color: #ffffff; font-weight: bold; text-decoration: none; outline: none; font-size: 12px; color: #222; border-bottom: 1px solid #00000; cursor: pointer; margin: 0px 0px 0px 0px; }
.accordion_toggledos_active { color: #663300; border-bottom: 1px solid #663300; background: url(../img_fondo_barra2.jpg);  }
.accordion_contentdos { background-color: #ffffff; color: #444444; overflow: hidden; }
.accordion_contentdos ul { padding-top:4px; background-color: #ffffff; color: #084F75; overflow: hidden; list-style-image: url(../vineta_img.gif); }
.accordion_contentdos ul li { padding-bottom:4px; list-style-position: outside;}
.accordion_contentdos ul li a { font-size: 10px; color: #663300; text-decoration: none; font-weight: bold; }
