@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	background-image: url(../imgcss/marmol-blanco.jpg);
	font-family: "Pontano Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #424647;
}
#cabecerabig {
	height: 88px;
	background-image: url(../imgcss/fondo-cabecera.jpg);
	background-position: center;
}
#cabecera {
	height: 88px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera span {
	visibility: hidden;
}
#cabecera #logo {
	float: left;
	height: 88px;
	width: 370px;
	background-image: url(../imgcss/logo-arenzana.jpg);
	background-repeat: no-repeat;
}
#cabecera #cabbotones{
	visibility:hidden;
	float:left;
	width:0px;
	height:0px;
}
#cabecera #cabbotones #botonemail{
	width:0px;
	height:0px;
}
#cabecera #cabbotones #botontel{
	width:0px;
	height:0px;
}
#cabecera #dchalogo  {
	height: 88px;
	width: 590px;
	float: left;
}
#cabecera #dchalogo #botones {
	height: 46px;
	width: 330px;
	float: left;
	text-align: right;
	list-style-type: none;
	margin-left: 280px;
}
#cabecera #dchalogo #botones li a{
	color: #8e8e8e;
	float: left;
	text-transform: uppercase;
	line-height: 26px;
	display: block;
	height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../imgcss/diagonal.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 10px;
	padding-right: 15px;
	font-size: 11px;
	letter-spacing: 0.05em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;	
}
#cabecera #dchalogo #botones li a:hover {
	color: #f65c09;
}
#cabecera #dchalogo #botones li a strong {
	font-size: 14px;
	text-transform: uppercase;
	color: #f65c09;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #dchalogo #botones li a:hover strong {
	color: #666666;
}
#cabecera #dchalogo #botones #home a {
	color: #8e8e8e;
	float: left;
	text-transform: uppercase;
	line-height: 26px;
	display: block;
	height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../imgcss/inicio1.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	padding-right: 10px;
	width: 14px;
}
#cabecera #dchalogo #botones #home a:hover {
	background-image: url(../imgcss/inicio2.png);
}
#cabecera #dchalogo #menu {
	background-image: url(../imgcss/lineas-menu.png);
	background-repeat: no-repeat;
	width: 590px;
	clear: both;
	list-style-type: none;
	height: 42px;
}
#cabecera #dchalogo #menu #arte {
	line-height: 42px;
	height: 42px;
	width: 134px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#cabecera #dchalogo #menu #granito {
	line-height: 42px;
	height: 42px;
	width: 172px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#cabecera #dchalogo #menu #galeria {
	line-height: 42px;
	height: 42px;
	width: 173px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#cabecera #dchalogo #menu #materiales {
	line-height: 42px;
	height: 42px;
	width: 107px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#cabecera #dchalogo #menu li a {
	color: #C0C0C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	display: block;
	height: 41px;
}
#cabecera #dchalogo #menu li a:hover {
	color: #f65c09;
	border-bottom-color: #f65c09;
}
#cabecera #dchalogo #menu li a strong{
	color: #FFFFFF;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	font-weight: normal;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#cabecera #dchalogo #menu li a:hover strong {
	color: #f65c09;
}

#cabecera #dchalogo #menutodo {
	background-image: url(../imgcss/lineas-menu.png);
	background-repeat: no-repeat;
	width: 590px;
	clear: both;
	list-style-type: none;
	height: 42px;
}

/** ------------MENU---------------------- **/

