/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 06:33:45 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS, echa un vistazo a https://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

/* MI CSS CFORMS*/
.cform fieldset label {
color: #9ca8b3 !important;
} 

.cform fieldset{
   background: url(http://www.serviciosmiroviedo.com/wp-content/uploads/2017/08/FondoPizarra.jpg);
    box-shadow: 0px -14px 0px 0px #9e765f !important;
    background-size: cover !important;
    margin-top: 34px !important;
}
.cform legend{
	background: none repeat scroll 0 0 #edab1c;
    color: #000!important;
    font-size: 1em !important;
    font-weight: bold !important;
    padding: 2px 7px 3px!important;
    text-align: center!important;
	text-shadow:none;
}
/* #label--2{
width:80%;
}
#label-2-2{
width:80%;
}*/
#label-3-2,
#label-4-2,
#label-5-2,
#label-6-2{
width:80%;
}


.cform {
    background: none repeat scroll 0 0 #f9f9f9;
    margin: 10px auto 0;
    width: 95%;
    border: 1px solid #eee;
    border-radius: 3px;
}

.cform fieldset {
    margin-top:0;
    padding:5px 0 15px 0;
    border:0;
}

.cform .cf_hidden {
    display:none;
    border:none!important;
    background:none!important;
    padding:0!important;
    margin:0!important;
}

.cform legend {
    
    border-radius: 0 3px 3px 0;
    color: #777777;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 7px 3px;
	width: 100%;
 
}
.cform fieldset:first-child legend {
    border-radius: 0 0 3px 0;
}

ol.cf-ol {
    margin:0!important;
    padding:15px 0px !important;
}

ol.cf-ol li {
    background:none!important;
    margin:5px 0!important;
    padding:0;
    list-style:none!important;
    text-align:left;
    line-height:1.3em;
}
ol.cf-ol li.cf-box-group {
    margin: 10px 0pt 0px !important;
    padding-left: 8%;
}
.cform input.cf-box-b{
	margin: 1px 5px 0 5px!important;
}
label.cf-group-after {
    margin: 0.4em 5px;
    width: 28%;
    text-align: left;
}
label.cf-group-after {
    margin: 0.4em 5px;
    width: 28%;
		min-width: 230px;
    text-align: left;
}
label.cf-group-after span {
    width: 100%;
    display: block;
}
label.cf-after {
    margin: 0.4em 0px;
    width: 10%;
		min-width: 80px;
    text-align: left;
}
label.cf-after {
    margin: 0.4em 0px;
    width: 10%;
		min-width: 110px;
    text-align: left;
}
label.cf-after span{
	width: 110px;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
    padding: 5px 10px;
    margin: 0 auto 0 auto;
    font-size: 2em;
    display: block;
    cursor: pointer;
    width: 175px;
    border-radius: 12px;
    border: 1px solid #ccc;
	background: #9e3629;}
/*FIN CFORMS*/