/* Css específico del efecto */

#wrap {
	margin:0 auto 0 auto;
	width:1200px;
	float:center;
}

a{
	text-decoration:none;
}

img{
	vertical-align:middle;
}

text{
	font-family: verdana;
	color: #65822c;
	vertical-align:middle;
	font-size:14px;
	valign:middle;
	font-weight:bold;
}

div.print{
	margin-left:70px;
	border-left:70px;
	padding-left:70px;
	width:1000px;
	
	text-align:right;
	font-family: verdana;
	color: #65822c;
}

div.desc_corta{
	font-family: verdana;
	color: #65822c;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

div.desc_larga{
	font-family: verdana;
	color: #65822c;
	font-size: 14px;
	text-align: center;
	width: 480px;
	height: 50px;
}

div.mail{
	font-family: verdana;
	color: #65822c;
	font-size: 14px;
	text-align: center;
	width: 480px;
	height: 30px;
}

div.contiene_tabla, div.contiene_tabla2 {
height: 400px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
width: 480px;
border-bottom: solid 1px #000;
border-right: solid 1px #000;
margin-bottom: 15px;
}

table {
	background-color: #eaf1dd;
	color: black;
	table-layout: fixed;
	width: 480px;
	border-color:#75923c;
}

table.titulos {
width: 480px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;      
}

table.estados {
	background-color: #eaf1dd;
	width:480px;
	margin-bottom:30px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 16px;
    border-color:#9bbb59;
}

table.imprimir{
	background-color: #eaf1dd;
	float:fixed;
	width:auto;
	margin-bottom:10px;
	vertical-align:middle;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 16px;
    border-color:#9bbb59;
    align:right;
	margin-left:90px;
}

.imprimir td:hover {
    background: #9bbb59;
    vertical-align:middle;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition: all 0.1s ease-in-out;
    border-radius: 16px;
    border-color:#9bbb59;
} 

.imprimir td, .imprimir th {
    text-align: left;
    vertical-align:middle;
    border-radius: 16px;
    border-color:#9bbb59;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    
}

.bordered tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 16px;
    border-color:#9bbb59;
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 8px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 16px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 16px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 16px 0;
}


th, td {
border: 0px solid black;
padding: 2px;
font-size: 12px;
white-space: pre; /* CSS 2.0 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3.0 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP */
word-wrap: break-word; /* IE 5+ */
}

tr.headers {
background-color: #9bbb59;
color:#EEEEEE;
text-align:center;
}

/* extendemosel ancho para .contiene_tabla2
para colocar el scroll por fuera */


/* Fix para listas */
div.contiene_tabla ul li, div.contiene_tabla2 ul li{
list-style-type: square;
list-style-position: inside;
}

div#tabla_uno{
position:relative;
float: left;
height: auto;
margin-right: 70px;
margin-left: 90px;
}
div#tabla_dos{
position:relative;
float: left;
height: auto;
}



/* Z-index of #mask must lower than #boxes .window */


        a.activator, a.activatorSatelites{
            z-index:1;
            cursor:pointer;
        }
  
        /* Style for overlay and box */
        .overlay, .overlaySatelites{
            background:transparent url(overlay.png) repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
        }
        .box{
            position:fixed;
            top:-500px;
            left:30%;
            right:30%;
            background-color:#fff;
            color:#7F7F7F;
            padding:20px;
            border:2px solid #ccc;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:101;
        }
        .box h1{
        	font-family: verdana;
			color:#EEEEEE;
            border-bottom: 1px dashed #7F7F7F;
            margin:-20px -20px 0px -20px;
            padding:10px;
            background-color:#9bbb59;
            -moz-border-radius:20px 20px 0px 0px;
            -webkit-border-top-left-radius: 20px;
            -webkit-border-top-right-radius: 20px;
            -khtml-border-top-left-radius: 20px;
            -khtml-border-top-right-radius: 20px;
        }
        a.boxclose{
            float:right;
            width:26px;
            height:26px;
            background:transparent url(cancel.png) repeat top left;
            margin-top:-30px;
            margin-right:-30px;
            cursor:pointer;
        }
