@font-face{
	font-family:Century Gothic;
	src: url(fonts/4365.ttf);
}
body{
	font-family:Century Gothic;
	color:#004556;
	text-align:justify;
	line-height:1.5em;
}
.contenedor{
	position:relative;
	margin:80px auto 0px auto;
	width:470px;
	bottom:50px;
}
@media screen and (min-device-width : 1367px){
.contenedor{
	width:580px;
}
}
@media screen and (max-device-width : 1366px){
.input3{
	position:relative;
	float:left;
	font-family:Century Gothic;
	font-size:0.9em;
}
}
.title{
	font-size:1.7em;
	color:#eb2525;
}
.formu{
	width:100%;
	height:25px;
	background:none;
	border:solid 1px #004556;
	border-radius: 3px;
	color:#CCC;
	font-family:Century Gothic;
	padding-left:10px;
}
.formu2{
	width:100%;
	height:25px;
	background:none;
	border:solid 1px #004556;
	border-radius: 3px;
	color:#CCC;
	font-family:Century Gothic;
	text-align:center;
}
.input{
	position:relative;
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Century Gothic;
}
.input2{
	position:relative;
	float:left;
	width:10px;
	margin-left:3px;
	margin-right:4px;
	margin-top:4px;
	font-size:1.8em;
	font-family:Century Gothic;
	text-align:center;
}
.input3{
	position:relative;
	float:left;
	font-family:Century Gothic;
}
.submit{
	position:relative;
	float:left;
	width:60%;
	height:25px;
	background:#eb2525;
	border:none;
	border-radius: 3px;
	color:#FFF;
	text-align:right;
	cursor:pointer;
	font-family:Century Gothic;
	background:url(../img/send.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
}
.inputs{
	position:relative;
	float:left;
	width:70%;
	height:auto;
	text-align:left;
}
.plus{
	position:relative;
	float:left;
	width:29px;
	height:29px;
	background:none;
	border:solid 1px #004556;
	border-radius: 3px;
	color:#004556;
	font-size:20px;
	text-align:center;
	font-family:Century Gothic;
	font-weight:bold;
}