.toggleMenu {
}
.nav {
	list-style: none;
}
.nav #arte {
	line-height: 42px;
	height: 42px;
	width: 134px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.nav #granito {
	line-height: 42px;
	height: 42px;
	width: 172px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.nav #galeria {
	line-height: 42px;
	height: 42px;
	width: 173px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.nav #materiales {
	line-height: 42px;
	height: 42px;
	width: 107px;
	margin-right: 1px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
}
.nav #oculto {
	line-height: 42px;
	height: 42px;
	width: 0px;
	margin-right: 0px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	visibility:hidden;
}
.nav a{
	color: #C0C0C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #626262;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	display: block;
	height: 41px;
}
.nav a:hover{
	color: #f65c09;
	border-bottom-color: #f65c09;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	background-color: #C01348;
	width: 200px;
	z-index:2000;
}
.nav li {
    position: relative;
	z-index:2000;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 30px;
	height: 30px;
	background-color: #F7542A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}
.nav li li a:hover {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 30px;
	height: 30px;
	background-color: #DB3B2D;
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width:320px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}


#submenubig {
	background-image: url(../imgcss/fondo-oscuro.jpg);
	background-repeat: repeat-x;
	height: 80px;
	clear: both;
}
#submenu {
	height: 80px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	list-style-type: none;
}
#submenu li {
	line-height: 20px;
	text-transform: uppercase;
	background-color: rgba(0,0,0,.5);
	margin-left: 853px;
	font-size: 11px;
	letter-spacing: 0.1em;
}
#submenu li a {
	color: #c0c0c0;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	display: block;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #262626;
	padding-top: 5px;
	padding-bottom: 5px;
}
#submenu li a:hover {
	color: #f65c09;
	border-left-color: #f65c09;
	border-left-width: 2px;
	border-left-style: solid;
}
#contenidobig {
	background-image: url(../imgcss/borde-marmol-blanco.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	clear: both;
}
#contenido {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: right 45px;
}
#contenido #info {
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 35px;
}
#contenido #info p a{
	color: #888888;
	font-style: italic;
	display: block;
	background-color: rgba(0,0,0,.1);
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	letter-spacing: 0.1em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	font-weight: bold;
	background-image: url(../imgcss/flecha.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
#contenido #info p a:hover{
	color: #f65c09;
	background-color: rgba(246,92,9,.1);
	background-image: url(../imgcss/flecha.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
#contenido #info h2   {
	font-style: italic;
	text-transform: lowercase;
	color: #f65c09;
	font-weight: normal;
	font-size: 28px;
	line-height: 90%;
	margin-bottom: 10px;
	margin-top: 15px;
}
#contenido #info h2 strong {
	font-weight: normal;
	color: #A0A3A3;
	text-transform: uppercase;
	font-size: 70%;
}
#contenido #info p, #contenido #info #tel {
	line-height: 150%;
	text-align: justify;
	margin-left: 30px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#contenido #info p strong, #contenido #info #tel strong  {
	font-weight: normal;
	color: #f65c09;
}
#contenido #info #tel a {
	color: #000000;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#contenido #info #tel a:hover {
	color: #f65c09;
}
#piebig {
	background-image: url(../imgcss/separa-pie.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	padding-top: 30px;
}
#pie {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 150%;
}
#pie #pieizq {
	margin-left: 50px;
	width: 500px;
	float: left;
	padding-bottom: 50px;
}
#pie #pieizq h1 {
	background-image: url(../imgcss/logo-arenzana-pie.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
}
#pie #pieizq h1 span {
	visibility: hidden;
}
#pie #pieizq p strong {
	font-weight: normal;
	color: #f65c09;
}
#pie #pieizq p a {
	font-style: italic;
	color: #f65c09;
	font-weight: bold;
}
#pie #pieizq p em {
	color: #f65c09;
	display: block;
	text-transform: uppercase;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
