/* Paragraphs */
.vsmcontent {font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-serif; font-size:13px; color:#666666;line-height:20px}

/* Paragraphs */
.vsmcontent P {margin:0px; padding:0px}
.vsmcontent P.title /*Subtitulo*/ {line-height: 26px;color:#222222;letter-spacing: -0.05em;font-weight:700}
.vsmcontent P.highlighted /*Destacado*/ {background:#F2F2F2; padding:10px; margin-top:10px; margin-bottom:10px; width:100%}
.vsmcontent B {color:#444}

/* Text formats */
.vsmcontent SPAN.cursive /* Cursiva */  	{font-family:Courier New; font-size:9pt; font-style:italic}
.vsmcontent SPAN.highlighted /* Resaltado*/ {background-color:#E2E2E2}

/* Links */
.vsmcontent A {color:444; text-decoration:underline}
.vsmcontent A:hover {}

/* Horizontal Rule */
.vsmcontent  HR {width:100%; height:1px; border:0px; color:black}

/* Lists */
.vsmcontent UL			{list-style-image: url(/img/layout/bullet.gif); margin-left:0px; padding-left:24px; margin-top: 12px;}
.vsmcontent UL LI		{margin-bottom:8px}
.vsmcontent OL			{}
.vsmcontent OL LI		{}

/* Tables */
.vsmcontent TABLE{}
.vsmcontent TABLE TR TD {font-size:9pt}
.vsmcontent TABLE.border /* Con Borde */ {background:black; border:0px}
.vsmcontent TABLE.border TR TD {background:white; border:0px; padding:2px}
.vsmcontent TABLE.border TR TD.gray /* Gris */ {background:#EAEAEA;}
.vsmcontent TABLE.border TR TD.black /* Negro */ {background:black; color:white}

/* Image without format */
.vsmcontent IMG {}


.vsmcontent A IMG {border:0px}

/* Image with format */
.vsmcontent TABLE.vsmimage {}
.vsmcontent TABLE.vsmimage DIV.image {margin-left:20px;margin-bottom:20px}
.vsmcontent TABLE.vsmimage DIV.image IMG {} 
.vsmcontent TABLE.vsmimage DIV.image A IMG {border:0px}
.vsmcontent TABLE.vsmimage DIV.source {font-size:7pt; color:#666666; text-align:right; line-height:7pt}
.vsmcontent TABLE.vsmimage DIV.source A {}
.vsmcontent TABLE.vsmimage DIV.caption {font-size:8pt; color:#666666;}
.vsmcontent TABLE.vsmimage DIV.caption A {}

/* Content icons */
.vsmcontent IMG.vsmicon 	{}

/* Forms */
/*.vsmcontent FORM {border-left:4px solid #F0F0F0; padding-left:20px}*/
.vsmcontent FORM {
    padding:25px;
    background:#FAFAFA url(/img/layout/pagebg.png) no-repeat; border:1px solid #E0E0E0;margin:3px 3px 25px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;-o-border-radius: 4px;-khtml-border-radius: 4px;

}
.vsmcontent FORM DIV {background:#fafafa;text-align:center;padding-top:30px}
.vsmcontent FORM DIV.g-recaptcha DIV,
.vsmcontent FORM DIV.g-recaptcha{padding-top:0}

.vsmcontent FORM INPUT {height:20px}
.vsmcontent FORM SELECT {color:#666;background:white}
.vsmcontent FORM SELECT.vsmform {color:#666;background:white}
.vsmcontent FORM INPUT.vsmform.submit {
    border-top:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #888; border-bottom:1px solid #888;margin-bottom:10px;height:36px;color:#777; padding-left:20px;padding-right:20px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius:4px;-o-border-radius: 4px;-khtml-border-radius: 4px;
}

.vsmcontent .vsmform 		{border:0px; border-bottom:1px dotted #666;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-serif; font-size:14px; color:#666666;line-height:20px;color:#EF9304;margin-top:2px; margin-bottom:1px;background:#FAFAFA}
.vsmcontent TEXTAREA.vsmform {border:0px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-serif; font-size:14px; color:#666666;line-height:20px;color:#EF9304;background:url(/img/layout/formbg.gif); line-height:23px;overflow:hidden;}
.vsmcontent .vsmformerror	{border:0px; border-bottom:2px solid #EF9304;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-serif; font-size:14px; color:#666666;line-height:20px;color:#EF9304;margin-top:2px; margin-bottom:0px;backround:url(/img/layout/formerrorbg.jpg) bottom}
.vsmcontent TEXTAREA.vsmformerror {border:0px;font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans-serif; font-size:14px; color:#666666;line-height:20px;color:#EF9304;background:url(/img/layout/formbg.gif); line-height:23px;overflow:hidden;}


#vsmerrormsg{
    background: #ef9b18;
    padding: 10px 0;
    margin-bottom: 30px
    }
