body{
	background-color:#bce0ee;
	text-align:left;
	font-size:14px;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.header{
	width:100%;
	height:80px;
	color:#FFF;
	background: rgba(179,220,237,1);
	background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(15%, rgba(41,47,227,1)), color-stop(50%, rgba(41,47,227,1)), color-stop(85%, rgba(41,47,227,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
}
.rcorners2 {
  border-radius: 25px;
  border: 2px solid blue;
  height:auto;
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 16px;

	background-color:#7EB8E1;
}
.container {
    width: 80%;
    margin: auto;
    padding: 10px;
}
.dright {
    width: 45%;
    float: left;
}
.dleft {
    margin-left: 15%;
	text-align:left;
}
.zonageo{
	color:#FFF;
	background: rgba(179,220,237,1);
	background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(15%, rgba(41,47,227,1)), color-stop(50%, rgba(41,47,227,1)), color-stop(85%, rgba(41,47,227,1)), color-stop(100%, rgba(188,224,238,1)));
	background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,47,227,1) 15%, rgba(41,47,227,1) 50%, rgba(41,47,227,1) 85%, rgba(188,224,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
}
.good{
	color:#FFF;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	background: #56ab2f;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.bad{
	color:#FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	background: #EB3349;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #F45C43, #EB3349);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #F45C43, #EB3349); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.dg-mine{
	width:800px;
	height:708px;
	margin-top:-300px;
	margin-left:-300px;
	background-color:lightblue;
}

.buttonSrch{
	background-color:#292fe3;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
	/*cursor: not-allowed;*/
}
.buttonSrch2{
	background-color:#292fe3;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
}
.buttonAdd{
	background-color:#66F;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
}
.buttonSrch:hover{
	border-color: rgba(255,255,255,1);
}
@media all and (max-width:30em){
.buttonSrch{
	display:block;
	margin:0.2em auto;
}
} 

.buttonCncel{
	background-color:red;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
}
.buttonCncel:hover{
	border-color: rgba(255,255,255,1);
}
@media all and (max-width:30em){
.buttonCncel{
	display:block;
	margin:0.2em auto;
}
} 
.buttonCncel2{
	background-color:white;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:red;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
	border-color: red;
}
.buttonCncel2:hover{
	border-color: red;
}
.buttonAct2{
	background-color:white;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:green;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
	border-color: green;
}
.buttonAct2:hover{
	border-color: green;
}





.buttonAct{
	background-color:green;
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.1em 0.1em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
}
.buttonAct:hover{
	border-color: rgba(255,255,255,1);
}
@media all and (max-width:30em){
.buttonAct{
	display:block;
	margin:0.2em auto;
}
} 


.x {
	position: absolute;
    top: 8px;
    right: 8px;
	width: 23px;
	height: 23px;
	border: 2px solid #eef5df;
	background-color:#333; /*#ff5248;*/
	border-radius: 50%;
	cursor: pointer;
	color:#000;
	z-index:1000;
	}
.x::before, .x::after {
	position: absolute;
	top: 10px;
	left: 5px;
	width: 13px;
	height: 3px;
	content: "";
	background-color: #eef5df;
	}
.x::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.x::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
.x:hover { cursor: pointer; }
.x:hover::before, .x:hover::after { display: block; }
/***************************************************************************************************************/
.rmve {
	border-radius: 50%;
	cursor: pointer;
	color:#000;
	width:28px;	
	margin-bottom:-3px;
	}

.rmve:hover {
	background-color:#F00;
	cursor: pointer;
	box-sizing: border-box;
	transition: all 0.2s;
 }
 
 
 
/***************************************************************************************************************/
.add {
	position: absolute;
	width: 23px;
	height: 23px;
	border: 2px solid #eef5df;
	background-color:#009;
	border-radius: 50%;

	margin-top:-24px;
	margin-left:230px;
	}
.add span {
	position: absolute;
	top: 2px;
	left: 7px;
	width: 10px;
	height: 10px;
	margin:0;
	border:0;
	color:#eef5df;
	font-weight:bolder;
	}

/***************************************************************************************************************/
table.tecTable{
	margin-top:20px;
    border:groove;
    width: 100%;
	border-radius: 10px;
}

table.tecTable tbody td {
   
    padding: 8px;
	background-color:#FFF;
}
table.tecTable tfoot td {
	background-color:#FFF;
	padding-top:20px;
	padding-bottom:10px;
}
/***************************************************************************************************************/
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 90%;
  text-align: left;
  border-collapse: collapse;
  color:white;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
  color:#000;
  padding-left:10px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
background: #0FBDCE;
background: -moz-linear-gradient(top, #0FBDCE 0%, #6666FF 50%, #0811CE 100%);
background: -webkit-linear-gradient(top, #0FBDCE 0%, #6666FF 50%, #0811CE 100%);
background: linear-gradient(to bottom, #0FBDCE 0%, #6666FF 50%, #0811CE 100%);
  
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/***************************************************************************************************************/
.eye{
	width:40px;	
	margin-bottom:-2px;
}
.eye:hover {
	background-color:#b29af8;
	padding:0.05em ;
	border:0.15em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-align:center;
	transition: all 0.2s;
 }

/***************************************************************************************************************/
.header a:link {
    color:lightblue;
}
.header a:visited {
    color:red;
}
li{
	margin-bottom:15px;
	margin-left:15px;
}

.text{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; line-height:16px; color:#0b5a8b; margin:0;}

.textBold{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; line-height:16px; color:#0b5a8b;}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-top:12px;
	margin-bottom:4px;
}

ht{
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-top:12px;
	margin-bottom:4px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#4B088A;
	margin-top:8px;
	margin-bottom:2px;
}


h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#8A0886;
	margin-top:8px;
	margin-bottom:4px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#006;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}
h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#006;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}
h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#006;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300;
	color:#FFF0FFF;
}
.normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	margin:0;
}

.normal1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
	margin:0;
}

.titulo01{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align: center;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:15px;
	margin-top: 15px;
}
.titulo02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:80px;
	margin-top: 80px;
	margin-left:30px;
	color:#006;
}

.titulo04{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:80px;
	margin-top: 80px;
	margin-left:30px;
	color:#900;
}

.titulo05{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:80px;
	margin-top: 80px;
	margin-left:30px;
	color:#F00;
}

.tbencab{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: left;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:10px;
	margin-top: 10px;
	margin-left:0px;
	color:#006;
}
.titulo03{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	font-weight:bold;
	vertical-align:top;
	color:#009;
}

.contt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	vertical-align:top;
	color:#009;
	margin-bottom:5px;
	margin-left:12px;
	margin-right:12px;
	margin-top:10px;

}

.tabSelected {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color:#FFF;
	
}

.tabEmpty {
	border-bottom: 2px solid #000000;
}

.tabUnselected {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	background-color:#b29af8;
	border: 1px solid #000000;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
}

.tabBlack {
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-top-right-radius: 1em;
	border-top-right-radius: 1em;
	border-top-left-radius: 1em;
	background-color:#000;
	border: 1px solid #000000;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
}

.pregunta{
	font-size:12px;
	text-align: left;
	font-weight:bold;
	color:#930;
	margin-top:15px;
	margin-bottom:5px;
	cursor: pointer;
}
.respuesta{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
	vertical-align:top;
	margin-bottom:15px;
	margin-top: 5px;	
	margin-left: 40px;
	color:#00000;
}

.gt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#8A0886;
	margin-top:8px;
	margin-bottom:4px;
	cursor: pointer;
}

