@charset "utf-8";
/* CSS Document */

.starthidden { display:none; }

#container {
	
	height: 100%;
	width: 100%;
	margin-top:-8px;
}
#container #general {
	height: 100%;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;

}

#container #general #cuerpo {
	background-color: #F2F2F2;
	height: 100%;
	width: 1030px;
	background-image:url(../imagenes/fondo.png);

}

#container #general #cuerpo #contenido {
	background-color: #FFF;
	height: 900px;
	width: 780px;
	margin-left: 122px;
	
	
}



#container #general #cuerpo #contenido #header {
	background-image: url(imagenes/header_Pagos.png);
	height: 116px;
	width: 780px;
}

#container #general #cuerpo #contenido #texto {
	margin-left:auto;
	margin-right:auto;
	width: 700px;
	text-align:justify;
}

#container #general #pie {
	background-image: url(../imagenes/footer.png);
	width:780px;
	height:50px;
	margin-left:122px;

}

#page-wrap #Pat{
	width:640px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	position:absolute;
	top: 173px;
	left: 181px;
	height: 1px;
}

#page-wrap #Pat #textPat {
	width:auto;
	position:absolute;
	left: 5px;
	top: -13px;

}

label { 
	width: 10em; 
	float: left; 
}

label.error {
	float: none;
	color: #F00;
	padding-left: 0.5em;
	vertical-align: top;
}


.verifica{  /* Mensaje incorrecto*/
    border-style:solid;
	border-width:1px;
	border-color:#e70000;
	color:#FF0000;
	background-color: #FF99CC;
	top:123px;
	left:15px;
}

.verificacorrecto{ 

    border-style:solid ;
	border-width:2px;
	border-color:#62C4E0;
	color:#333333;
	background-color: #62C4E0;
}

.fuenteTitulo1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666;
	
	}
	
.fuenteTitulo2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666;
	
	}




	input, textarea,select { 		
		padding: 3px; 
		margin: 0px 0px 0px 0px; 
		background: #fff; 
		width: 220px; 
		font-size: 14px; 
		color: #555; 
		border: 0px #ddd solid;
		
		/* -- CSS3 Shadow - create a shadow around each input element -- */ 
		-webkit-box-shadow: 0px 0px 4px #aaa;
		-moz-box-shadow: 0px 0px 4px #aaa; 
		box-shadow: 0px 0px 4px #aaa;
		
		/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
		-webkit-transition: background 0.3s linear;							
	}
	
	textarea {		
		width: 390px; 
		height: 175px; 		 		
	}
	
	input:hover, textarea:hover { 
		background: #eee; 
	}
	
	.td_espacio{
		height: 20px; 
	}


	
