/*Estilos agregados para el contenido de vissoft*/
.post .entry a:link { text-decoration: none}
.post .entry a:visited { text-decoration: none}
.post .entry a:active { text-decoration: none}

.divclear{
   clear: both;
}

.imageIzq {
   float: left;
   margin: 3px 0 0 0;
   border: none;
}
/*Margen del contenido con respecto al posicionamiento de las imagenes*/
.margenIzq{
   margin-left: 240px;
}

/*Inicio estilos definidos para el formulario de cotizacion*/
.post .entry #mensaje_info {
   width: 420px;
   height: 28px;
   margin: 0 auto;
   padding-left: 40px;
   font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
   font-size: 15px;
   font-weight: normal;
   color: #555;
   background: url(images/ico_info.png) no-repeat 3px 3px;
   border-top: 2px solid #FF964C;
   border-bottom: 2px solid #FF964C;
}
.post .entry #mensaje_error {
   width: 350px;
   height: 28px;
   margin: 0 auto;
   padding-left: 40px;
   font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
   font-size: 15px;
   font-weight: normal;
   color: #555;
   background: url(images/ico_error.png) no-repeat 3px 3px;
   border-top: 2px solid #FF964C;
   border-bottom: 2px solid #FF964C;
}

.post .entry #formulario {
   margin: 0 auto;
   padding: 0;
   /*background-color: #fcfcfc;*/
}
.post .entry #formulario fieldset {
   border: 0;
   padding-left: 70px;
   padding-top: 0px;
}

.post .entry #formulario label,input {
   font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
   font-size: 15px;
   display: block;
   width: 185px;
   float: left;
   margin-bottom: 10px;
}

.post .entry #formulario label {
   color: #555;
   text-align: right;
   width:120px;
   padding-right: 10px;
   margin-left: 5px;
}

.post .entry #formulario input {
   border-left: 1px solid #999;
   border-top: 1px solid #999;
   border-bottom: 2px solid #999;
   border-right: 2px solid #999;
   color: #2F4165;
   width: 300px;
   /*background-color: #FFECAF;*/
}

.post .entry #formulario textarea{
   border-left: 1px solid #999;
   border-top: 1px solid #999;
   border-bottom: 2px solid #999;
   border-right: 2px solid #999;
   font-family: "Trebuchet MS", Vendana, Arial, sans-serif;
   font-size: 15px;
   color: #2F4165;
   /*background-color: #FFECAF;*/
}

.post .entry #formulario .submit {
   background: url(images/boton_normal.png) repeat-x left top;
   border: none;
   margin-top:10px;
   margin-bottom:10px;
   color: #fcfcfc;
   width: 180px;
   height: 25px;
   font-size: 14px;
   cursor: pointer;
}
.post .entry #formulario .submit:hover {
   background: url(images/boton_hover.png) repeat-x left top;
   font-weight: bold;
}

.post .entry #formulario br {
   clear: left;
}

.post .entry #formulario #lblnombre  {   width: 90px;  }
.post .entry #formulario #lblpuesto  {   width: 90px;  }
.post .entry #formulario #lblemail   {   width: 90px;  }
.post .entry #formulario #lblempresa {   width: 90px;  }
.post .entry #formulario #lblgiro    {   width: 90px;  }
.post .entry #formulario #lbldireccion{   width: 90px;  }
.post .entry #formulario #lblciudad  {   width: 90px;  }
.post .entry #formulario #lblestado  {   width: 90px;  }
.post .entry #formulario #lblpais    {   width: 70px;  }

.post .entry #formulario #lblcodigo  {   width: 90px;  }
.post .entry #formulario #lbllada    {   width: 90px;  }
.post .entry #formulario #lbltelefono{   width: 70px;  }
.post .entry #formulario #lblpaginaweb{   width: 300px; }
.post .entry #formulario #lbldetalle {   width: 180px; }
.post .entry #formulario #lblnota    {   width: 300px; margin-top: 15px; margin-left: 10px; font-weight: bold; font-size: 12px; }

.post .entry #formulario #txtnombre  {   width: 250px; }
.post .entry #formulario #txtpuesto  {   width: 180px; }
.post .entry #formulario #txtemail   {   width: 210px; }
.post .entry #formulario #txtempresa {   width: 250px; }
.post .entry #formulario #txtgiro    {   width: 250px; }
.post .entry #formulario #txtdireccion{   width: 500px; }
.post .entry #formulario #txtciudad  {   width: 100px; }
.post .entry #formulario #txtestado  {   width: 100px; }
.post .entry #formulario #txtpais    {   width: 103px; }

.post .entry #formulario #txtcodigo  {   width: 100px;  }
.post .entry #formulario #txtlada    {   width: 100px;  }
.post .entry #formulario #txttelefono{   width: 103px;  }
.post .entry #formulario #txtpaginaweb{   width: 290px;  }
.post .entry #formulario #txadetalle {   width: 605px;  }
/*Fin de los estilos para el formulario de cotizacion*/

/*Estilos para el contenido de las diferentes secciones de la pagina*/
.post .entry {
    font-family: arial;
}
.post .entry h3 {
    font-size:26px;
    color: #EE7E00;
    margin-bottom: 10px;
    font-family: "Trebuchet MS", Arial;
}
.post .entry p {
    color: #222;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.post .entry ul {
    list-style:none;
}
.post .entry ul li {
    /*margin-top: 20px;*/
    margin-top: 0px;
    margin-left: 10px;
    padding-left: 25px;
    color: #444;
    line-height: 20px;
    text-align: justify;
    font-size: 12px;
    background:url(images/logo18px.png) no-repeat 0px 3px;
}
/*Formato para las tarjetas de presentacion en la seccion contacto*/
.post .entry .tarjeta_presentacion {
    margin-top: 10px;
    margin-right: 20px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #FFF;
}
/*Estilos para la direccion en la seccion contacto*/
.post .entry .alinearCentro h3{
    text-align: center;
}
.post .entry .alinearCentro p{
    text-align: center;
}
/*Estilos para la seccion portafolio*/
#vinculoPortafolio {
    margin: 0 auto;
    padding-left: 35px;
    width: 280px;
    height: 40px;
    text-align: left;
    font-size: 14px;
    background:url(images/ico_pdf.png) no-repeat 0px 0px;
}
