/*Formulario de Contacto*/

div.feedback_form .full .box{
/*   margin-left:15px;*/
   width:440px;
   background:white;
padding:0px;
 }

div.feedback_form .full h1{
   font-size: 25px;
margin-top:5px;
 }

div.feedback_form .full h2{
   font-size: 15px;
margin-top:5px;
margin-bottom:0px;
 }

div.feedback_form .full p{
/* font-size: 12px;
   padding-left: 60px;*/
   display:none;
 }

div.feedback_form .full item img {
   vertical-align:middle;
 }

div.feedback_form .full {
   background:#EFEFEF none repeat scroll 0 0;
   border:3px solid #0E355E; //ADBACE;
   padding:10px;
   width:450px;
 }

div.feedback_form .full .content-action .defaultbutton{
   margin-left:15px;
   margin-top:15px;
 }

div.feedback_form .full label {
   display:block;
   float:none;
   width:auto;
 }

div.class-folder .class-feedback-form {
   border:none;
   background:none;
   padding: 0;
 }
div.class-folder .feedback_form h2 {
   font-size:150%;
 }

div.class-folder .feedback_form p {
   font-size:13px;
   padding-left:15px;
 }

#recaptcha_widget_div{
   margin-left:15px;
   margin-bottom: 6px;
 }

div.message-warning {
   background-color:#FFFFE0;
   padding:0.5em 0.5em 0.5em 0.5em;
}

div.message-warning.small {
   background:none;
   color:red;
   font-weight: bold;
   padding:0;
}