/* Start of CMSMS style sheet 'contact-form' */
.contactform fieldset {
padding: 1em;
background: #3D473F;
margin: 0 10% 0 10%;
border:solid 1px #FF9933;
}

.contactform fieldset legend {
font-weight: bold;
font-size: 200%;
color:#FF9933;
}

.contactform div {
width:100%;
padding: 0.25em 0 0.25em 0;
}

.contactform div label {
display: block;
width: 24em;
color:#aaaaaa;
}

.contactform div.required  {
color: red;
}

label em {
font-weight: bold;
color:#FF9933;
}

p em {
font-weight: bold;
color:#FF9933;
}

.submit {
margin: 0 10% 0 10%;
}

.nombre input, .email input, .titulo input {
width: 75%;
}

.mensaje textarea {
width: 80%;
}

.error_message {
background: #fee; 
color: #400;
border: 2px #844 solid;
padding: 10px;
margin-bottom: 1em;
}

/* End of 'contact-form' */