.alerta{
	color:#F00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:12px;
	
}

#gradient-style td
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #666699;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  background-color: #F5FBEF;
  background-image: url("../images/gradbackv.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

/* Line 1049 */
#gradient-style tbody tr:hover td
{
  /*background-color: #d0dafd;*/
  background-color: #F5FBEF;
  background-image: url("../images/gradhoverv.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 105%;
  color: #333399;
}

#gradient-style th
{
  font-size: 13px;
  font-weight: normal;
  /*background-color: #b9c9fe;*/
  background-color: #F5FBEF;
  background-image: url("../images/gradheadv.png");
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #d3ddff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #003399;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

table th
{
  /*padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;*/
}

td, td img
{
  vertical-align: center;
}

table td
{
  /*padding-top: 0.1em;
  padding-bottom: 0.1em;*/
}

.bk_acceso
{
  border-collapse: collapse;
  background-color: transparent;
  background-image: url("../images/icons/historial.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 20px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto 80%;
}

#pattern-style-a
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  background-color: transparent;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  /*margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;*/
}

#pattern-style-a td
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #666699;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

#pattern-style-a tbody tr:hover td
{
  color: #333399;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

#pattern-style-a th
{
  font-size: 13px;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #003399;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

#pattern-style-a thead tr
{
  background-color: transparent;
  background-image: url("../images/pattern-head.png");
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

#rounded-corner th
{
  font-weight: normal;
  font-size: 13px;
  color: #0B610B;
  /*background-color: #F2F5A9;/*b9c9fe;*/
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

/* Line 1049 */
/*
#rounded-corner thead th.rounded-company
{

  background-image: url("../images/left1.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left -1px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
*/
.rounded-corner
{
	background-color:white;
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 14px;
	border-collapse: collapse;

}
.rounded-corner2
{
	background-color:white;
	font-family: "Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size: 14px;
	border-collapse: collapse;

}

.rounded-corner h2{
	color:#292fe3;
}
.rounded-corner2 h3{
	color:#292fe3;
}




.rounded-corner th
{
  font-weight: normal;
  font-size: 14px;
  color: #F7FE2E; /*ama INT! */

  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

/* Line 1049 */
.rounded-corner thead th.rounded-q4
{
  /*background-color: #F2F5A9;/* celeste hover */
  background-color:white;
  background-image: url("../images/right1.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right -1px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

.rounded-corner tbody tr:hover td
{
  /*background-color: #FAAC58;  /*celeste hover*/
  
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

.rounded-corner td
{
  /*background-color: #F2F5A9;/* celeste fondo */
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
  /*color: #666699;/* morado*/
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.blkgiz {
   top: 10%;
   left: 89%;
   position:absolute;
   display:inline;
   text-align:center;
   font-family: Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:12px;
   color:#480000;
}

.borde-izq{
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-topright: 2em;
}
.fdoa{
	background-color:#efeeb2;
}

#blanket {
	background-color:#111;
	opacity: 0.65;
	*background:none;
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(pop-back.jpg) no-repeat;
	width:400px;
	height:400px;
	border:5px solid #000;
	z-index: 9002;
}

.cumple{
	color:#030;
	font-weight:bold;	

}
.NO_Cumple{
	color:#900;
	font-weight:bold;	

}
.cppo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	color:#0b5a8b;
	text-align:left;
	display:inline;
}

.vall{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0000ff;
	text-align:left;
}

.break { page-break-before: always; }