*{margin:0px;padding:0px;}
a{border:0px; outline:0px;}
body{width:100%;height:100%;margin:0px;padding:0px; }
.clear{width:100%; height:1px; clear:both;}
#contenedor{background:#fff; width:1025px;margin:10px auto; font-family: 'Open Sans', 'sans-serif';}
header{margin-top:20px;}
#logo{width:172px;height:75px;margin:0px auto;}
#menu{width:100%; font-size: 14px; margin-top:35px;}
#menu li{float:left; margin-left:26px; color:#7d7f81;}
#menu li a{color:#7d7f81; text-decoration:none;}
#menu li a:hover{color:#a3a42c;}
#menu li a.actual{color:#a3a42c;}
#menu ul li:first-child{list-style: none; margin-left:0px;}
.menu-izquierda{float:left;}
.menu-derecha{float:right;}
#pajaro{width:100%; height:31px; vertical-align: middle; margin-top:15px; margin-bottom: 0px;}
#pajaro div{float:left; height:31px;}
.pajarito{width:50px; height:31px;  margin-bottom: 0px;}
.pajarito2{width:50px; height:31px;  margin-bottom: 10px;}
.linea{height:3px !important; background:#7d7f81; width:487px; margin-top:14px;}
.item{width:487px; height:300px; display:inline-block; margin-top:46px; vertical-align: middle; text-decoration: none;}
.item:nth-child(2n+1){margin-right:46px;}
.frente{background:#f0f0f0; width:487px; height:300px; text-align: center; position:relative; z-index: 10; opacity:1;}
.reversa{background:#f0f0f0 url('../../imagenes/hover.png') no-repeat center center; width:487px; height:300px; text-align: center; position:absolute;}
.texto{padding:10px 0px; height:23px; text-decoration: none; color:#a3a42c; border:1px solid; border-right:0px; border-left:0px; margin:0px auto; position:relative; top:127px; width:200px; border-color: #a3a42c;}
.item:hover .frente{opacity:.1;}
footer{width:172px; text-align: center; color:#7d7f81; font-size:11px; margin:60px auto; padding:0px 0px;}
footer a{color:#7d7f81; text-decoration: none;}
footer a:hover{text-decoration: underline;}
.titulo{color:#a3a42c; font-size:38px; font-weight: lighter;}
strong{font-weight: bold;}
.cursiva{font-style: italic;}
#logo img, input[type="button"], input[type="submit"], button{cursor:pointer;}

.smart-green {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    background: #FFF;
    padding: 30px 30px 20px 30px;
    box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px -1px;
    -webkit-box-shadow: rgba(194, 194, 194, 0.7) 0 3px 10px -1px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #89AF4C;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height:24px;
    width: 96%;
    padding: 3px 3px 3px 10px;
    margin-top: 2px;
    margin-bottom: 16px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
    cursor:pointer;
}
.smart-green .button:hover {
    background-color:#80A24A;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.myButton:active {
	position:relative;
	top:1px;
}
