﻿
.negrita {
	 font-weight: bold; 
}
body > p {
	color: #FF0000;

}
.texto {
	font-family: "Gill Sans Extrabold", Helvetica, sans-serif;
	color: #FF0000;
}

html {
	background-image: url("images/fondo2.jpg");
	background-repeat:repeat ;
}
#imagen1 { 
 
  float:right; 
  width: 250px; 
}   
#imagen2 {
	float: right;
	width: 300 px;
}


form { 
	width:470px; 
	height:940px;  
	margin:10;  
	padding: 80px;
    background-image: url('images/fondo.jpg'); 
	text-align: center;
	}
fieldset {
	margin: 10px; 
	padding: 0 10px 0 10px; 
	border:1px solid #000; 
	text-align: center;
	}

input {
	border-radius: 8px; 
	}
      
:focus {
	background-color:  	#00FFFF; 
	border: 3px solid;
	}
label { 
	font-size: 15px; 
}

#correo{ 
	background-image: url('images/correo.jpg'); 
	background-repeat: no-repeat;
	background-position:right;
}
	
#cara{ 
	background-image: url('images/cara.jpg'); 
	background-repeat: no-repeat;
	background-position:right;	
}
	
#contraseña{ 
	background-image: url('images/contraseña.jpg'); 
	background-repeat: no-repeat;
	background-position:right;	
}
#pelota{ 
	background-image: url('images/pelota.jpg'); 
	background-repeat: no-repeat;
	background-position:right;	
}
#telf{ 
	background-image: url('images/telf.jpg'); 
	background-repeat: no-repeat;
	background-position:right;	
}
		
div.capa1{
position: absolute; 
  right: 0px; 
  top: 0px; 
z-index: 1;
 }
div.capa2{
position: absolute; 
  right: 50px; 
  top: 50px; 
z-index: 2; }	
div.capa3{
	position: absolute; 
  right: 100px; 
  top: 100px; 
z-index: 3;
 }	
	
fieldset.oculto{
	 
  visibility:hidden; 
  } 
	
	
	
	
	
	
	
	
	
	
	
	
	
	