/* CSS Document */

<style type="text/css">

#label1{
	color: #13708C; 
	margin-right: 3%;
	font-size:18px;
	font-weight:bold;
}
#cuerpo1 {
	background-color: #A0AEB2;
}

#contenedor{
	position: absolute; 
	top:10%;
	left:15%;
	width:70%;
	padding:5px; 
	padding-bottom:2%; 
	text-align:center;
	border:3px solid #0F4759;
	background-image:url('farmacia1.gif');
	background-repeat:no-repeat;
}

#titulo1{
	font-family: times new roman,times,serif; 
	color: #0F4759; 
	font-size: 3em; 
	font-weight: bold;
}

#titulo2{
	font-family: times new roman,times,serif; 
	color: #0F4759; 
	font-size: 2em; 
	font-weight: bold;
}

#subtitulo{
	font-family: times new roman,times,serif; 
	color: #13708C; 
	font-size: 24px; 
	font-weight: bold;
	font-style: italic;
}

#titulo{
	display:block;
}

#formulario{
	display: block; 
	width: 60%; 
	margin-left: 21%; 
	margin-top: -2%;
}

#caja{
	width:85%; 
	border:3px solid #0F4759;
	padding:5%;
	background-color:#DEE3E5;
}

#input1{
	margin-bottom:5%;
	text-align:center;
}

#input2{
	display:block;
	margin-left:35%;
}

#contador{
	margin-top:4%;
}

</style>