@charset "UTF-8";


@media all
{

  form.djvform {
	/*background: #f5f5f5;
	border: 1px #ddd solid;*/
	padding-left:0px;
	width:99%;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 15px;
	padding-bottom: 10px;
  }
  
  form.djvform.nofondo{background:none; border:0;}

  form.djvform fieldset {
    margin: 0 0 0 0;
    padding: 0.5em 0.5em;
	padding-left:0px;
	border:0px;
  }

  form.djvform legend {
    font-size: 125%; font-weight: bold; color: red; border-bottom:1px solid #333;
  }
  
  form.djvform .type-text.titulo{font-size: 145%; font-weight: bold; color:#333; border-bottom:2px solid #ccc; margin:0; padding:0; width:98%;}
  form.djvform .type-text.obligatorios{font-size:1.1em; color:#000; margin-bottom:2em;}

  form.djvform label {
    color: #666;
	font-weight:bold;
	display: inline;
	float: left;
	width: 30%;
	text-align: right;
	padding: 2px 15px 0px 0px;
	font-size: 1.4em;
  }

  form.djvform .type-text input,
  form.djvform .type-text textarea,
  form.djvform .type-select select {
    border: 1px solid #214045;
  }
  
  form.djvform .type-text span{color:#2B6E2B;}
  
  form.djvform .type-text a{color:#666666; text-decoration:underline; font-weight:bold;}
  
  form.djvform .type-check a.condiciones{text-decoration:underline; cursor:pointer;}
  
  form.djvform .type-text.condiciones{text-align:justify; font-size:10px; padding-bottom:10px; width:87%;}

  
  form.djvform div input:focus,
  form.djvform div select:focus,
  form.djvform div textarea:focus,
  form.djvform div input:hover,
  form.djvform div select:hover,
  form.djvform div textarea:hover,
  form.djvform div input:active,
  form.djvform div select:active,
  form.djvform div textarea:active {
    border: 1px #2B6E2B solid;
    background: #C5C5C5;
  }

  
  form.djvform .type-button input {
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-right: 1px #444 solid;
    border-bottom: 1px #444 solid;
    color: #fff;
	font-weight:bold;
    background: #454545 url(images/button_gray.png) top left repeat-x;
    padding: .2em 1.0em;
	margin-left: 32%;
  }

  form.djvform .type-button input#reset { color: #fff; background: #661717 url(images/button_gray.png) top left repeat-x; }
  form.djvform .type-button input#submit { color: #fff; background: #3b1e3f url(images/button_enviar.png) top left repeat-x; }

 
  form.djvform div.type-button input:focus,
  form.djvform div.type-button input:hover,
  form.djvform div.type-button input:active {
    border-top: 1px #444 solid;
    border-left: 1px #444 solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    color: #fff;
    background: #555; 
  }

  form.djvform div.type-button input#reset:focus,
  form.djvform div.type-button input#reset:hover,
  form.djvform div.type-button input#reset:active {
    background: #666; color: #fff;
  }

  form.djvform div.type-button input#submit:focus,
  form.djvform div.type-button input#submit:hover,
  form.djvform div.type-button input#submit:active {
    background: #5f3565; color: #fff;
  }


 
  

  form.djvform div.type-text,
  form.djvform div.type-select,
  form.djvform div.type-check,
  form.djvform div.type-button {
    margin: 0.5em 0;
    position: relative;
    overflow: hidden;
  }
  
  form.djvform div.type-legend{margin:0; position: relative; overflow: hidden; margin-bottom:1.5em;}

 
  form.djvform .type-text input,
  form.djvform .type-text textarea {
    display: inline;
    position: relative;
    padding: 0.3em 0.3em;
    width: 60%;
	font-family:Arial, Helvetica, sans-serif;
  }

  form.djvform .type-select select {
    display: block;
    position: relative;
    padding: 0.3em 2px 0.3em 1px;
    width: 60%;
    cursor: pointer;
  }
  form.djvform .type-select select optgroup {
    font-style: normal;
    font-weight: bold;
  }

  form.djvform .type-check {font-size:12px;}
  form.djvform .type-check input { cursor: pointer; }
  form.djvform .type-check label { display: inline; }
  form.djvform .type-check a { font-size:12px; color:#000; }

  
  form.djvform .type-button input {
    width: auto;
    cursor: pointer;
  }

  
  form.djvform div.error {
    border: 1px #a00 dotted;
    background: #faf4f4;
    padding: 0.5em;
	font-weight:bold;
	width:87%;
	color:#a20000;
  }

  form.djvform div.error label { color: #000; font-weight:bold; }
  form.djvform div.error .message { color: #800; }
  
  
  
  form.djvform div.correcto {
    border: 1px #798078 dotted;
    background: #eef8ef;
    padding: 0.5em;
	font-weight:bold;
	width:87%;
	color:#193818;
  }

  form.djvform div.correcto label { color: #000; font-weight:bold; }
  form.djvform div.correcto .message { color: #800; }

 
  
  /* IE5.x & IE6 */
  * html form.djvform legend { position:absolute; top: 1.5em; left: 1.5em; }
  * html form.djvform fieldset { overflow:visible; height: 1%; margin-top:1.5em; padding-top:1.5em; }

  /* IE7 */
  *+html form.djvform legend { position:absolute; top: 1.5em; left:1.5em; }
  *+html form.djvform fieldset { overflow:visible; height:1%; margin-top:-0.8em; padding-top:1.5em; }
}
