/*ESTILOS PROPIOS PARA NO MODIFICAR LOS FRAMEWORKS KICKSTAR NI BOOTSTRAP*/
.alta{
	font-size: 6pt;
} 
 
div#buscador fieldset{
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    left: 0;
    padding: 6px;
    position: relative;
    top: 0;
}

form#filaalta {
    font-family: "Trebuchet Ms",arial,verdana,sans-serif;
    font-size: 7pt;
}

form#filaalta select {
    font-size: 5pt;
}

#header_sigos {
    background: none repeat scroll 0 0 #FFFFFF;
    left: 0;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
    top: 0;
}

ul.sinpunto li{
	list-style-type: none; /* saca los puntos de las listas */
}

div#nom_presupuestaria .col_1 {
    display: block;
    float: left;
    margin: 8px 0.433%;
}

div#montototalacumulado,#datosgralescertificado {
    background-color: #E6EEEE;
    font-weight: bold;
    font-family: "Trebuchet Ms",arial,verdana,sans-serif;
    text-align: right;
}

#filaalta input.error {
    border: 2px solid red;
}

input.success {
    border: 2px solid green;
}

table.tablesorter tr.selected {
	bgcolor: #8DBDD8;
}

table.tablesorter .center {
	text-align: center;
}

table.tablesorter .right {
	text-align: right;
}


#filaalta td{
	text-align: center;	
}

div .obrasel {
	background-color: #E1E8F5;
	box-shadow: 10px 10px 5px #888888;
	min-height: 9em;
	margin-bottom: 3em;
	border-radius: 30px; 		 /* Opera 10.5 + IE9 */
	-moz-border-radius: 30px;	 /* Firefox */
	-webkit-border-radius: 30px; /* Chrome + Safari */
}


div .obrasel:hover {
	background-color: #B7D3ED;
}

/* Fieldset del resultado de la busqueda (resultado_busqueda_obras.php)*/
div#obras fieldset:hover {
	background-color: #A6CFF5;	
}

div#obras fieldset.selected {
	background-color: #A6CFF5;	
}


/* Lista de obras */

.img_container {
	float: left;
	width: 25%;
}

.info_container {
	float: right;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	width: 75%;
}
    
    
.info_container2 {
	height: 100%;
	text-align: left;
	padding: 0% 5% 5% 5%;
}

img.logomini {
    height: auto;
    width: auto;
    margin: 0 auto;
    top: 15%;
    border-radius: 10px 10px 10px 10px; 		 /* Opera 10.5 + IE9 */
	-moz-border-radius: 10px 10px 10px 10px;	 /* Firefox */
	-webkit-border-radius: 10px 10px 10px 10px;  /* Chrome + Safari */
}

img.miniatura {
	/*height: 70%;*/
	height: 150px;
	margin-left: auto;
    margin-right: auto;
	top: 10%;
	width: 50%;
    border-radius: 10px 10px 10px 10px; 		 /* Opera 10.5 + IE9 */
	-moz-border-radius: 10px 10px 10px 10px;	 /* Firefox */
	-webkit-border-radius: 10px 10px 10px 10px;  /* Chrome + Safari */
}

/* Fin lista de obras*/

.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
    background-color: #444444;
    color: #FFFFFF;
    font-weight: bold;
    height: 48px;
    width: 194px;
}

.datepick-month-header select, .datepick-month-header input {
    border: medium none;
    height: 25px;
}

#ruta_nav {
	float: left;
}

.right {
	float: right;
}

/*
.monto {
	width: 6.6em;
}*/

select, input, label, td {
	font-family: Arimo, "Trebuchet MS", arial, verdana, sans-serif;
}

label.gray {
	color: #777777;
}

.hovertable tr:hover td { 
	background-color: #B1D3F2;
}

table.hovertable {
	font-family: verdana,arial,sans-serif;
	font-size: 1em;
	color: #424242;
	border-collapse: collapse;
}

table.hovertable th {
	background: none repeat scroll 0 0 #E8EDFF;
	border-width: 1px;
	padding: 8px;
}

table.hovertable tr {
	background: none repeat scroll 0 0 #E8EDFF;
}

table.hovertable td {
	border-width: 1px;
	padding: 8px;
}

table.hovertable td.column {
	width: 40%;
}

table.hovertable td.column2 {
	width: 15%;
}

p.titulo {
	font-size: 1em;
	font-weight: bold;
	color: #2672B9;
}

div#p.parrafo {
	color: #666666;
	padding-left: 5%;
}


