body {
	background: #eee url(/images/fondo.png) top center repeat-x fixed; 
	text-align: center;
	font-family: times,verdana,arial,sans-serif;
	font-size: 0.95em;
	color: #333;
}

	#container {
		width: 590px;
		height: auto;
		background: #fff url(/images/fondoIn.jpg) bottom right no-repeat;
		color: inherit;
		margin-left: auto;
		margin-right: auto;
		padding: 0px;
		text-align: left;
		border: 2px solid #005B1F;
	}

		#texto {
			margin-left: 20px;
		}

			#texto h2 {
				margin-top: 0px;
				margin-bottom: 3px;
				font-size: 1.3em; 
				color: #005B1F;
			}
			
			#texto a{
				color: #c76904;
				text-decoration: none;
			}
			
				#texto a:hover{
					text-decoration: underline;
				}
				
			#izquierda {
				float: left;
			}
			
			#derecha {
				float: left;
				margin-left:20px;
			}
			
			fieldset {
				border: 0;
				width:270px;
			}

				label,input {
					width: 160px;
					float: left;
					margin-bottom: 5px;
				}

				label {
					width:235px;
					margin:1px;
				}

				input {
					border: 1px solid #ccc;
					color: #000;
				}

				textarea{
					border: 1px solid #ccc;
					color: #000;
					margin-bottom: 0px;
				}

			.submit {
				background-color: #fff;
				border-top: 1px solid #F70;
				border-left: 1px solid #F70;	
				border-right: 1px solid #F70;
				border-bottom: 1px solid #F70;
				margin-top:0px;
				margin-bottom:20px;
				padding: 0;
				color: #000;
			}
		
		#titulo {
			width: auto;
			height: auto;
			background: #393;
			margin-top: 0px;
			margin-left: -20px;
		}
		
			#titulo h1 {
				margin-top: 0px;
				text-align: center;
				font-size: 1.5em; 
				color: #FFFFFF;
			}

		#footer {
			clear:both;
			margin-top:0px;
			padding-top:5px;
			padding-bottom:5px;
			width: auto;
			height: auto;
			font-family: sans-serif;
			font-size: 0.85em;
			text-align:center;
			color:#fff;
			background: #393;
		}

			#footer a {
				color: #fa4;
			}

img {
	border: 0;
	margin-bottom:20px;
}		

a {
	color: #c76904;
	font-weight:bold;
	text-decoration: none;
}


p {
	margin-top:0;
	margin-bottom:0;
}