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

@import url(http://fonts.googleapis.com/css?family=Andika);

@import url(http://fonts.googleapis.com/css?family=Andika|Lusitana:400,700);

@import url(http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo);

@import url(http://fonts.googleapis.com/css?family=Clicker+Script);

@import url(http://fonts.googleapis.com/css?family=Clicker+Script|Ubuntu+Condensed);






.amarillo {color:#B4336F;}
.naranjo {color:#F1592A;}
.rojo {color:#BF1E2D;}
.verdeoscuro {color:#146317;}
.lila {color:#642C96;}
.rojo_tea {color:#9A1D19;}
.maddys {color:#B4336F;}

h1 {font-family: 'Clicker Script', cursive; text-shadow: 1px 1px 0px rgba(235, 187, 143, 1);}
h2 {font-family: 'Ubuntu Condensed', sans-serif; text-shadow:1px 1px 1px rgba(255,255,255,0.8);}
h4{font-family: 'Clicker Script', cursive; color:#C44F90; text-shadow: 1px 1px 0px rgba(235, 187, 143, 1); font-size:34px;}


.lead {font-family: 'Ubuntu Condensed', sans-serif;color:#999999; }

p {font-family: 'Ubuntu Condensed', sans-serif;color:#666; font-size:18px; }

li {font-family: 'Ubuntu Condensed', sans-serif;}


.topwaves {
width: 100%;
float: left;
height: 15px;
background-image: url(img/topwaves.png);
background-repeat: repeat-x;
position: absolute;
margin-top: 0px;
z-index: 25;
}

.header {
width: 100%;
float: left;
height: 50px;
margin-top: 0px;
z-index: 25;
background:#AE2765;
}

.logo {
width: 100%;
float: left;
height: 164px;
position: absolute;
margin-top: 0px;
z-index:30;
}







.btn, .btn-large a{font-family: 'Ubuntu Condensed', sans-serif; font-weight:bold;}
.nav-pills li a{ font-size:36px; padding:20px; font-family: 'Ubuntu Condensed', sans-serif; color:#9A1D19;}

a {color:#9A1D19;}
a:hover {color:#D90000;}

body {
        padding-top: 0px;
        padding-bottom: 40px;
		/*background:url(img/bgfondo.jpg);*/
      }

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 700px;
		background:#fff;
		padding:20px 20px;
		border-left:1px solid #AE2765;
		border-right:1px solid #AE2765;
		border-bottom:1px solid #AE2765;
		border-op:0px solid #ffffff;

		border-radius:10px 10px 10px 10px;

      }
      .container-narrow > hr {
        margin: 30px 0;
      }

      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 60px 0;
        text-align: center;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 60px 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
      }


