@charset "utf-8";
/* CSS Document */
/* s*/
.boxtitulo {
	background-color: #3a0064;
    width: 98%;
	float: left;
	padding: 5px;
	margin:0px;	
}
/* s*/
.titulo-cuerpo {
	font-family: 'Roboto';
	float:left;
	width: 98%;
	font-size:16px;
	font-weight:bold;
	color:#3A0064;
	background: #d1d1d1;
	padding:5px;
}
/* s*/
.titsector {
	font-family: 'Roboto';
	font-size:16px;
	font-weight:bold;
	padding: 10px 5px 5px 5px;
	color: #3A0064; 
	float:left;
	width:98%;
}
/* s*/
.titseccion {
	font-family: 'Roboto';
	font-size:14px;
	font-weight:bold;
	padding:5px;
	color: #3A0064;
	float:left;
	width:98%;
}
/* s*/
.titzona {
	font-family: 'Roboto';
	font-size:14px;
	font-weight:bold;
	padding:3px;
	color: #FFF;
	background:#3A0064;
	float:left;
}
/* s*/
label { 
	font-family:  'Roboto';
	height:25px;
	font-size:14px;
	font-weight:bold;
	margin: 5px 0; 
}
/* s*/
input, select {
font-family:  'Roboto';
height:25px;
font-size:14px;
font-weight:bold;
border:none;
border-bottom: 2px #D1D1D1 solid;
width:90%;
padding:1px;
}
textarea {
font-family:  'Roboto';
height:60px;
font-size:14px;
font-style:italic;
background:#EEE;
border:1px solid #D1D1D1;
width:95%;
padding:10px 0px;
}
/* s*/
.check {
font-family:  'Roboto';
font-size:14px;
border:none;
width: auto;
padding:3px;
}
/* s*/
.form-input-active input:focus {
border: 1px solid green;
box-shadow: 0 0 3px green;
-moz-box-shadow: 0 0 3px green;
-webkit-box-shadow: 0 0 3px green;
}
/* s*/
input:focus, textarea:focus, checkbox:focus, select:focus {
outline-offset: 0px;
outline: none;
}
/* s*/
@-webkit-keyframes autofill {
    0%,100% {
        color: #000;
        background: #d1d1d1;
    }
}
/* s*/
input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/* s*/
.btnform {
font-family:  'Roboto';
font-size:14px;
color:#FFF;
border:none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background:#3A0064;
cursor:pointer;
}
/* s*/
.btnicon {
background:#3A0064;
border:none;
padding:3px;
cursor:pointer;
}


.boxmain {
	font-family:  'Roboto';
	background-color:#FFFFFF;
    width: 100%;
	float: left;
    box-sizing: border-box;
	margin-bottom: 10px;
	font: 18px 'lato';	
}

