.izq { 
	width: 360px;
	float:left;
	padding: 30px;	
	background: transparent url(../images/transparency.png) repeat scroll 0 0;
	margin-right: 50px;
	margin-left: 20px;
	height: 208px;
	border: 1px dashed #4D5563;
}

.izq p { font-size:16px; margin: 20px;}

.der { 
	padding: 30px 30px 15px 30px;
	width: 350px;
	float:left;
	border: 1px dashed #4D5563;
	margin-bottom: 30px;
	background: transparent url(../images/transparency.png) repeat scroll 0 0;
	
}

.izq .tit  {  font-size:30px; letter-spacing:-1px; color: #FFCC00; }
.der .tit {  font-size:30px; letter-spacing:-1px; color: #FFCC00; margin-bottom: 20px; }

#mensajeEstado { margin: 20px 0px 0px 0px; width: 280px; height: 50px;}

#mensajeEstado .mensaje_ok { background:  #073828; border: 2px solid #008000; color: #FAFAFA; width: 280px; text-align: center; float:left; height: 50px; }
#mensajeEstado .mensaje_error { border: 2px solid #AF1E2D; background: #E2001A; color: #FAFAFA; width: 280px; text-align: center;  float:left; height: 50px; }