#pie #pieizq #horario {
	padding-top: 15px;
}
#pie #pieizq #horario p {
	font-style: italic;
}
#pie #pieizq #horario p strong {
	font-weight: bold;
	color: #424647;
}
#pie #piedcha {
	float: left;
	width: 300px;
	margin-right: 50px;
	text-align: right;
}
#pie #piedcha #botones {
	height: 31px;
	width: 272px;
	float: left;
	text-align: right;
	list-style-type: none;
	background-image: url(../imgcss/diagonales-pie.png);
	padding-left: 28px;
}
#pie #piedcha #botones li a{
	color: #8e8e8e;
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 26px;
	font-size: 11px;
	letter-spacing: 0.05em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	margin-right: 15px;
	margin-left: 15px;
}
#pie #piedcha #botones li a:hover {
	color: #f65c09;
}
#pie #piedcha #botones #home a {
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 31px;
	background-image: url(../imgcss/inicio1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	margin-right: 27px;
}
#pie #piedcha #botones #home a:hover {
	background-image: url(../imgcss/inicio2.png);
}
#pie #piedcha #botones #home a span {
	visibility: hidden;
	font-size: 8px;
}
#pie #piedcha #botones #subir a {
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 31px;
	background-image: url(../imgcss/subir1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	margin: 0px;
	padding: 0px;
}
#pie #piedcha #botones #subir a:hover {
	background-image: url(../imgcss/subir2.png);
}
#pie #piedcha #botones #subir a span {
	visibility: hidden;
}
#pie #piedcha #aviso {
	clear: both;
	width: 300px;
	padding-top: 80px;
	color: #999;
	font-size: 12px;
}
#pie #piedcha #aviso p a {
	font-style: italic;
	color: #999;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#pie #piedcha #aviso p a:hover {
	color: #f65c09;
}

@media screen and (max-width: 960px) {
#cabecerabig {
	height: 160px;
	background-image: url(../imgcss/fondo-cabecera2.jpg);
	background-position: top;
}
#cabecera {
	height: 160px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#cabecera span {
	visibility: hidden;
}
#cabecera #logo {
	float: left;
	height: 88px;
	width: 100%;
	background-image: url(../imgcss/logo-arenzana.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#cabecera #cabbotones{
	visibility: visible;
	width:400px;
	height:30px;
	line-height:30px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
#cabecera #cabbotones #botonemail{
	float:left;
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#cabecera #cabbotones #botontel{
	float:left;
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
}
#cabecera #cabbotones a {
	color: #FFFFFF;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
#cabecera #cabbotones a:hover {
	color: #f65c09;
}
#cabecera #dchalogo  {
	height: 42px;
	width: 100%;
	float: left;
}
#cabecera #dchalogo #botones {
	display:none;
}

#cabecera #dchalogo #menutodo {
	background-image: none;
	background-repeat: no-repeat;
	width: 100%;
	clear: both;
	list-style-type: none;
	height: 42px;
}

/** ------------MENU---------------------- **/

.toggleMenu {
    display:  none;
    color: #000000;
	background-color:#fff;
	width:100%;
	height:42px;
	line-height:42px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #f65c09;
	border-top: 1px solid #f65c09;
}
.nav {
	list-style: none;
}
.nav #arte, .nav #granito, .nav #galeria, .nav #materiales, .nav #oculto{
	line-height: 28px;
	height: 28px;
	width: 100%;
	margin-right: 0px;
	float: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.1em;
	visibility:visible;
}
.nav a{
	float: none;
	width:100%;
	line-height: 28px;
	height: 28px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	color: #000000;
	background-color:#FFFFFF;
	text-transform: uppercase;
	padding-top: 0px;
	padding-left:30px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #f65c09;
	border-top:none;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
.nav a:hover{
	border-bottom: 1px solid #f65c09;
	border-top:none;
	padding-top: 0px;
	color: #f65c09;
	background-color:#FFFFFF;
	height: 28px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	background-color: #C01348;
	width: 100%;
	z-index:2000;
}
.nav li {
    position: relative;
	z-index:2000;
	width: 100%;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 164%;
    top: 0;
}
.nav li li a {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 30px;
	height: 30px;
	background-color: #F7542A;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f8f8f8;
}
.nav li li a:hover {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	line-height: 30px;
	height: 30px;
	background-color: #DB3B2D;
}
.nav li li li a {
    background: #ff8300;
	color:#FFFFFF;
    z-index:200;
	width:320px;
}
.nav li li li a:hover {
    background: #FFFFFF;
	color:#ff8300;
}


#submenu {
	height: 80px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	list-style-type: none;
}
#contenido {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: right 45px;
}
#contenido #info {
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 35px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #info p a  {
	color: #888888;
	font-style: italic;
	display: block;
	background-color: rgba(0,0,0,.1);
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	letter-spacing: 0.1em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	font-weight: bold;
	background-image: url(../imgcss/flecha.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#contenido #info p a:hover {
	color: #f65c09;
	background-color: rgba(246,92,9,.1);
	background-image: url(../imgcss/flecha.png);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}
