/* Start of CMSMS style sheet 'contactform' */
.contactform
{
	width: 35em;
        margin:auto;

}

.contactform fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.contactform fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	color:#006600;
	font-size:16px;
	text-align:right;
        border: 1px solid #BDD3A3;
	background: #d6e4c5 url(/uploads/images/email_open.gif) no-repeat 2px center;
}

.contactform fieldset .CMSMStextfield label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.contactform div {
  padding: 0.25em 0 0.25em 0;
}

.contactform div:hover {

}

.contactform .CMSMStextfield input {
	color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
	width: 250px;
}

.contactform div.required {
  color: #CC0000;
}

.contactform fieldset .CMSMStextarea label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.contactform .CMSMStextarea textarea {
       color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
       width: 250px;
}

.contactform fieldset .CMSMSselect label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.contactform .CMSMSselect select {
       color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
       width: 250px;
}

.contactform textarea:focus {
	background: #FFFFFF;
}

.contactform .captcha {
  
}

.contactform .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}

.contactform .captcha input {
	color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
	width: 195px;
	margin: 5px 5px 5px 0px;
}

.contactform input:focus {
	background: #FFFFFF;
}

.contactform .submit {

}

.contactformR {
	width: 100%;
}

.contactformR fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.contactformR fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	color:#006600;
	font-size:16px;
	text-align:right;
        border: 1px solid #BDD3A3;
	background: #d6e4c5 url(/uploads/images/email_sent.gif) no-repeat 2px center;
}

.contactformR div {
       padding: 0.25em 0 0.25em 0;
}
/* End of 'contactform' */

/* Start of CMSMS style sheet 'customclasses' */
table.tbltels
{
   margin-left:10em;
}

table.tbltels th
{
   text-align: center;
   padding: 5px 10px;
}

/* Statistics */

table.tblstats
{
   margin: 0 auto;
/*   border:solid 1px #4e6972;*/
}

table.tblstats a{
}

table.tblstats a:hover{
    text-decoration:none;
    background-color:inherit;
}

table.tblstats th
{
   text-align: center;
   padding: 5px 10px;
   background-color:#e2ebeb;
}

tr.d0 td {
   background-color: #fff;
   padding: 5px 10px;

}
tr.d1 td {
   background-color: #edf2f3;
   padding:5px 10px;
}

/* 
 * Enlaces
 */
table.enlaces
{
  width:100%;
  text-align:center;
  border: 0;
}
/* End of 'customclasses' */

/* Start of CMSMS style sheet 'formularios' */
.formularios{
}

.formularios fieldset {
	border: 1px solid #666666;	
        padding: 12px;
}

.formularios fieldset legend {
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	font-size:16px;
	font-weight: bold;
	color:#006600;
	text-align:right;
        border: 1px solid #BDD3A3;
	background: #d6e4c5 url(/uploads/images/email_open.gif) no-repeat 2px center;
}

.formularios div {
  width:275px;
  padding: 0.25em 0 0.25em 0;
  float:left;
}

.formularios div.required {
  width:290px;
  float:left; 
  color: #CC0000;
}

.formularios div:hover {

}

.formularios fieldset .CMSMStextfield label {
  width: 11em;
  margin-right: 0.5em;
  float: left;
  display: block;
  text-align: right;
  color:black;
}

.formularios .CMSMStextfield input {
	width:150px;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
	color: #000000;
}

.formularios .CMSMScheckbox input {
  float:left;
  margin-top:3px;
  margin-bottom:2px;
}

.formularios .CMSMScheckbox label {
  width: 19em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  margin-left: 8px;
  display: block;
  color:black;
  margin-top:3px;
  margin-bottom: 2px;
  margin-right: 15px;
}


.formularios fieldset .CMSMStextarea label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.formularios .CMSMStextarea textarea {
       color: #000000;
       border: 1px solid #BDD3A3;
       border-style: inset;
       background-color:#fafafa;
       width: 250px;
}

.formularios fieldset .CMSMSselect label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.formularios .CMSMSselect select {
       color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
       width: 250px;
}

.formularios textarea:focus {
	background: #FFFFFF;
}

.formularios .captcha {
  
}

.formularios .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}

.formularios .captcha input {
	color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
	width: 195px;
	margin: 5px 5px 5px 0px;
}

.formularios input:focus {
	background: #FFFFFF;
}

.formularios .submit {
}

/* End of 'formularios' */

/* Start of CMSMS style sheet 'solicitud' */
.solicitud
{
	width: 35em;
        margin:auto;

}

.solicitud fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.solicitud fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	color:#006600;
	font-size:16px;
	text-align:right;
        border: 1px solid #BDD3A3;
	background: #d6e4c5 url(/uploads/images/email_open.gif) no-repeat 2px center;
}

.solicitud fieldset .CMSMStextfield label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.solicitud div {
  padding: 0.25em 0 0.25em 0;
}

.solicitud div:hover {

}

.solicitud .CMSMStextfield input {
	color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
	width: 250px;
        margin-bottom:10px;
}

.solicitud div.required {
  color: #CC0000;
}

.solicitud fieldset .CMSMStextarea label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.solicitud .CMSMStextarea textarea {
       color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
       width: 250px;
}

.solicitud fieldset .CMSMSselect label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block
}

.solicitud .CMSMSselect select {
       color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
       width: 250px;
}

.solicitud textarea:focus {
	background: #FFFFFF;
}

.solicitud .captcha {
  
}

.solicitud .captchapict {
	display: block;
	margin: 10px 10px 10px 0px;
}

.solicitud .captcha input {
	color: #000000;
        border: 1px solid #BDD3A3;
        border-style: inset;
        background-color:#fafafa;
	width: 195px;
	margin: 5px 5px 5px 0px;
}

.solicitud input:focus {
	background: #FFFFFF;
}

.solicitud .submit {

}

.solicitudR {
	width: 100%;
}

.solicitudR fieldset {
	border: 1px solid #666666;
	padding: 12px;
}

.solicitudR fieldset legend {
	font-weight: bold;
	padding: 8px 8px 8px 37px;
        margin-bottom: 10px;
	color:#006600;
	font-size:16px;
	text-align:right;
        border: 1px solid #BDD3A3;
	background: #d6e4c5 url(/uploads/images/email_sent.gif) no-repeat 2px center;
}

.solicitudR div {
       padding: 0.25em 0 0.25em 0;
}
/* End of 'solicitud' */

