/* 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:#cdcdcd;
				color:#CC0000;
				width:200px;
		   }
		   
#formulario textarea { 
						background-color: #cdcdcd;
						color:#CC0000;
						width:200px;
						height:5em;
						font-family: Verdana;
	
				     }
#boton {
			background-color:#cdcdcd;
			color:#565656;
			width:auto;
	   }
	   
#area-botones {
				text-align:center;
				margin:1em;
			  }