/* CSS Document */

	

	.txtCampos{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
	}

	.txtTitulo{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bolder;
		color: #666666;
	}
	
	.txtTexto{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}


	.txtMiniatura{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#000000;
	}
	
	 .cuerpoLogeo{
	 
		 position: absolute;
		top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
		left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
		width: 380px; /* Definimos el ancho del objeto a centrar */
		height: 250px; /* Definimos el alto del objeto a centrar */
		margin-left: -190px; /* Restamos la mitad de la anchura del objeto con un margin-left */
		margin-top: -125px; /* Restamos la mitad de la altura del objeto con un margin-top */
		
        background:#FFFFFF;
        /*Mozilla*/
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        /*Crome*/
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border: solid 3px #666666;
		opacity:0.9;
			filter: alpha(opacity=90);
    }
	
	
	
	.imgVentana{
		float:left;
		width:64px;
	
	}
	
	.contenidoVentana{
		float:left;
		width:270px;
		margin-top: 27px;
		margin-left: 5px;
		
	}
	
	.blancoVentana{
	  background:#FFFFFF;
        /*Mozilla*/
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        /*Crome*/
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
		width:100%;
		height:100%;
	}
	
	
	.txtValidar{
		background-color:#FF6600;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
	}
	
	.botonera1{
		width:100%;
		height:20px;
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		background-color:#FFFFFF;
	}
	.mensaje1{
		width:100%;
		height:50px;
		background-color:#C5DBEC;
	}
	
	.txtCampos2{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFFFF;
	}

	.tablaRedonda{

	  background:#212121;
        /*Mozilla*/
        -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        /*Crome*/
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
		width:auto;
	}
	
	
	.botones{
	padding:3px;
	}
	
	.superior{
  		background:#FEF1A9;
       	width:100%;
		height:50px;
		border-bottom:solid 2px #FFDE2E;
		  -moz-border-radius-topleft:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomleft:5px;
        -moz-border-radius-bottomright:5px;
        /*Crome*/
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
		
	}

	.fondo{
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		margin-left:0px;
		margin-left:0px;
	
	}


	
	.headerPage{
		width: 100%;
		height: 30px;
		border:solid 2px #000000;
		background:#333333;
		background-image:url(../images/mini.png);
	}
	
	.pie{
	
	height:15px;
	background:#333333;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:1000px;
	padding:4px;
	border-top:solid 2px #000;
	}
	
	.imagen{
	margin-top:100px;
	opacity:0.2;
	filter: alpha(opacity=10);
	}
	
	.contenedorFoto{
	float:left;
	border-left:solid 2px #DDDDDD;
	width:330px;
	height:500px;
	
	}
	
	.foto{
	width:270px;
	height:298px;
	border:solid 4px #DDDDDD;
/*	background:#333333;
*/	}
	
	.contenedorFormulario{
	float:left;
	border-left:solid 2px #DDDDDD;
	width:500px;
	height:500px;
	}
	

.texto2{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}	
		
		
		.btn{
			background-color:#F90;
			color:#FFF;
			cursor:default;
			font-size:12px;
		}
		
		.numero{
			font-family:Verdana, Geneva, sans-serif;
			font-size: 14px;
			font:bold;
			
		}
		
		
		.textoMensaje{
			font-size:14px;
		}
		
		.norepetir{
			background-repeat:no-repeat;
			
		}
		
		
		
		
		
		
		
		

	
		
			
		.btnPag{
		border:solid 1px #9aafe5; margin-right:2px;
		font-weight:bold;
		color:#4A7FBA;
		font-size:10px;

		padding:2px 4px;
		
		 margin-right:2px;
		}
	
	.btnPag2{
	border:solid 1px #9aafe5; margin-right:2px;
		font-weight:bold;
		color:#4A7FBA;
		 padding:4px 6px;
		 margin-right:2px;
	}
	
	.sa{
	border:solid 1px #F00;	
	}
		
		
		.visitado{
		background:#2e6ab1; color:#FFFFFF; font-weight:bold; padding:4px 6px;
		argin-right:2px;
		}
		
	
		
		.activo{
		background:#2e6ab1; color:#FFFFFF; font-weight:bold; padding:4px 6px;
		 margin-right:2px;
		 cursor:default;
		}
		
		
		.textomini{
		font-size:12px;
		color:#333333;
		}
		
		
		
		
		
.botonCss{
border:1px solid #25729a; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #3093c7;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3093c7), color-stop(100%, #1c5a85));
 background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
 background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
 background-image: linear-gradient(top, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
  }
  
  
  .botonCss:hover{
 border:1px solid #1c5675; background-color: #26759e;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#26759e), color-stop(100%, #133d5b));
 background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
 background-image: -moz-linear-gradient(top, #26759e, #133d5b);
 background-image: -ms-linear-gradient(top, #26759e, #133d5b);
 background-image: -o-linear-gradient(top, #26759e, #133d5b);
 background-image: linear-gradient(top, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}
