﻿@charset "utf-8";


/* Demo fW */
#demo { margin-top:30px; }
#demo #titulo { color:#000; font-size:1.6em; border-bottom:dotted 1px black; }
#demo p { font-size:0.8em; text-align:justify; }
.colorFisio { color:#498d38; }

#tabla-formulario { width:400px; margin:0 auto; }
#demo form { font-size:0.8em; }
input.texto, textarea { width:280px; border:solid 1px black; }

#mas-secciones { margin-top:30px; }
.icono-seccion { float:left; width:132px; height:101px; margin:10px; }
.icono-seccion img { border:none; }


/***** Demo *****/
#demo .titulo_demo { float:left; width:300px; }
#demo .fecha_demo { padding-bottom:20px; }
#demo .titulo_demo p, #demo .fecha_demo p { text-align:justify; }
#demo .titulo_demo strong, #demo .fecha_demo strong { font-size:16px; }
#demo .demo_fw { float:right; width:200px; }
#fw_formulario_contacto { width:530px; margin:0 auto; }
#fw_formulario_contacto .campo1 { float:left; width:100px; height:18px; font-weight:bold; text-align:right; }
#fw_formulario_contacto .campo2 { float:left; width:390px; padding-left:10px; }
#fw_formulario_contacto .campo2 input, #fw_formulario_contacto .campo2 textarea { width:400px; margin-bottom:2px; }
#fw_formulario_contacto .campo2 select { width:400px; height:20px;font-size:11px;  }
#fw_formulario_contacto .campo2 .btnSubmit { width:150px; height:20px; font-weight:bold; background:url(../img/btnSubmit.gif) repeat-x bottom; background-color:#f6e5af; }
#fw_formulario_contacto .campo2 input.radio,#fw_formulario_contacto .campo2 input.check  { border:none; width:14px; vertical-align:middle; }
#fw_formulario_contacto .nota { font-size:10px; color:#999; }

