﻿body 
{
	font:10px Verdana, Helvetica, Arial, sans-serif; 
	height: 100%;
	position: relative;

}

.buscador-popUP
{	
	width:100%;	
	background-color:#e5e7e5;
	border-left:1px #cccccc solid;	
	border-right:1px #cccccc solid;	
	border-bottom:1px #cccccc solid;	
	margin:0px;
	padding-top:0px;
}

.buscador-popUP .info
{
	float:left;
	padding:4px;
	margin:4px;
}


.buscador-popUP .info span
{
	float:left;
	margin:2px;
}


.buscador-popUP input
{
	float:left;
	margin:4px;
	border:1px #cccccc solid;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:98;
  background-color:#f5f5f5;
  display:none;
}

#mask2 {
  position:absolute;
  left:0;
  top:0;
  z-index:108;
  background-color:#fff;
  display:none;
}
  
.window {
  position:absolute;
  left:0;
  top:0;
  width:780px;
	min-height:300px;
	overflow:hidden;
  display:none;
  z-index:99;
  
  border:5px #e0dfdf solid;
}

.window2 {
  position:absolute;
  left:0;
  top:0;
  width:700px;
	min-height:300px;
	overflow:hidden;
  display:none;
  z-index:109;
  padding:20px;
  border:10px #149cce solid;
}

#popUpContenido {
  min-height :200px;
  overflow :hidden;
  width:780px; 
  padding:10px;
  background-color:#ffffff;
}


#popUpContenido2 {
  min-height :100px;
  overflow :hidden;
  width:700px; 
  padding:10px;
  background-color:#ffffff;
}
.tblaDatos
{
	width:100%;
	font-size:1.2em;
	margin-left:10px;
}

.tblaDatos table
{
	width:100%;
}



.tblaDatos table td
{
	height:10px;
	text-align:left;
	vertical-align:top;
	
}

input
{
	float:left;
	margin-top:1px;
	margin-bottom:15px;
	border:1px #cccccc solid;
}


.paso1
{
	width:685px;
	height:20px;
	font-size:12px; 
	color:#000000;
	font-weight: bold;	
	border:1px #ccc solid;
	background:url(../Images/estadoRegistro_1cast.png);
	background-repeat:no-repeat;
	background-position:center right;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	padding-left:8px;	
	background-color:#f2f2f2;
}

.paso2
{
	width:685px;
	height:20px;
	font-size:12px; 
	color:#000000;
	font-weight: bold;	
	border:1px #ccc solid;
	background:url(../Images/estadoRegistro_2cast.png);
	background-repeat:no-repeat;
	background-position:center right;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	padding-left:8px;	
	background-color:#f2f2f2;
}

.paso3
{
	width:685px;
	height:20px;
	font-size:12px; 
	color:#000000;
	font-weight: bold;	
	border:1px #ccc solid;
	background:url(../Images/estadoRegistro_3cast.png);
	background-repeat:no-repeat;
	background-position:center right;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	padding-left:8px;	
	background-color:#f2f2f2;
}

.paso4
{
	width:685px;
	height:20px;
	font-size:12px; 
	color:#000000;
	font-weight: bold;	
	border:1px #ccc solid;
	background:url(../Images/estadoRegistro_4cast.png);
	background-repeat:no-repeat;
	background-position:center right;
	margin-bottom:5px;
	margin-top:5px;
	padding-top:5px;
	padding-left:8px;	
	background-color:#f2f2f2;
}


.Continuar
{	
	width:145px;
	padding:3px;	
	background-color:#72a73a;
	border:1px #e0dfdf solid;
	margin-left:240px;
	background:url(../Images/siguienteHover.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-color:#f2f2f2;	
}

.Continuar:hover
{
	width:145px;
	padding:3px;
	font-weight:bold;
	color:#358a2f;
	background-color:#567f2b;
	border:1px #e0dfdf solid;
	cursor:pointer;
	background:url(../Images/siguiente.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-color:#f2f2f2;
		
}



#Msg1
{
	color:#fff;
	border:1px #d73a25 solid;
	padding:10px;	
	display:none;
	background-image:url(../Images/alerta.gif) no-repeat;
	background-color:#e75326;
	font-weight:bold;
	
}

#Msg2
{
	color:#fff;
	border:1px #d73a25 solid;
	padding:10px;	
	display:none;
	background-image:url(../Images/alerta.gif) no-repeat;
	background-color:#e75326;
	font-weight:bold;
}

#Msg3
{
	color:#fff;
	border:1px #d73a25 solid;
	padding:10px;	
	display:none;
	background-image:url(../Images/alerta.gif) no-repeat;
	background-color:#e75326;
	font-weight:bold;
}


input[type="checkbox"] .NomActivitat
{
	border:1px #fff solid;
	color:#373838;
	vertical-align:middle;
}


input[type="checkbox"]{
			
	color:#373838;
	border:0px;
	vertical-align:middle;
}
input[type="checkbox"]:hover{
			
    background-color:#efefef;
    border:0px;
    vertical-align:middle;
}

input[type="text"]
{
	height:13px;
	vertical-align:middle;
	border:0px;
	border:1px #e0dfdf solid;
	background-color:#ffffff;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px
}


input[type="text"]:focus
{
	height:13px;
	vertical-align:middle;
	border:0px;
	border:1px #f9671f solid;
	background-color:#f2f2f2;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px
	
}


