@CHARSET "UTF-8";


/*- Tarjeta de contacto -*/
#ctoCard{
   background: #EEE url(/acerca-de/share/img/contacto-bg.jpg) no-repeat left top;
	width: 465px;
	height: 170px;
	position: relative;
}
   #ctoCard p{
   	position: absolute;
		margin: 0px;
   }
   #ctoCard-Tel{
   	top: 94px;
		left: 15px;
		width: 190px;
		text-align: right;
   }

   #ctoCard-Own{
      top: 21px;
      left: 250px;
      width: 185px;
		border-bottom: 1px solid #999;
   }

   #ctoCard-Adr{
   	font-size: .9em;
		line-height: 1.3em;
      top: 86px;
      left: 250px;
      width: 185px;
   }



/*- Formulario -*/

   #frmCto{
   }
      #content #frmCto .fl{
         list-style-type: none;
         margin: 0;
      }
         #frmCto .fr{
            margin: 1.2em 0;
         }
            #frmCto label{
               font-size: 1.1em;
            }
            #frmCto .fw{
            }
               #frmCto .fw input,
               #frmCto .fw textarea{
                  font-size: 1.1em;
                  width: 300px;
                  font-family: Arial, Tahoma, Helvetica, sans-serif;
                  padding: 5px 3px;
                  border: 1px solid #CCC;
                  outline: none;
               }
               #frmCto .fw textarea{
               	width: 450px;
               }
               #frmCto .fw.error input,
               #frmCto .fw.error textarea{
                  border-color: #C00;
                  background: #FCF2F2;
               }
               #frmCto .fw .fe{
                  color: #C00;
                  font-size: .8em;
               }


         #frmCto .fr.btn{
            text-align: right;
         }
            #frmCto .fr.btn button{
               background: #B2041D;
               height: 31px;
               line-height: 31px;
               color: #FFF;
               border: none;
               outline: none;
               font-size: 1.2em;
               font-weight: bold;
               -moz-border-radius: 5px;
            }
            #frmCto .fr.btn button:hover{
               background: #DA251C;
            }
