.campo{
	border: solid 1px #636363;	
	border-radius: 3px;
	margin-bottom:10px;
	width:373px;
}
.campotexto{
	border: solid 1px #636363;	
	border-radius: 3px;
	width:375px;
	height:130px;
	}

#itAno{
	border: solid 1px #636363;	
	border-radius: 3px;
	margin-bottom:10px;
	width:148px;
	}
#itSerie{
	border: solid 1px #636363;	
	border-radius: 3px;
	margin-bottom:10px;
	width:143px;
	}


.boton{
	background:#E2001A;
	border: solid 0;
	color:#FFFFFF;
}
.boton1{
	margin-top:10px;
	float:right;
	background:#2EAADC;
	border: solid 0;
	color:#FFFFFF;
	padding: 5px;
	margin-left:10px;
}
.errores{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background:red;
	box-shadow:0 0 10px rgba(0,0,0,0.3);
	color:#FFFFFF;
	display:none;
	font-size: 13px;
	margin-top: -35px;
	margin-left:210px;
	padding:5px;
	position:absolute;
}