*{
	margin:0px;
	padding: 0px;
	font-family: helvetica nueve;
	font-weight: lighter;
}
header{
  font-size: 3em;
  font-family: cursive; 
  color:white;
  
}
div#conte{

  background-image:url(http://cache2.asset-cache.net/xc/179737168.jpg?v=2&c=IWSAsset&k=2&d=5nA37Sr0BVpwjtWVLAK5A56Yo18597iHZtFUDSAhcoSAekiWbOVGZjWo9uj4mCaM0);
}
div#barra{
    border-radius: 8px;

}
div#contenedor{

  background-image:url(http://fondos.gratis.es/fondos_webs/fondos_blancos/fondos01_www.gratis.es.jpg);
}
header{
  border-radius: .5em;
    background-color: #666;
    margin: .3em auto; 
    padding: .3em;
    text-align: center;
    width: 95%;

   
}
html,body{

background-image:url(http://cache2.asset-cache.net/xc/179737168.jpg?v=2&c=IWSAsset&k=2&d=5nA37Sr0BVpwjtWVLAK5A56Yo18597iHZtFUDSAhcoSAekiWbOVGZjWo9uj4mCaM0);
  font-family: cursive; 

}

input[type="Button"],input[type="button"]{
    font-family: cursive; 

    border-radius: 8px;

}
label,div{
    font-family: cursive; 

}


h4[type="text"]{
    padding-left: 30px;
    font-size: 1.5em;

}
div #mostrar{
position: absolute;
  top: 25%;
 

}

section#formulario{
	background-image:url(http://fondos.gratis.es/fondos_webs/fondos_blancos/fondos01_www.gratis.es.jpg);
	position: absolute;
	top: 15%;
	left: 35%;
    width: 400px;
    min-height: 100px;
    background-color: white;
    overflow: hidden;
    border-radius: 5px;
        margin: 20px;
    }

    p{
      font-family: cursive; 

    }
p#t1{
    font-size: 3em;
    text-align: center;
    font-family: cursive; 
}   

p#titulo{
    font-size: 1.8em;
    text-align: center;
    margin-top: 20px;
}   
a#btn{
margin-top: 20px;
margin-left: 35px;
-webkit-box-shadow:5px 5px 5px #659dbf;
}
input[type="buton"]{

   margin: 20px;
}
a[type="buton"]{

  margin: 20px;
   width: 350px;
   height: 40px;
   outline: none;
   border: 0px;
   background-color:  #20B2AA;
   color:white;
   font-size: 1.2em;
   border-radius: 5px;
   -webkit-box-shadow:5px 5px 5px #659dbf;
}

select#cboxTipoDocumento{
width: 350px;
  height: 35px;
  margin-left:20px;
  margin-top:0px;
  padding-left: 10px;
  font-size: 1.1em;
  outline: none;
  border: 0px;
  background-color:#dcdcdc;
  border-radius: 5px;
}
div[type="radio"]{
   padding-left: 30px;
    font-size: 1.1em;
}

input[type="text"],input[type="password"],input[type="mail"],input[type="number"]{
	width: 350px;
	height: 35px;
	margin-left:20px;
	margin-top:0px;
	padding-left: 10px;
	font-size: 1.1em;
	outline: none;
	border: 0px;
	background-color:#dcdcdc;
	border-radius: 5px;

}

input[type="submit"]{
   margin: 20px;
   width: 350px;
   height: 40px;
   outline: none;
   border: 0px;
   background-color: 	#20B2AA;
   color:white;
   font-size: 1.2em;
   border-radius: 5px;
   -webkit-box-shadow:5px 5px 5px #659dbf;


}