@charset "UTF-8";
/* CSS Document */

p.phone {

  font-size: 20px;
}

#tabla-contacto {
    margin:auto !important;
    width: 100%;
}

table{
    float: left;
    width: 100%;
    padding-left: 20px;
}

label {
    display:block;
    margin-top:20px;
    letter-spacing:1px;
}
.formulario {
    display:block;
    margin:0 auto;
    color: #666666;
    font-family: "Oswald",sans-serif;
    padding-right: 25px;
}
form {
    margin:0 auto;
    width:400px;
}
 
input, textarea  {
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    width:380px;
    height:27px;
    background:#efefef;
    border:2px solid #efefef;
    padding:10px;
    margin-top:5px;
    color:#333;
}

#main p {
  color: #2d2d2d;
  font-size: 16px;
  text-align: left;
}

select {
	width:380px;
  height:35px;
	padding-top:10px;
	}
 
textarea {
    height:150px;
}
 
#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

#likebox {
    background-color: #dddbdb !important;
}

#info-contacto{
    width: 40%;
    float: left;
}

#info-contacto li{
  color: #999;
  font-family: "Century Gothic";
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

#info-contacto  a{
  color: #999;
  font-family: "Century Gothic";
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
}

#info-contacto a:hover{
    color: #ffcc33;
}

p.nombre2 {
  color: #ffcc33;
  font-size: 35px !important;
  padding-left: 40px;
}

#info-contacto p.tx-paypal {
  color: #999;
  font-family: "Century Gothic";
  font-size: 14px;
  width: 80%;
}

#info-contacto hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color rgba(255, 255, 255, 0.3);
  border-image: none;
  border-left: 0 none;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  width: 80%;
  padding-bottom: 10px;
}



    img { max-width:100%; height:auto; }

    @media screen and (max-width: 500px) {

        #submit {float: left; clear: both;}

        form{width:inherit;}

        input, textarea  {width: 250px;}

        textarea{float: left;}

        select{ width: 250px;}

        #container{padding: 20px;}

        .formulario{padding: inherit;}

    }




            
    
