
body {
	color: #00407B;
	font-size: 0.75em;
	/*background: #F0F0F0;*/
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- Links ---------- */


a {
	color: #00407B ;
	text-decoration: none;
}

a:hover{
	color: #00407B  ;
	outline: 0;
	text-decoration: underline;
}

/* ---------- Headers ---------- */
h1, h2, h3 {
	font-family: "Arial Rounded MT Bold", Arial;
	margin: 1em 0;
	color: #00407B  ;
	line-height: 1em;
}

/* ---------- Headers ---------- */

h1 {
	font-size: 2.273em;
}

h2 {
	font-size: 1.818em;
}

h3 {
	font-size: 1.091em;
}

h1, h2, h3 {
	font-family: "Arial Rounded MT Bold", Arial;
	margin: 1em 0;
	color: #00407B  ;
	line-height: 1em;
}

h4, h5, h6 {
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: normal;
}

/* ---------- Text formatting ---------- */

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

code, pre {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

.important {
	font-weight: bold;
}

fieldset {
	border: 1px solid #BFBFBF;
	padding: 8px;
}

input, select {
	background: #FFF;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	max-width: 65%;
	
}

input[type="text"],input[type="number"], input[type="password"], input[type="file"], input[type="submit"], input[type="button"], input[type="reset"], select, textarea, .textarea, button {
	/*background-image: url(../images/forms/input_shadow.png);
	background-repeat: no-repeat;*/
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 4px;
}

select {
	padding: 3px;
}


input[type="submit"], input[type="button"], input[type="reset"], button, .linkBoton {
	border-color: #DEDEDE #BFBFBF #BFBFBF #DEDEDE;
	color: #34404F;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	padding: 4px;
	width: auto;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:hover, button:focus {
	background: #DFF4FF;
	border: 1px solid #A7CEDF;
	color: #369;
}


label {
  max-width: 100%;
  font-weight: bold;
}

form label{
	display: inline-block;
  	min-width: 150px;
  	margin-right: 20px;
}

.desfibriladores-custom {
	display: inline-block;
  	min-width: 145px;
  	margin-right: 20px;
}


table {
	border-collapse: collapse;
	width: 100%;
}

table, th, td{
	border-spacing: 0;
}

tr:nth-child(2n+1) {
background-color: #e3e3e3;
}

table td{
	color: black;
	text-align: left;
	padding: 5px;
}
table th{
	background-color: #00407B;
	text-align: left;
	color: #fff;
}

/* ---------- Portlet wrapper and icons ---------- */

.freeform .portlet {
	margin-bottom: 0;
}

body.portlet {
	border: none;
}

.portlet-topper {
	position: relative;
	margin-bottom: 1em;
}

.ie7 .portlet-topper{
	z-index: 0;
}

.portlet-title-text {
	border: 0;
	cursor: pointer;
	text-align: right;
}

.portlet-title img {
	vertical-align: middle;
	/* NO QUEREMOS QUE SE MUESTRE EL ICONO DEL PORTLET */
	display: none;
}

.portlet-topper-toolbar {
	margin: 0;
	padding: 2px;
	position: absolute;
	right: 3px;
	text-align: right;
	top: 3px;
	line-height: 1;
}

.portlet-topper-toolbar .nobr {
	display: block;
	float: left;
	padding: 1px;
}

.portlet {
	background: 100% 100% no-repeat;	
	margin-top: 0px;			
	margin-right:0px;			
	margin-left:0px;				
	padding: 0px 0px 16px 0px;
	overflow: auto;
	border-left:0px none #FFFFFF;	
	border-right:0px none #FFFFFF;	
	border-top:0px none #FFFFFF;	
        border-bottom:1px solid #c0c0c0;	
        padding-bottom: 16px !important;
}

.portlet-boundary {
	background: 0 0 no-repeat;  	
	padding-top: 0px;		
	padding-bottom: 16px;		
	padding-left: 16px;		
	padding-right: 16px;		
	overflow: hidden;	
	border-left:0px none #FFFFFF;	
	border-right:0px none #FFFFFF;	
	border-top:0px none #FFFFFF;	
    border-bottom:0px none #FFFFFF;	
}



.portlet-title {
	background-color: #565353 !important;
	display: none;
	font-size: 1.1em;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;    
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial Narrow, Arial, Tahoma, Geneva, sans-serif;
	text-align: right;   	
	text-transform:uppercase;
	height: 27px !important;
        line-height: 27px !important;
}

 .portlet-title, .btn-rosws, .pagination > li > a, .pagination > li > span, .modalbox .titModal, .modalbox .close   {
background-color: #565353 !important;
}

.modalbox h2 {
color: #000 !important;
}

label {
color: #565353 !important;
}

#numRegistrosExp, .xToCerrar {
	color: #000 !important;
	}

.pagination > li > a:hover, .pagination > li > span:hover, .modalbox a:hover.close {
color: #FFF !important;
}

.pagination > li.active > a {
    background-color: #FFF !important;
	color: #565353 !important;
	border: 1px solid #dddddd;
}

.pagination > li > a {
    background-color: #565353 !important;
	color: #FFF !important;
}

.pagination > li > a:hover {
  background-color: #FFF !important;
  color: #565353 !important;	
}

/* ---------------- btn-rosws -------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 12px;
  font-size: 11px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ------- btn Green --------- */
.btn-rosws-green {
  color: #ffffff;
  background-color: #008000!important;
  /*border-color: #cccccc !important;*/
}
.btn-rosws-green:hover,
.btn-rosws-green:focus,
.btn-rosws-green:active,
.btn-rosws-green.active,
.open > .dropdown-toggle.btn-rosws-green {
  color: #ffffff;
  background-color: #00ff00;
  border-color: #adadad;
}
.btn-rosws-green:active,
.btn-rosws-green.active,
.open > .dropdown-toggle.btn-rosws-green {
  background-image: none;
}
.btn-rosws-green.disabled,
.btn-rosws-green[disabled],
fieldset[disabled] .btn-rosws-green,
.btn-rosws-green.disabled:hover,
.btn-rosws-green[disabled]:hover,
fieldset[disabled] .btn-rosws-green:hover,
.btn-rosws-green.disabled:focus,
.btn-rosws-green[disabled]:focus,
fieldset[disabled] .btn-rosws-green:focus,
.btn-rosws-green.disabled:active,
.btn-rosws-green[disabled]:active,
fieldset[disabled] .btn-rosws-green:active,
.btn-rosws-green.disabled.active,
.btn-rosws-green[disabled].active,
fieldset[disabled] .btn-rosws-green.active {
  background-color: #00407B;
  border-color: #cccccc;
}
.btn-rosws-green .badge {
  color: #00407B;
  background-color: #ffffff;
}

/* ------- Generic --------- */
.btn-rosws {
  color: #ffffff;
  background-color: #565353 !important;
  /*border-color: #cccccc !important;*/
}
.btn-rosws:hover,
.btn-rosws:focus,
.btn-rosws:active,
.btn-rosws.active,
.open > .dropdown-toggle.btn-rosws {
  color: #ffffff;
  background-color: #00407B;
  border-color: #adadad;
}
.btn-rosws:active,
.btn-rosws.active,
.open > .dropdown-toggle.btn-rosws {
  background-image: none;
}
.btn-rosws.disabled,
.btn-rosws[disabled],
fieldset[disabled] .btn-rosws,
.btn-rosws.disabled:hover,
.btn-rosws[disabled]:hover,
fieldset[disabled] .btn-rosws:hover,
.btn-rosws.disabled:focus,
.btn-rosws[disabled]:focus,
fieldset[disabled] .btn-rosws:focus,
.btn-rosws.disabled:active,
.btn-rosws[disabled]:active,
fieldset[disabled] .btn-rosws:active,
.btn-rosws.disabled.active,
.btn-rosws[disabled].active,
fieldset[disabled] .btn-rosws.active {
  background-color: #00407B;
  border-color: #cccccc;
}
.btn-rosws .badge {
  color: #00407B;
  background-color: #ffffff;
}

/* ---------------- btn-rosws End -------------------------*/

/* ---------------- pagination     -------------------------*/

.pagination {
  display: table;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 3px 9px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #ffffff;
  background-color: #00407B;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #254E53;
  border-color: #ffffff;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: #00407B;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* ---------------- End pagination     -------------------------*/

.push{
  height: 30px;
}

.right{
	float: right;
	
}
.left{
	float: left;
}

.btn_andor{
	float: right;
	margin-top: -28px;	
}

.center {
    margin-left: auto;
    margin-right: auto;
}

/* ------------------- row ---------------------- */
.row{
	margin-top: 10px;
}

.txtNegrita{
	font-weight: bold;
}


/* -------------------- Ventana modal ------------------ */

.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}

.modalbox{
    width: 400px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in; 
}

.modalbox .titModal{
	padding: 5px;
	background-color: #00407B;
	text-align: left;
	color: #fff;
}	

.actividades{
	min-height: 100px;
	max-height: 400px;
    overflow: scroll;
}

.actividades .item:nth-child(2n+1){
	background-color: #e3e3e3;	
}
.item{
	display: block;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
}

.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}
.resize {
    margin: 10% auto;
    width:0;
    height:0;
 
}
.modalmask:target .movedown{       
    margin:10% auto;
}
.modalmask:target .rotate{     
    transform: rotate(360deg) scale(1,1);
        -webkit-transform: rotate(360deg) scale(1,1);
}
 
.modalmask:target .resize{
    width:400px;
    height:200px;
}

.close {
    background: #00407B;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    left: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
 
}
 
.close:hover {
    background: #e3e3e3;
    color:#222;
}

.registro{
	padding: 5px;
}

.tab{
	margin-left: 5em;
}