﻿/*ESTILOS DE LOS FORMULARIOS*/
.lblForm, .lblFormTitle {display:block; font-weight:bold; margin: 10px 0 3px 0;}
.lblFormReport, .lblFormReportResult {display:block; float:left; margin:5px 0 3px 0;}
.lblFormReport {width:30%; text-decoration:none; font-weight:bold;}
.lblFormReportResult {width:70%;}
.lblFormResultList {display:block; margin: 0 0 5px 10px;}
.lblFormTitle { margin:15px 0 3px 0;}
.txtForm, .txtFormLarge, .txtFormShort, .lstForm { border:1px solid #CCC; height:17px; width:200px; padding: 2px 0 0 5px; display:block;}
.txtFormLarge {width:300px;}
.txtFormShort {width:130px;}
.lstForm {height:23px; width:205px;}
.btnForm, .btnFormbtn {float:left; display:block; padding:3px; margin: 30px 10px 10px auto; font-weight:bold; border:1px solid #999;}
.obligatorio {margin: 0 0 0 5px; color:Red;}
.summary, .summarycorrect {margin: 10px 0 0 0; text-align:center; display:block; color:Red; width:100%; overflow:hidden; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100%;}
.summarycorrect { font-weight:bold;}
.summarycorrect { color:Green;}
.linkexpanform { text-decoration:none; color:#000;}
.linkexpanform:hover { text-decoration:underline;}
.explaindiv {display:block; margin: 10px 0 10px 0; border:1px solid #0197d6; padding:10px; overflow:hidden; color:#000; background-color:#d1e3ea;}
.chkConditions { font-weight:bold;}
.lblReport { text-decoration:underline; font-weight:normal;}
.eventosescogidos {overflow:hidden;}
.eventosescogidos li { list-style-type:square; margin: 5px 0 0 25px;}
