
form {
width:1000px;
height:1200px;
margin:10;
padding: 10px;
background-image: url("trabajohtml/fondo3.jpg");
text-align: center;
font-family: arial;
}
table {
	width: 900px; 
	font-size: 15px;
	}
fieldset {
	margin: 15px; 
	padding: 0 10px 0 10px; 
	border:0px solid #black; 
	text-align: center;
	}
input {
	border-radius: 4px; 
	}
label ,p { 
	margin-right: 2px; 
	font-weight: bold; 
	font-size: 12px; 
	}   
.negrito {
		font-weight:bold;
	}
legend {
		font-family: Lucida Calligraphy;
	}
.negro{
	font-weight: bold;
	font-style: italic;
	}
#foto1 {
	width: 300px;
	height: 150px;
}	
:focus {
	background-color: red; 
	border: 1px solid;
	}