.ampliar 
{
	font-family: verdana, calibri, arial;
	font-size: 13px;
	border: solid 0px;
	width:16px;
	height:16px;
	position:relative;
	float:right;
	padding:2px;
	margin-top:-3px;
}

.circuloRojo {
margin: auto 0;
text-align: center;
border-radius: 50%;
width: 35px;
height: 35px;
background-color:#FF0000;
}

.circuloAmarillo {
margin: auto 0;
text-align: center;
border-radius: 50%;
width: 35px;
height: 35px;
background-color:#FFFF00;
}

.circuloGris {
margin: auto 0;
text-align: center;
border-radius: 50%;
width: 35px;
height: 35px;
background-color:#CCCCCC;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,0.0); /*dim the background*/
}
.txtComentario {
	padding:5px;
	border:solid;
	border-color:#A6C9E2;
	border-radius:10px;
}
.winPrestaciones {
	display:none;
	z-index:100;
	position:absolute;
	padding:4px; 
	top:20px; 
	left:60px; 
	min-height:25px; 
	overflow: hidden;
	box-shadow: 3px 3px 8px #333;
 	border-radius: 3px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.remitidaCargaInicial {
	text-align:center;
	background-color:#DFD;	
	border:0px solid #DDD;
	padding:5px;
	position:relative;
	top: 10px;
	font-family:calibri,san serif;
	font-size:14px;	
	font-weight:bold;
	color: #000;
	width: 500px;
	margin:0px auto;
}
.docsCargaInicial {
	background-color:#DFD;	
	border:1px solid #DDD;
	padding:3px;
	font-family:calibri,san serif;
	font-size:13px;	
	font-weight:bold;
	color: #000;	
}
.boxDatosInsuficientes {
	background-color:#F00;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:12px;
	height:13px;
}
.boxDatosSuficientes {
	background-color:#0F0;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:12px;
	height:13px;
}
.estadoDatos {
	display:none;
	position:relative;
	margin:0px auto;
	top:0px;
	width:300px;
	text-align:center;
	background-color:#99CC99;	
	border:solid 1px;
	border-color:#999;
	padding:3px;
	font-family:calibri,san serif;
	font-size:14px;	
	color: #FFF;
	box-shadow: 3px 3px 8px #333;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	z-index:200;
}
.datosBorrador {
	position:relative;
	top:0px;
	width:650px;
	text-align:center;
	background-color:#EEEEEE;	
	border:solid 1px;
	border-color:#999;
	box-shadow: 3px 3px 8px #333;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding:3px;
	font-family:calibri,san serif;
	font-size:13px;
}
.form_result {
	position:relative;
	top:0px;
	width:500px;
	text-align:center;
	background-color:#EEEEEE;	
	border:solid 1px;
	border-color:#999;
	box-shadow: 3px 3px 8px #333;
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding:3px;
	font-family:calibri,san serif;
	font-size:12px;
}

.formComentarios {
	position:absolute;
	bottom:2px;
	left: 13px;
	padding:3px;
	background-color:#C8DAFC;	
	border:solid 1px;
	border-color:#669;
	box-shadow: 3px 3px 8px #555;
	border-radius: 3px; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
	width:440px;
	height:150px;
	z-index: 100; 
}

.PacientesVisitas {
	z-index:100;
	width:1100px;
	height:504px;
	position:fixed;
	bottom: 0px;
	left: 100px;
	background-color:#FFF;
	border:solid 1px;
	border-color:#666;
	border-style:inset;	
	}

.cortina {
	z-index:999;
	width:510px;
	height:470px;
	position:fixed;
	bottom: 6px;
	left:70px;
	background-color:#FFF;
	border:solid 1px;
	border-color:#666;	
	border-style:inset;	
	box-shadow: 5px 5px 10px #555;
/*
	border-radius: 5px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
*/
	}

.cerrar {
	background-color:#DDD;
	color:#333;
	padding:0px;
	width:12px;
	height:12px;
	float:right;
	margin-right:13px;
	text-align:center;
	text-indent:inherit;
	}
	
.circulo {
border-radius: 50%;
width: 10px;
height: 10px;
background-color:#0F0;
}
.avisoEXP {
	position:auto;
	float:right;
	padding: 1px 1px 1px 1px;
	background-color:#F00;
	font-family:Calibri, sans-serif;
	font-size:12px;
	color:#FFF;
	border:1px solid;
	border-bottom-color:#FFF;
	border-right-color:#FFF;
	border-left-color:#FFF;
	border-top-color:#FFF;
	width:20px;
	height:12px;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.avisoSEG {
	position:auto;
	float:right;
	padding: 1px 1px 1px 1px;
	background-color:#33F;
	font-family:Calibri, sans-serif;
	font-size:12px;
	color:#FFF;
	border:1px solid;
	border-bottom-color:#FFF;
	border-right-color:#FFF;
	border-left-color:#FFF;
	border-top-color:#FFF;
	width:20px;
	height:12px;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.boxEstado {
	position:auto;
	float:right;
	background-color:transparent;	
	border:none;
	width:10px;
	height:10px;
}

.boxEstadoPURPURA {
	position:auto;
	float:right;
	background-color:#A11480;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoROJO {
	position:auto;
	float:right;
	background-color:#FF0000;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoNARANJA {
	position:auto;
	float:right;
	background-color:#FF8800;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}


.boxEstadoCELESTE {
	position:auto;
	float:right;
	background-color:#AED6F1;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoSIP {
	position:auto;
	float:right;
	background-color:#FFCC00;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoCam {
	position:auto;
	float:right;
	background-color:#F60;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoPen {
	position:auto;
	float:right;
	background-color:#FF0;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoRepr {
	position:auto;
	float:right;
	background-color:#06F;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoApr {
	position:auto;
	float:right;
	background-color:#093;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoTom {
	position:auto;
	float:right;
	background-color:#0C3;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.boxEstadoRech {
	position:auto;
	float:right;
	background-color:#000;	
	border:1px solid;
	border-bottom-color:#666;
	border-right-color:#666;
	border-left-color:#666;
	border-top-color:#666;
	width:13px;
	height:13px;
}

.estadoSIP {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#000;
	background-color:#FC0;
}

.estadoCam {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#FFF;
	background-color:#F60;
}

.estadoApr {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#FFF;
	background-color:#093;
}

.estadoTom {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#FFF;
	background-color:#0C3;
}

.estadoRepr {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#FFF;
	background-color:#06F;
}

.estadoPen {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#000;
	background-color:#FF0;
}

.estadoRech {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;	
	color:#FFF;
	background-color:#000;
}

.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: caps;
	color: #010000;
}
.verdana {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;
}
.calibri {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;
	color: #666;
}
.calibriBlanco {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: caps;
	color: #FFF;
}

.calibriRojo {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;
	color: #F00;
}
.calibriBase {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;
	color:#C09;
}
.calibriAzul {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;
	color: #00F;
}

.calibriNegro {
	font-family: Calibri, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: caps;
	color: #000;
}

.opcinicial {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.opciones {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
.linkrojo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #F00;
}

.titorden {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.titulonaranja {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.tahomatexto {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
}
.tahomaacta {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;		
}
.menues {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F36;
	background-color: #FFF;
}

/*------------------------------------*\
	RESET
caption,th{
	text-align:left;
}
	
\*------------------------------------*/
select {
	background-color:#FFFFFA;
	color: #000; 
}

input {
	background-color:#FFFFFA;
	color: #000; 
}
input:disabled {
	background-color:#DDDDDD;
	color: #000; 
}

textarea {
	background-color:#FFFFFA;
	color: #000; 
}
textarea:disabled {
	background-color:#DDDDDD;
	color: #000; 
}

select:disabled {
	background-color:#DDDDDD;
	color: #000; 
}

ul,ol,li{
	margin:0;
	padding:0;
}
table{
	border-collapse:inherit;
	border-spacing:1px;
}

td{
	text-align:left;
}

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}


/*------------------------------------*\
	NAV
\*------------------------------------*/
#nav{
	list-style:none;
	background-color:#800080;
	font-size:13px;
	font-weight:bold;
	font-family:calibri;
	/* Clear floats */
	float:none;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed. */
	position:absolute;
	box-shadow: 3px 3px 8px #333;
	border-radius: 0px 0px; 
	-moz-border-radius: 0px 0px;
	-webkit-border-radius: 0px 0px;		
	z-index:5;
}
#nav li{
	background-color:#800080;
	float:left;
	margin-right:4px;
	position:relative;
}
#nav a{
	display:block;
	padding:5px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	font-family:calibri;
	background:#800080;
	text-decoration:none;
}
#nav a:hover{
	color:#FFF;
	background:#CC0099;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#CC0099; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(0,0,0,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top:2px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	text-align:left;
	box-shadow: 3px 3px 8px #333;
	border-radius: 0px; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;	
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#CC0099;
	text-decoration:none;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#800080;
}