h1 { font: 18px 'lato'; font-weight:bold; margin: 5px 0; }
h2 { font: 18px 'lato'; font-weight:bold; margin: 10px 0; color:#544A7F; }

/* s*/
.ini-titulo {
text-align:center;
font-family: 'Roboto';
font-size:18px;
font-weight:bold;
color:#d1d1d1;
}
/* s*/
.ini-input {
font-family:  'Roboto';
color: #000;
font-size:14px;
font-weight:bold;
border:none;
background:#d1d1d1;
width:90%;
}
/* s*/
.ini-table-input {
padding:5px;
-moz-border-radius: 0px 15px 15px 0px;
-webkit-border-radius: 0px 15px 15px 0px;
border-radius: 0px 15px 15px 0px;
background:#d1d1d1;
}
/* s*/
.ini-table-img {
padding:2px;
width:30px;
-moz-border-radius: 15px 0px 0px 15px;
-webkit-border-radius: 15px 0px 0px 15px;
border-radius: 15px 0px 0px 15px;
background:#d1d1d1;
}
/* s*/
.ini-boton-input {
padding:5px;
cursor:pointer;
width: 100%;
font-family: 'Roboto';
font-size:16px;
font-weight:bold;
text-align: center;
border:none;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#17f337), to(#4F82F7))
}
/* s*/
.ini-link {
text-align:center;
font-family: 'Roboto';
font-size:16px;
font-weight:bold;
text-decoration:underline;
color:#d1d1d1;
}
.ini-link2 {
text-align:center;
font-family: 'Roboto';
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#d1d1d1;
}
/* s*/
.msjanuncio {
text-align:center;
font-family: 'Roboto';
font-size:14px;
font-weight:bold;
font-style:italic;
padding:10px;
color:#d1d1d1;
}
/* s*/
.ini-logo {
text-align:center;
position:relative;
top:38px;
}
/* s*/
.msjmin {
font-family: 'Roboto';
font-size:12px;
font-style:italic;
padding:2px;
}
/* s*/
.msjmed {
font-family: 'Roboto';
font-size:14px;
padding:2px;
}
/* s*/
.msjerror {
font-family: 'Roboto';
font-size:12px;
font-weight:bold;
font-style:italic;
padding:2px;
color:#7A1C1D;
margin:5px 0px 5px 0px;
}
/* s*/
.msjadv {
font-family: 'Roboto';
font-size:12px;
font-weight:bold;
font-style:italic;
padding:2px;
margin:5px 0px 5px 0px;
color:#0F7121;
}

/* s*/
.divlog {
    float:right;
	text-align:right;
	font-family:  'Roboto';
	font-size:14px;
	font-weight:bold;
}

/* s*/
.datospaciente{
	background:#EEE; 
	float:left;
	width:98%;
	padding:5px 0px;
	border-bottom: 1px solid #3A0064;
	border-top: 1px solid #3A0064;
}

/* s*/
a {
font-family: 'Roboto';
font-size:14px;
font-weight:bold;
text-decoration: none;
color:#3A0064;
padding:2px;
}
/* s*/
a:hover {
color:#FFF;
background:#3A0064;
}

/* s*/
.textorep { 
font-family: 'Roboto';
font-size:14px;
border: 1px #D1D1D1 solid; 
padding: 2px; 
width: 95%;
background:#FFF;
}
/* s*/
.textored { 
font-family: 'Roboto';
font-size:14px;
border: 1px #000 solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; 
padding: 2px; 
width: 95%;
background:#FFF;
}

.btn_ipfchq {
	background-color:#544A7F;
	border:1px solid #544A7F;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'lato';
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	margin:6px 3px;
}
.btn_ipfchq:hover {
	background-color:#8379B1;
}
.btn_ipfchq:active {
	position:relative;
	top:1px;
}

.btn_ipfchf {
	background-color:#8379B1;
	border:1px solid #8379B1;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'lato';
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	margin:6px 3px;
}
.btn_ipfchf:hover {
	background-color:#544A7F;
}
.btn_ipfchf:active {
	position:relative;
	top:1px;
}




.btn_ipfch {
	background-color:#544A7F;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	border-radius:18px;
	border:1px solid #544A7F;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'lato';
	font-size:14px;
	padding:3px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #295172;
	margin:3px;
}
.btn_ipfch:hover {
	background-color:#8379B1;
}
.btn_ipfch:active {
	position:relative;
	top:1px;
}



.colp1 {
    float:left;
	width:25%;
	min-width:300px;
	margin:3px;
}

.colp0 {
    float:left;
	width:20px;
	margin:3px;
}

.colp2 {
    float:left;
	width:50%;
	min-width:310px;
	margin:3px;
}

.colp3 {
    float:left;
	width:99%;
	min-width:310px;
	margin:0px;
}

.colp3asc {
    float:left;
	width:100%;
	min-width:310px;
	margin:3px;
}

.colp3tab {
    float:left;
	width:95%;
	min-width:100px;
	margin:3px;
}

.colp4 {
    float:left;
	width:40%;
	min-width:310px;
	margin:3px;
}

.colp5 {
    float:left;
	width:30%;
	min-width:290px;
	margin:3px;
}

.colp5firma {
    float:left;
	width:22%;
	min-width:135px;
	margin:3px;
	text-align:center; 
	margin-right:15px;
}

.colp6 {
    float:left;
	width:30%;
	min-width:350px;
	margin:3px;
}

.colp7 {
    float:left;
	width:10%;
	min-width:100px;
	margin:3px;
}

.colp8 {
    float:left;
	width:45%;
	min-width:310px;
	margin:3px;
}

.colp9 {
    float:left;
	width:80%;
	min-width:310px;
	margin:3px;
}

.colp10 {
    float:left;
	width:70%;
	min-width:310px;
	margin:3px;
}

.colp11 {
    float:left;
	width:18%;
	min-width:300px;
	margin:3px;
}
.colp12 {
    float:left;
	width:25%;
	min-width:310px;
	margin:3px;
}
.colp13 {
    float:left;
	width:15%;
	min-width:140px;
	margin:3px;
}

 /* s*/


.hoverTable{
	width:90%; 
	border-collapse:collapse; 
	font-family: 'Roboto';
	font-size:14px;
}

.hoverTable th{ 
	background-color: #3A0064; 
	color:#FFF; 
	font-size:14px; 
	padding: 3px; 
	font-weight:bold;  
	border:#FFF 2px solid; 
	min-height:25px; 
	cursor: default;
}
.hoverTable td{ 
	padding:3px; 
	border:#FFF 2px solid;
	font-size:12px; 
	min-height:25px;
}

.hoverTable tr{
	background: #D1D1D1;
}

.hoverTable tr:hover {
    background-color: #BB5DFF;
	cursor:pointer;
}
	
.textrot{
	margin: -5px 5px;
	float:right;
    display: block; 
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
}

/* s*/
.inidiv {
    display: block; 
    position: fixed; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}


.inidiv-content {
    background-color: #3a0064;
    margin: auto;
    border: none;
	padding: 10px;
    width: 280px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}


.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


@media print {
        .NOimprime {
           display: none;
        }
}