/* Estilos para generar dos columnas. Utilizado para las búsquedas. */
#wrap2 {
	width: 100%;
	margin: 0 auto;
}

#left_col {
	float: left;
	height: 40px;
	width: 50%;
	text-align: right;
}

#right_col {
	float: right;
	height: 40px;
	width: 50%;
	text-align: left;
}

#left_col p {
   padding-right: 10px;
}

#right_col p {
   padding-left: 10px;
}

#right_col p.small {
   font-size: smaller;
   margin-top: 12px;
}
/* Fin */


/* Resultado de busqueda de obras. */
.left_data {
	float: left;
	width: 50%;
}

.right_data {
	float: right;
	width: 50%;
}
/* Fin */


/* Detalle de una obra */
.datos {
	width: 100%;
	float: left;
	padding: 0;
}
		
.box1 {
	margin: 0 0 24px 0;
	overflow: hidden;
}

img.left {
	float: left;
	margin: 25px 30px 30px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: auto;
}

img.top {
	margin: 4px 0 30px 0;
}

p.descripcion {
	margin-right: 1.75em;
	text-align: justify;
}
		
.header_obra {
	background: #3682C9;
	border-bottom: solid 1px #535659;
	color: #ffffff;
	position: relative;
	padding: 10px;
	box-shadow: 8px 8px 5px #888888;
	border-radius: 20px; 		 /* Opera 10.5 + IE9 */
	-moz-border-radius: 20px;	 /* Firefox */
	-webkit-border-radius: 20px; /* Chrome + Safari */
}

#inside {
	width: 100%;
	height: 100%;
}

.header_obra.menor  {
	padding: 2px;
}

.menor {
	margin: 0px;	
}

table.obra td {
    border-bottom: none;
}

table.obra td.descripcion {
    color: #D5D9DB;
    font-weight: bold;
}

table.obra th,td.descripcion.menor {
	padding: 0px 10px;
}

.detalle {
	color: #E4E4E4;
	text-align: left;
	font-weight: bold;
}

#banner {
    border: 0px solid rgba(0, 0, 0, 0.5);
	border-radius: 20px 20px 20px 20px; 		 /* Opera 10.5 + IE9 */
	-moz-border-radius: 20px 20px 20px 20px;	 /* Firefox */
	-webkit-border-radius: 20px 20px 20px 20px;  /* Chrome + Safari */
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 0 0 rgba(255, 255, 255, 0.125);
    padding: 15px 15px 0;
    
    background-color: #D2D3D9; /* fallback flat color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D2D3D9), to(#BBD5ED)); /* for Chrome + Safari */
    background-image: -moz-linear-gradient(top, #D2D3D9, #BBD5ED); /* for Firefox */
}

.slideshow img {
	border-radius: 15px 15px 15px 15px; 		 /* Opera 10.5 + IE9 */
}

table.hovertable td.desc {
	color: #1E3C97;
	width: 25%;
	font-size: 11px;
}

table.hovertable td.dato {
	font-size: 10px;
}
	
h4.titulo {
	color: #355AB5;
	text-align: left;
}
/* Fin detalle de una obra */


/* Paginacion para el resultado de busquedas de obras */
#pag_header {
	height: 70px;
	text-align: center;
	width: 100%;
}

ul.pagination {
	border: 0;
	margin-left: 2px auto;
	line-height: 1.4;	
	padding: 0;
}

#pagination-flickr li {
    display: inline;
    text-align: center;
    border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none;
}

#pagination-flickr .active {
	color: #ff0084;
	font-weight: bold;
	padding: 4px 6px;
	margin: 0;
	padding: 0;
}

#pagination-flickr a {
	border: solid 1px #DDDDDD;
	margin-right: 2px;
}

#pagination-flickr a:link,
#pagination-flickr a:visited {
	color: #0063e3;
	padding: 3px 6px;
	text-decoration: none;
}

#pagination-flickr a:hover {
	border: solid 1px #666666;
}
/* Fin paginacion */



.tabla2 td {
	border-bottom: 1px solid #D0D0D0;
	color: #5D5D5D;
}

a.nosub:link {
	text-decoration: none;
}

a.nosub:hover {
	text-decoration: underline;
}


/* Login form */
.container {
	width: 100%;
}

.left1 {
	float: left;
	width: 25%;
}

.right2 {
	float: right;
	width: 75%;
}

/******************/

#left50 {
	float: left;
	width: 50%;
}

#right50 {
	float: right;
	width: 50%;
	/*overflow: hidden;*/
}