@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{background-color:#464545; }
header{ background-color:#2481D7;
border-radius: 15px 15px 0px 0px;
-moz-border-radius: 15px 15px 0px 0px;
-webkit-border-radius: 15px 15px 0px 0px;
height:80px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50affc+0,2588ea+100 */
background: #50affc; /* Old browsers */
background: -moz-linear-gradient(top,  #50affc 0%, #2588ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #50affc 0%,#2588ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #50affc 0%,#2588ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50affc', endColorstr='#2588ea',GradientType=0 ); /* IE6-9 */


	
}
#container{margin:0 auto; width:1024px;
	
}
#logo{ float:left; padding:5px 10px; }
#libro{ float:right; }
#titulo_libro{ float:left; margin-top:25px; margin-right:10px; text-align:center; }
#logo_libro{float:left; margin-right:20px; }

#frm{ padding:20px 100px; }

.etiqueta{ padding:5px 0; border-bottom:#6E6C6C dashed 1px; margin:20px 0 20px 0;
	
}
footer{ background-color:#2481D7;
border-radius:0 0 15px 15px;
-moz-border-radius:0 0 15px 15px;
-webkit-border-radius:0 0 15px 15px;
height:80px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#50affc+0,2588ea+100 */
background: #50affc; /* Old browsers */
background: -moz-linear-gradient(top,  #50affc 0%, #2588ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #50affc 0%,#2588ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #50affc 0%,#2588ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50affc', endColorstr='#2588ea',GradientType=0 ); /* IE6-9 */


	
}

