@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);


body {background:#d7d5cd url(../index/bgintro.gif) no-repeat center top; font-family: 'Open Sans', sans-serif; font-size:62.5%;}
#contenedor {width:610px; margin:0 auto 0 auto; text-align:center;}
.contenidos {width:530px; margin:100px 70px 0 auto;}
h1 {font-size:5em; font-weight:300; color:#887f57; line-height:0.9em;}
h1 span {font-size:0.7em; font-weight:300;}
ul.botones {list-style-type: none; padding:0; margin:0;}
ul.botones li {display:inline-block;}
ul.botones li a.ayuntamiento {display:block; width:190px; background:url(../index/btayuntamiento.png) no-repeat left top; margin:0 10px 0 0; transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; padding-top:200px;}
ul.botones li a.turismo {display:block; width:190px; background:url(../index/btturismo.png) no-repeat left top; margin:0 0 0 10px;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;-o-transition:All 0.5s ease; padding-top:200px;}
ul.botones li a.ayuntamiento:hover{background:url(../index/btayuntamiento-hover.png) no-repeat left top;transform: scale(1.05);-webkit-transform:scale(1.05));-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);}
ul.botones li a.turismo:hover{background:url(../index/btturismo-hover.png) no-repeat left top;transform: scale(1.05);-webkit-transform:scale(1.05));-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);}
ul.botones li a span {display:block; font-size:1.6em; color:#3e3937;}