#contenido #info p {
	line-height: 150%;
	text-align: justify;
	margin-left: 0px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding-left:30px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}

#pie {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 150%;
}
#pie #pieizq {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	float: none;
	padding-bottom: 20px;
	text-align:center;
}
#pie #pieizq h1 {
	background-image: url(../imgcss/logo-arenzana-pie.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 34px;
}
#pie #piedcha {
	float: none;
	width: 300px;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
}
#pie #piedcha #botones {
	height: 31px;
	width: 272px;
	float: left;
	text-align: center;
	list-style-type: none;
	background-image: url(../imgcss/diagonales-pie.png);
	padding-left: 28px;
}
#pie #piedcha #botones li a{
	color: #8e8e8e;
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 26px;
	font-size: 11px;
	letter-spacing: 0.05em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	margin-right: 15px;
	margin-left: 15px;
}
#pie #piedcha #botones li a:hover {
	color: #f65c09;
}
#pie #piedcha #botones #home a {
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 31px;
	background-image: url(../imgcss/inicio1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	margin-right: 27px;
}
#pie #piedcha #botones #subir a {
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 31px;
	background-image: url(../imgcss/subir1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	margin: 0px;
	padding: 0px;
}
#pie #piedcha #aviso {
	clear: both;
	width: 300px;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}
}

@media screen and (max-width: 340px) {
#contenido #info p a  {
	color: #888888;
	font-style: italic;
	display: block;
	background-color: rgba(0,0,0,.1);
	padding-left: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	font-size: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	letter-spacing: 0.1em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	font-weight: bold;
	background-image: url(../imgcss/flecha.png);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
}

@media screen and (max-width: 550px) {
#contenido #info  p{
	padding-left:0px;
}
}

@media screen and (max-width: 450px) {
#contenido #info{
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
}

@media screen and (max-width: 410px) {
#cabecerabig {
	height: 150px;
	background-image: url(../imgcss/fondo-cabecera3.jpg);
	background-position: top;
}
#cabecera {
	height: 150px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#cabecera span {
	visibility: hidden;
}
#cabecera #logo {
	float: left;
	height: 48px;
	width: 100%;
	background-image: url(../imgcss/logo-arenzana2.jpg);
	background-repeat: no-repeat;
	background-position:center;
}
#cabecera #cabbotones{
	visibility: visible;
	width:100%;
	height:60px;
	line-height:30px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
#cabecera #cabbotones #botonemail{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
#cabecera #cabbotones #botontel{
	float:left;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
}
}

@media screen and (max-width: 520px) {
#pie #pieizq {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	float: none;
	padding-bottom: 20px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
}

@media screen and (max-width: 310px) {
#pie #piedcha {
	float: none;
	width: 100%;
	margin-right: auto;
	margin-left:auto;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
	box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; /* Safari */
}
#pie #piedcha #botones {
	height: 31px;
	width: 100%;
	float: left;
	text-align: center;
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
}
#pie #piedcha #botones li a{
	color: #8e8e8e;
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 26px;
	font-size: 11px;
	letter-spacing: 0.05em;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	margin-right: 5px;
	margin-left: 5px;
}
#pie #piedcha #botones li a:hover {
	color: #f65c09;
}
#pie #piedcha #botones #home a {
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 31px;
	background-image: url(../imgcss/inicio1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px;
	margin-right: 5px;
}
#pie #piedcha #botones #subir a {
	float: left;
	text-transform: uppercase;
	line-height: 31px;
	display: block;
	height: 31px;
	background-image: url(../imgcss/subir1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 35px;
	margin: 0px;
	padding: 0px;
}
#pie #piedcha #aviso {
	clear: both;
	width: 100%;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}
}
