
iframe{
	width:100%;
	border:none;
	overflow:scroll;
	
}

.responsiveContent {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;  
  border:none;
  width: 80%;
  
}
.responsiveContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

pre{
 white-space: pre-wrap;       /* css-3 */
 font-family:arial,sans-serif;
 
}
body{
	color:#7b7873;
	font-family:arial,sans-serif;
}
.boton{
	text-decoration:none;
	background-color:#0e72be;
}

.botonvd{
	background-color:#ae292c;
	text-decoration:none;
}

.divboton{
	padding-top:10px;
}
.divtexto{
	padding-top:10px;
}
.h2pie{
	text-align:center;
	font-size:0.8em;
	font-style: italic;
}
.hrheader{
	border:none;
	height:2px;
	background:#dbe3ee;
	clear:both;
}
.hrpie{
	border:none;
	height:2px;
	background:#dbe3ee;
}

.imglogoi{
	float:left;
	width:40%;
}
.imglogod{
	float:right;
	width:40%;
}
.logomus{
	width:50%;
}
.imgpie{
	width:10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.notaopc{
	color:#0e72be;
	font-size:0.8em;
}
.notaobl{
	color:red;
	font-size:0.8em;
}
.pie{
	text-align:center;	
}
.pie figure{
	text-align:center;
	margin:1%;
}
.pregunta{
	margin:0 auto;
	text-align:left;
}
select,option{
	background-color:#dfdfdf;
	border:1px solid #dfdfdf;
	border-radius:5px;
	padding:3px 10px;
	margin:8px 0;
}
[type='text'],[type='password'],[type='url']{
	border:none;
	background-color:#dfdfdf;
	border-radius:5px;
	border:1px solid #dfdfdf;
	display:inline-block;
	padding:3px 10px;
	margin:8px 0;
	
}

[type='button'], [type='submit']{
	margin-top:10px;
	border:2px solid black;

	background-color:#0e72be;
	color:#e5e1e2; 
	
	border-radius:5px;
	padding:3px 10px;
	margin:8px 0;
}
[type='button']:hover, [type='submit']:hover{
	color:orange;
}

[type='button'][value='Volver'], [type='button'][value='Desconectar']{
	background-color:#ae292c;
}


.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.datagrid table td, .datagrid table th { padding: 6px 8px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 16px; font-weight: bold; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #00496B; border-left: 1px solid #E1EEF4;font-size: 14px;border-bottom: 1px solid #E1EEF4;font-weight: normal; }
.datagrid table tbody .alt td { background: #E1EEF4; color: #00496B; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEF4;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #006699;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; }
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #006699; color: #FFFFFF; background: none; background-color:#00557F;}