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