@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: myFirstFont;
    src:url(../scripts/A_little_sunshine.ttf);
}	
Body{
	margin:0px;
	padding:0px;
	background-color:#5CBDB4;
	font-family: myFirstFont;
	font-size:1.3em;
  color:1A1A1A;
  	background-image: url(../images/pqrd_fondo.jpg);
	background-repeat:repeat-x;
	background-position:center;
  }

#contenido{
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	height:700px;

	}
	
#contenido1{
	float:left;
	width:329px;
	padding-top:70px;
	position:relative;
	left:7px;}
	
#contenido2{
	float:left;
	width:800px;
	min-height:637px;	
	padding-top:30px;
	background-image: url(../images/fondo1.png);
	background-repeat:repeat-x;
	background-position:0px -55px;
}


#contenido2 .forma{
	width:659px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;}
	
input{border-radius: 8px;
}
.inptobs{border-radius: 8px;
width:300px;
height:100px;
border:#CCC2B3 2px solid;}
.bombilla{
		background-repeat:no-repeat;
	}
	


/* Example stylistic flourishes */

#filePqr{
	position: relative;
	 border: 2px solid #ccc2b3;
    border-radius: 8px;
    height: 30px;
	display: inline-block;
	  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  	font-family: myFirstFont;
	background-color:#9E135F;
	border:#C1272D 2px solid;
	color:#fff;
	font-size:.8em;
	font-weight:400;
	transform: rotate(-2deg);
}


.enviar {
    background: #C1272D;
	border:#9E135F 2px solid;
    border-radius: .2em;
    padding: .1em;
	color:#fff;
	margin-top:3px;
	font-size:2em;
	font-family: myFirstFont;
	transform: rotate(-4deg);
	font-weight:600;
}

.campos {
border:#CCC2B3 2px solid;
   border-radius: 1em;
   margin-bottom:5px;
}
.campos_tm {
   width:95%;
   height:22px;
}
.campos_tm2 {
   width:255px;
   height:22px;
   margin-top:5px;
}
.campos_tm3 {
   width:448px;
   height:22px;
   margin-top:5px;
}
.despegable {
border:#CCC2B3 2px solid;
   -webkit-border-top-left-radius: 1em;
-webkit-border-bottom-left-radius: 1em;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
border-top-left-radius: 1em;
border-bottom-left-radius: 1em;
   width:90%;
   height:30px;
    margin-bottom:5px;
}
.listo{
	font-family: myFirstFont;
	color:#9C1363;
	font-size:2em;
	line-height:5px;
	font-weight:700;
	}


