/*PopUp Info*/

/* .olFramedCloudPopupContent{ */
/* 	width: 480px; */
/* } */

div#Popup_Move {
	/*background-position: -1px -80px;
	background-image: url(../externo/jquery/css/sigc-theme/images/ui-icons_666666_256x240.png);*/
	background: url('../img/new/move.png') no-repeat; 
    background-size: cover;
}

.movepopup{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 13px;
    z-index: 1;
    bottom: 40px;
}
.movepopup {
    cursor: move;
}


.olPopupCloseBox {
	background-position: -96px -128px;
	background-image: url(../externo/jquery/css/sigc-theme/images/ui-icons_666666_256x240.png);
}
 
.miTabla {
    /* margin: 0px; */
    /* padding: 0px; */
    /* width: 95%; */
    box-shadow: 2px 2px 5px #888888;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    /* border-bottom-left-radius: 5px; */
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    /* border-top-left-radius: 3px; */
    /* border: 1px solid silver; */
    z-index: 0;
    
}.miTabla table{
	width:100%;
	/*height:100%;*/
	margin:0px;padding:0px;
}.miTabla tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.miTabla table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.miTabla table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.miTabla tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.miTabla tr:hover td{
	
}
.miTabla tr:nth-child(odd){ background-color:#ffaa56; }
.miTabla tr:nth-child(even)    { background-color:#ffffff; }.miTabla td{
	
	vertical-align:middle;
	border:1px solid silver;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	
}.miTabla tr:last-child td{
	border-width:0px 1px 0px 0px;
}.miTabla tr td:last-child{
	border-width:0px 0px 1px 0px;
}.miTabla tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.miTabla tr:first-child td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ff7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	background: -o-linear-gradient(top,#ff7f00,ff7f00);

	background-color:#ff7f00;
	border:1px solid silver;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.miTabla tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #ff7f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #ff7f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #ff7f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#ff7f00");	background: -o-linear-gradient(top,#ff7f00,ff7f00);

	background-color:#ff7f00;
}
.miTabla tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.miTabla tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* .miTabla2 { */
/* 	margin:0px;padding:0px; */
/* 	width:95%; */
/* 	box-shadow: 10px 10px 5px #888888; */
/* 	border:1px solid #000000; */
	
/* 	-moz-border-radius-bottomleft:6px; */
/* 	-webkit-border-bottom-left-radius:6px; */
/* 	border-bottom-left-radius:6px; */
	
/* 	-moz-border-radius-bottomright:6px; */
/* 	-webkit-border-bottom-right-radius:6px; */
/* 	border-bottom-right-radius:6px; */
	
/* 	-moz-border-radius-topright:6px; */
/* 	-webkit-border-top-right-radius:6px; */
/* 	border-top-right-radius:6px; */
	
/* 	-moz-border-radius-topleft:6px; */
/* 	-webkit-border-top-left-radius:6px; */
/* 	border-top-left-radius:6px; */
/* }.miTabla2 table{ */
/* 	width:100%; */
/* 	height:100%; */
/* 	margin:0px;padding:0px; */
/* }.miTabla2 tr:last-child td:last-child { */
/* 	-moz-border-radius-bottomright:6px; */
/* 	-webkit-border-bottom-right-radius:6px; */
/* 	border-bottom-right-radius:6px; */
/* } */
/* .miTabla2 table tr:first-child td:first-child { */
/* 	-moz-border-radius-topleft:6px; */
/* 	-webkit-border-top-left-radius:6px; */
/* 	border-top-left-radius:6px; */
/* } */
/* .miTabla2 table tr:first-child td:last-child { */
/* 	-moz-border-radius-topright:6px; */
/* 	-webkit-border-top-right-radius:6px; */
/* 	border-top-right-radius:6px; */
/* }.miTabla2 tr:last-child td:first-child{ */
/* 	-moz-border-radius-bottomleft:6px; */
/* 	-webkit-border-bottom-left-radius:6px; */
/* 	border-bottom-left-radius:6px; */
/* }.miTabla2 tr:hover td{ */
	
/* } */
/* .miTabla2 tr:nth-child(odd){ background-color:#ffffff; } */
/* .miTabla2 tr:nth-child(even)    { background-color:#d3e9ff; }.miTabla2 td{ */
/* 	vertical-align:middle; */
	
	
/* 	border:1px solid #000000; */
/* 	border-width:0px 1px 1px 0px; */
/* 	text-align:left; */
/* 	padding:6px; */
/* 	font-size:12px; */
/* 	font-family:Arial; */
/* 	font-weight:normal; */
/* 	color:#000000; */
/* }.miTabla2 tr:last-child td{ */
/* 	border-width:0px 1px 0px 0px; */
/* }.miTabla2 tr td:last-child{ */
/* 	border-width:0px 0px 1px 0px; */
/* }.miTabla2 tr:last-child td:last-child{ */
/* 	border-width:0px 0px 0px 0px; */
/* } */
/* .miTabla2 tr:first-child td{ */
/* 		background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) ); */
/* 	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% ); */
/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af); */

/* 	background-color:#0057af; */
/* 	border:0px solid #000000; */
/* 	text-align:center; */
/* 	border-width:0px 0px 1px 1px; */
/* 	font-size:14px; */
/* 	font-family:Arial; */
/* 	font-weight:bold; */
/* 	color:#ffffff; */
/* } */
/* .miTabla2 tr:first-child:hover td{ */
/* 	background:-o-linear-gradient(bottom, #0057af 5%, #0057af 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0057af), color-stop(1, #0057af) ); */
/* 	background:-moz-linear-gradient( center top, #0057af 5%, #0057af 100% ); */
/* 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0057af", endColorstr="#0057af");	background: -o-linear-gradient(top,#0057af,0057af); */

/* 	background-color:#0057af; */
/* } */
/* .miTabla2 tr:first-child td:first-child{ */
/* 	border-width:0px 0px 1px 0px; */
/* } */
/* .miTabla2 tr:first-child td:last-child{ */
/* 	border-width:0px 0px 1px 1px; */
/* } */
