/* CSS Document */

#formulario { 
				font-family: Verdana;
				font-size:10px;
				text-align:left;
				width:200px;
				color:#005f90;
				margin:0px;
				font-weight:bolder;					
			}

#caja-texto {
				background-color:#0e8bcc;
				color:#CC0000;
				width:200px;
		   }
		   
#formulario textarea { 
						background-color: #0e8bcc;
						color:#FFFFFF;
						width:200px;
						height:5em;
				     }
#boton {
			background-color:#0e8bcc;
			color:#FFFFFF;
			width:auto;
	   }
	   
#area-botones {
				text-align:center;
				margin:1em;
			  }			
				  
