﻿@charset "utf-8";


/* Asistencia técnica */

#asistencia { margin:0 auto; padding:25px; }
#titulo { border-bottom: dotted 1px #556f8e; }
#titulo .titulo-asistencia { color:#556f8e; font-size:1.5em; }
#texto-introduccion { margin-left:20px; }
#texto-introduccion p { font-size:0.8em; }
#texto-introduccion img { margin-right:30px; }

#formulario-contacto { width:685px; margin:60px auto; font-size:0.8em; }
#formulario-contacto .linea { clear:both; margin-bottom:2px; }
#formulario-contacto input, #formulario-contacto select { border:solid 1px black; }
#formulario-contacto .campo-texto-1 { float:left; width:140px; text-align:right; margin-right:10px; }
.obligatorio { font-weight:bold; }
#formulario-contacto input.campo1 { margin-bottom:2px; width:530px; }
#formulario-contacto textarea.campo1 { width:530px; height:50px; border:solid 1px black; font-family:Arial; font-size:1em; }
#formulario-contacto input.campo2 { float:left; margin-bottom:2px; width:189px; }
#formulario-contacto input.btnEnviar { width:137px; height:19px; padding-bottom:3px; background:url(../img/btnLargo1.gif) no-repeat; font-size:0.9em; border:none; font-weight:bold; }

#txt-obligatorios { width:200px; border-top:solid 1px black; font-size:0.85em; font-weight:bold; }


