
#pdatos{
	font-size:8pt;
	line-height: 11px;
	color:#999;
}
.IconoOk
{
	background-image: url(../../img/ImgArchivos/2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:123px;
	height:125px;
	float:left;
	}
	
#form { width: 100%;margin: auto; font-size:9pt;}


	#form .campo {
			border: 1px solid #ccc;
			padding: 0.3em;
			font-size: 10pt;
			
			border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			opacity:0.4;
	}

	#form .error {
	border: 1px solid #d62a28;
	padding: 0.3em;
	font-size: 10pt;
	background-color: #ccc;
	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

	#form .com {
			border: 1px solid #ccc;
			padding: 0.3em;
			font-size: 10pt;
			width:18em;
			height: 50px;
			font: 10pt;
			color:#333;
			font-family:Arial, Helvetica, sans-serif;
			
			border-radius:7px;
			-moz-border-radius:7px;
			-webkit-border-radius:7px;
			
			}

	#form .com-error {
	border: 1px solid #d62a28;
	padding: 0.3em;
	font-size: 10pt;
	background-color: #ccc;
	width:18em;
	height: 50px;
	font: 1.5em Lucida Grande, 'Trebuchet MS', verdana, sans-serif;
}

#form .boton {
	border: 1px solid #ccc;
	padding: 0.3em;
	font-size: 10pt;
	width:100px;
	cursor:pointer;
	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;}
			

#error {
	background-color: #d62a28;
	padding: 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:center;
	color: #fff;
	font-weight: bold;
	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

	 #ok {
	background-image: url(../../img/ImgArchivos/2.png);
	background-repeat: no-repeat;
	background-position:  center bottom;
	font-size: 14pt;
	text-align: center;
	width:70%;
	height:300px;
	color:#666;
	padding:80px 0 0 0;
	margin:20px auto;
}
.TxtFormatos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #fff;
	text-align: right;
	vertical-align: top;
	}
