@charset "utf-8";
/* CSS Document */
.block{margin-left:16px;padding-top:16px;}

.h-dot-splitter-green-dark {
background-image:url(../images/border_dot_green_dark.png);
background-position:bottom;
background-repeat:repeat-x;
/*height:3px;*/

padding-bottom:16px;
margin-right:16px;
}

.bg_brown_camuflage {
padding-left:16px;
padding-bottom:28px;
background-image:url(../images/bg_brown_camuflage.jpg);
background-repeat:repeat-x;
}



.sugerencia-header {
padding-bottom:5px;
margin-top:20px;
}

.sugerencia-header h1 {
color:#6b501a;
font-size:24px;
}

.sugerencia-header p {
color:#9f8d6a;
margin-bottom:16px;
}

#sugerencia-form {margin:0px; padding:0px;}
#sugerencia-form .note p {margin-bottom:5px; color:#5b5b5b;}
#sugerencia-form .note {margin-bottom:24px; }
#sugerencia-form .note p strong {color:#425404;}
#sugerencia-form label {color:#425404; margin-bottom:0px;}
#sugerencia-form label.error {color:#FF0000; margin-bottom:8px; display:block; position:relative; top:-10px;}

#sugerencia-form input[type="text"]{
border-color:#5F5F5E;
color:#646464;
height:16px;
padding-top:2px;
text-indent:3px;
margin-bottom:14px;
}

#sugerencia-form textarea {
border-color:#5F5F5E;
color:#646464;
height:59px;
padding-top:2px;
text-indent:3px;
margin-bottom:14px;
}

#sugerencia-form select {
border-color:#5F5F5E;
color:#646464;
height:22px;
padding-top:0px;
margin-bottom:14px;
}