@import url(http://fonts.googleapis.com/css?family=Pontano+Sans|Oleo+Script);
*{
margin: 0px;
padding: 0px;
}

h1{ font: 40px impact, sans-serif; 
    color: rgba(255,255,255,1);
    display: inline-block;
    vertical-align: top;
}
h2{ font: 30px impact, sans-serif;
    color: rgba(255,255,255,1);
}


a, a:visited {
	display: block;
	margin-top: 5px;
	font-family: "arial-black";
	font-size: 20px;
	color: #ffffff;
	text-decoration: none;
}

	a:hover {
		text-shadow: 2px 5px 2px rgba(0,0,0,0.3);
	}

/*header,*/ section, footer, aside, nav, article, figure, figcaption,
hgroup{
display: block;
}

body {
text-align: center;
background: #005195;
/*background: rgba(255,255,255,1);*/
}
#agrupar {
clear: both;
float: right;
display:inline-block;
right: 0px;
width: 87%;
overflow:scroll;
min-height: 100%;
margin: 0px;
border: rgba(90,120,200,.3) 6px , 3px;
text-align: left;
padding: 0px,0px,0px,0px;
background: rgba(255,255,255,1);
}

#cabecera {
background: #005195;
width: 100%;
height: auto;
padding: 10px 0px;
margin: 0px 0px;
}

#menu {
background: rgba(159,200,230,0.5);
padding: 10px 15px;
} 
li {
/*display: inline-block;*/
display: block;
list-style: none;
padding: 10px;
width: 85%;    
font: bold 14px verdana, sans-serif;
    
    text-align: center;
/*border: 5px  solid rgba(149,200,230,1);*/
background: rgba(0, 169, 204,0.3);
}
 
li:hover{background: rgb(0, 81, 149);}

#seccion {
/*float: left;*/
width: 100%;
min-height: 100%;
/*margin: 20px;*/
margin: 0px;
background: rgb(255, 255, 255);
} 

#columna {

display: inline-block;
position: relative;
width: 10%;
min-height: 100%;
max-height: 100%;
margin: 0px 0px;
padding: 40px 0px 20px 0px;
background: rgb(0, 81, 149);
/*border: 1px solid #999999;*/
}
#columnaInvisible {
float: left;
position: relative;
width: 10%;
height: 100%;
margin: 0px 0px;
padding: 40px 0px 20px 0px;
background: rgb(0, 81, 149);
/*border: 1px solid #999999;*/
}


#pie {
	display: block;
clear: both;
background: #005195;    
text-align: center;
padding: 0px 0px 20px 20px;
/*border-top: 2px solid #999999;*/
}

article {
clear: both;
width: 32%;
display: inline-block;
border: 1px solid #999999;
border-radius: 5px;
margin-bottom: 5px;
margin-top: 5px;
} 
article footer {
text-align: right;
} 
time {
color: #999999;
} 
figcaption {
font: italic 14px verdana, sans-serif;
    color: #ffffff;
}

#im{
    transition: 1.2s ease;
width: 90%;
height: auto;
margin: 5px 5px;
filter:alpha(opacity=100); 
-moz-opacity: .85; 
/*opacity: .85;*/
}
/*
#im:hover{
    -webkit-transform:  scale(1.09);
		-moz-transform:  scale(1.09);
		-ms-transform:  scale(1.09);
		transform:  scale(1.09);
filter:alpha(opacity=100); 
-moz-opacity: 1.9; 
opacity: 1.9;    
}*/

#im2{
width: 16%;
display: inline-block;
height: auto;
margin: 0px 130px 0px 130px;
}

table tr  a {
	display: block;
	margin-top: 5px;
	font-family: "arial-black";
	font-size: 20px;
	color: #000000;
	text-decoration: none;
    padding: 5px;
}

table tr  a:hover {
		text-shadow: 2px 5px 2px rgba(0,0,0,0.3);
	}

 /*font-family: Arial, Helvetica, Verdana;   font-family: Georgia, Cambria, Times, "Times New Roman"; */
td{
    padding: 5px;
    font: bold 15px calibri, sans-serif;
    color: rgb(33, 32, 32);
}


#mitabla{
width: 90%;
height: 30%;
text-align: center;
    font-size: auto;
    background: rgba(255,255,255,1);
border-collapse: collapse;
}

table th {
    background-color: #0ba8f2; 
    padding: 5px;
    font:italic bold 16px Calibri, sans-serif;
    color: rgb(33, 32, 32);
    }
	
	#titulo {
    /*background-color: #0ba882;*/ 
    background-color: #777777;
	padding: 5px;
    font:italic bold 18px Calibri, sans-serif;
    color: rgb(33, 32, 32);
    }
	
	#titulo2 {
    /*background-color: #0ba8a2;*/ 
    background-color: #888888;
	padding: 5px;
    font:italic bold 18px Calibri, sans-serif;
    color: rgb(33, 32, 32);
    }
	
	
	#titulo3 {
    /*background-color: #0ba8a2;*/ 
    background-color: #999999;
	padding: 5px;
    font:italic bold 18px Calibri, sans-serif;
    color: rgb(33, 32, 32);
    }
	
table tr:nth-child(odd) {background-color: #aaaaaa;}
table tr:nth-child(even) {background-color: white;}

#miCoTabla{
width: auto;
height: auto;
max-width: 680px;
min-width: 100px;
max-height:300px;
min-height: 100px;    
    text-align: center;
overflow: scroll;
}
/*
tr:nth-child(1){
    background: #0091D5;
    
 font-style: times;
}*/

	#miZoom {
        
		position: relative;
        width: 300px;
        height: 100px;
        left: 5%;
	   top: 5%;
        
        overflow: scroll;
        transition: .2s ease;
		-webkit-transform:  scale(0.09);
		-moz-transform:  scale(0.09);
		-ms-transform:  scale(0.09);
		transform:  scale(0.09);
	}
	#miZoom:hover {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
        height: 300px;
		width: 500px;
		position: relative;
		left: 0;
		top: -200px;
        overflow: scroll;
        padding: 30px;
background: (200,200,200,.8);
}


#miContent{height: 30%;
		width: 40%;
		position: relative;}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    height: 400px;
    overflow: scroll;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

#ventanaCont {
background:rgba(0,120,230,1);

   }

   /*Estilos para la tabla de tecnico simplificado*/
 /*html{
      height: 100%;
}*/

#tableX{
width: 1110px;
}
table{
width: 1110px;
table-layout: fixed;
}
/*
thead {
width: 1100px;
background: gray;
}
*/
#especifiObraT{      
/*width: 18%;*/ 
width: 24%;
height: auto;
}

#th{
width: 12%;
height: auto;      
}


#especifiObra{       
width: 22px;
height: auto;
 }

#tdX{       
width: 8px;
/*width: 12px;*/
 }

 
#tdTotal{       
width: 5px; }


tr{
  width: 1100px;      
}

#contenedorTabla{ 
/*min-width: 80%;
max-width: 80%;
max-height:50%;
min-height: 10%;*/
  width: 1110px;
height: 500px;  
overflow: scroll;
}


