@CHARSET "ISO-8859-1";
#sf_admin_container label {
	width: 400px;
}


/***********************/
.ver{
	background-color: steelblue;
    font-size: 12px;
/*    height: 20px;*/
    color: white;
    border-color: #e2e2e2;
    border-style: ridge;
    padding: 5px;
    padding-left: 10px;
	
}

.verDato{
	font-size: 12px;
 /*  height: 20px;*/
    border-color: #e2e2e2;
    border-style: ridge;
    padding: 5px;
    padding-left: 10px;
   	background-color: white;
	
}
.verDatoCheck{
	font-size: 12px;
 	width: 20px;
    border-color: #e2e2e2;
    border-style: ridge;
    padding: 5px;

}


.intermedio{
	width: 500px;
}
.medio{
	width: 300px;
}

.ver2{
	background-color: #80b5ea;
    font-size: 12px;
    height: 20px;
    color: white;
    border-color: #e2e2e2;
    border-style: ridge;
    padding: 5px;
    padding-left: 10px;

}
/**********************/
.verenlinea{
	float:left;
	padding-right: 10px; 
	font-size:13px; 
}

.verenlineaSi{

    font-size:13px;
    color: #008080;
    padding-top: 1px; 
    padding-bottom: 10px;   
}
.verenlineaNo{
   font-size:13px;
   color: #ff0000;
   padding-top: 1px; 
   padding-bottom: 10px;   
}
/********************/
.verenlineaVER{
	float:left;
	padding-right: 10px; 
	font-size:13px; 
}

.verenlineaSiVER{

    font-size:13px;
    color: #008080;
    padding-top: 1px; 
}
.verenlineaNoVER{
   font-size:13px;
   color: #ff0000;
   padding-top: 1px; 
  
}
/*************************/

.veraprobado{
	background-color: #0080c0;
    font-size: 15px;
    height: 30px;
    color: #00ff40;
    border-color: #e2e2e2;
    border-style: ridge;
    padding-top: 8px;
    padding-left: 10px;
    text-align: center;  
    
}
.vernoaprobado{
	background-color: white;
    font-size: 15px;
    height: 30px;
    color: red;
    border-color: #e2e2e2;
    border-style: ridge;
    padding-top: 25px;
    padding-left: 10px;
    font-weight: bold; 
    text-align: center;
    background-image: url(../images/untick.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 5px;
   
}
 

#sf_admin_container ul li.sf_admin_action_documentacion a{
	background-image: url(../images/book_edit.png);
	background-size: contain;
}
#sf_admin_container ul li.sf_admin_action_sociales a{
	background-image: url(../images/gestion16.png);
	background-size: contain;
}

#sf_admin_container ul li.sf_admin_action_tierras a{
	background-image: url(../images/1.jpg);
	background-size: contain;

	
}
#sf_admin_container ul li.sf_admin_action_tierras_doc a{
	background-image: url(../images/2.jpg);
	background-size: contain;
}
#sf_admin_container ul li.sf_admin_action_ver a{
	background-image: url(../images/vista.png);
	background-size: contain;
}


.error {
	font-family: Verdana, Geneva, sans-serif;
	color: #ff0000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #DEDEDE;
	background-color: #FFFFFF;
	padding: 10px;
}

.aprobado {
	font-family: Verdana, Geneva, sans-serif;
	color: #00ca00;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	border-width: 2px;
	border-style: solid;
	border-color: #DEDEDE;
	
}

/******************************************/
#titulo{
	text-align: center;
	border-style: ridge;
	padding-top: 5px;
	margin: 20px;
}

#listadoinformes{
	margin: 0 auto;padding:20px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight:bold;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #16a085;
	width: 40%;
	
}

#listadoinformes td {
	width: 200px;
	height: 50px;
	border-bottom:1px solid #16a085;
}

#tituloinforme{
	text-align: center;
	border-style: ridge;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 20px;
	font-size: 18px;
	font-weight: bold;
}

#criterioinforme{
	padding-top: 5px;
	margin: 20px;
	font-size: 12px;
}

/*******************************************/

.informes {
	margin:0px;padding:0px;
	width:90%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
	
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
	
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
	
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
	margin-left: 20px;
	margin: auto;
	
}.informes table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.informes tr:last-child td:last-child {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-right-radius:8px;
}
.informes table tr:first-child td:first-child {
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	border-top-left-radius:8px;
}
.informes table tr:first-child td:last-child {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	border-top-right-radius:8px;
}.informes tr:last-child td:first-child{
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	border-bottom-left-radius:8px;
}.informes tr:hover td{
	background-color:#ffffff;
		

}
.informes td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #b2d4f7 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2d4f7), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #b2d4f7 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2d4f7", endColorstr="#ffffff");	background: -o-linear-gradient(top,#b2d4f7,ffffff);

	background-color:#b2d4f7;

	/*border:1px solid #000000;*/
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:9px;
	font-size:11px;
	font-family:Verdana;
	font-weight:normal;
	color:#000000;
}.informes tr:last-child td{
	border-width:0px 1px 0px 0px;
}.informes tr td:last-child{
	border-width:0px 0px 1px 0px;
}.informes tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.informes tr:first-child td{
		background:-o-linear-gradient(bottom, #7ea5cc 5%, #4f9dea 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ea5cc), color-stop(1, #4f9dea) );
	background:-moz-linear-gradient( center top, #7ea5cc 5%, #4f9dea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ea5cc", endColorstr="#4f9dea");	background: -o-linear-gradient(top,#7ea5cc,4f9dea);

	background-color:#7ea5cc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.informes tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #7ea5cc 5%, #4f9dea 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7ea5cc), color-stop(1, #4f9dea) );
	background:-moz-linear-gradient( center top, #7ea5cc 5%, #4f9dea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ea5cc", endColorstr="#4f9dea");	background: -o-linear-gradient(top,#7ea5cc,4f9dea);

	background-color:#7ea5cc;
}
.informes tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.informes tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/***********************************************/
#imprimir{
	
	text-align: center;
	margin-bottom: 15px;
}

#pagina{
	
	text-align: center;
	margin-top: 15px;
}

.ui-accordion-content {
    height: auto !important;   /* Esto anulará la altura establecida por el plugin */
}
/******************/
.ui-widget-content a{
	
	color:#1c94c4 !important; 
}

.verarchivos{
	width:600px;
}

