/* CSS Document */


body,html{
		height:100%;
}

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 1em;
	color:#555555;
	background-color:#FFFFFF;
	text-align:left;
}

#contenedor{
	min-height:100%;
	position:relative;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

ol,ul {

}


#arriba {
	width:100%;
	min-height:40px;
	line-height:40px;
	background-color:#94AE62;
	margin-bottom:25px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	background-image:url(../images/backgrounds/menu.jpg);
}

#arriba a{
	color:#FFFFFF
}

#arriba2{
	width:780px;
	margin:0 auto;
}

#arriba #inicio{
	float:left;
    padding-left:5px;
}

#arriba #espanyol{
	background:url(/images/es.png) no-repeat 0 1px;
	padding:0 0 0 20px;
}

#arriba #english{
	background:url(/images/en.png) no-repeat 0 1px;
	padding:0 0 0 20px;
    margin-left:10px;
}

#arriba #frances{
    background:url(/images/fr.gif) no-repeat 0 1px;
    padding:0 0 0 20px;
    margin-left:10px;
}

#arriba #aleman{
    background:url(/images/de.gif) no-repeat 0 1px;
    padding:0 0 0 20px;
    margin-left:10px;
}

#arriba #italiano{
    background:url(/images/it.gif) no-repeat 0 1px;
    padding:0 0 0 20px;
    margin-left:10px;
}

#arriba #portugues{
    background:url(/images/pt.png) no-repeat 0 1px;
    padding:0 0 0 20px;
    margin-left:10px;
}

#arriba #contacto{
	float:right;
}

#cabecera {
	width:790px;
	margin:0 auto;
	min-height:351px;
}
@media only screen and (max-width: 480px){
    #cabecera {
        min-height:438px;
	padding-left: 15px;
        box-sizing: border-box;
    }
}

#cabecera h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:12px 0 0 0;
	padding:0 5px;
	color:#736451;
	margin-bottom:0px;
	text-align:left;
}
#cabecera h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	text-align:right;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0 5px;
	color:#999;
	border-bottom:1px solid #eeeeee;
	text-transform:none
}

#contenido {
	width:780px;
	margin:0 auto 0 auto;
	text-align:left;
	padding-bottom:30px;
	overflow:hidden;
}

.intro {
	font-family:Arial, sans-serif;
	line-height:22px;
	font-size:14px;
	color:#888;
	padding-left:10px 0;
    max-width:300px;
    float:left
}

.intro  strong{
	color:#666666;
}

ul{
	width:700px;
	clear:both;
	padding:15px 35px;
	margin:0;
}

li {
	line-height:20px;
	text-align:left;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	padding-top:15px;
	clear:both;
	margin:0;
}

p {
	margin:15px;
	line-height:20px;
}

#pie {
	width:100%;
	background-color:#b6cf84;
	border-top:1px solid #d8efa6;
	border-bottom:5px solid #94ae62;
	height:10px;
	color:#FFFFFF;
	position:absolute;
	bottom:0;
	left:0;
}

fieldset{
	border:0;
}

fieldset div{
	float:left;
	clear:both;
	width:100%;
}

form label{
	float:left;	
}

form label span{
	padding-right:10px;
	display:block;

}

form #local{
	width:320px;
}

form #internet{
	width:380px;
}

input {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	border:1px solid #728c40;
	background-color:#94ae62;
	margin-bottom:2px;
	width:100%;
}
#local input{
	width:90%;	

}

button, .boton {
	background-color:#FFFFFF;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	border:1px solid #728c40;
	float:left;
	margin:15px 10px 10px 0;
	font-weight:bold;
}

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

dl{
	float:left;
	width:440px;
}

dt{
	color:#4D87CE;
	font-weight:bold;
	width:150px;
	padding:0 10px 0 0;
	margin:5px 0;
	float:left;
}

dd{
	width:270px;
	padding:0;
	margin:5px 0;
	float:left;
    min-height:38px;
}

#thumbnail, #otra_foto{
	float:right;
	width:320px;
	margin-top:10px;
	font-size:18px;
}

#map_canvas{
	width:100%;
	height:400px;
}

#compartir_enlace{
	float:right;
	width:320px;
	margin-top:10px;
    -ms-word-break: break-all;

         /* Be VERY careful with this, breaks normal words wh_erever */
         word-break: break-all;

              /* Non standard for webkit */
              word-break: break-word;

              -webkit-hyphens: auto;
                 -moz-hyphens: auto;
                         hyphens: auto;
}

#compartir_enlace h3{
	margin:14px 0 2px 0
}
	
#compartir_enlace p{
	margin:0;
	font-size:14px;
	color:#4D87CE;
	word-wrap: break-word;
}

.gplus{
}

#redes_pie{
    display:scroll;position:fixed;bottom:5px;right:0px;
}

@media only screen and (max-width : 480px) {
	#inicio{
		margin-right:20px;
	}
	#arriba{
		background:#94AE62;
	}
    #arriba2, #cabecera, form #local, form #internet, #thumbnail, #otra_foto, #compartir_enlace, dl {
        width:100%;
    }

    #redes_pie{
        display:block;
        position:static;
        padding-top:10px;
        padding-bottom:20px;
    }

    #contenido{
        padding-left:2%;
        padding-right:1%;
        width:95%;
    }

}


