/* Para móviles de menos de 480 px */
html, body {
	background: url(../images/background-s-vip.jpg) no-repeat center center fixed #490404;
	background-attachment:fixed;
	background-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* HEADER */

#header {
	height: auto;
	background: #222;
}
#innerhd {
	max-width: 480px;
	min-width: 240px;
}
#centered {
	position: relative;
	height: 190px;
	width: 90%;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 20px;
}
#centered.short{
	position: relative;
	height: 120px;
	width: 90%;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 20px;
}
#centered.half{
	height:160px;
}
/* INDEX */

#container {
	width: 100%;
	max-width: 460px;
	margin: auto;
	margin-top: 40px;
	min-height:100%;
	padding-bottom:220px;
}
#page-body{
	padding-bottom:175px;
}
#logohome {
	margin-top: 100px;
}
#ribbon {
	position: absolute;
	z-index: 998;
	right: 5px;
	top: 0px;
	bottom: 0;
	width: 100px;
	height: 74px;
	background: url(../images/ribbon-vip.png) bottom no-repeat;
}
#ribbon:hover {
	height: 180px;
}
#ribbon a {
	width: 100px;
	height: 74px;
	display: block;
}
#ribbon a:hover {
	height: 180px;
}
/* FOOTER */
#footer {
	margin-top: 40px;
	background: #222;
	height: 80px;
}
/* MENU RESPONSIVE */

#menu nav[role="navigation"] ul {
	width: 100%;
}
#menu nav[role="navigation"] ul li {
	width: 100%;
}
#menu nav[role="navigation"] ul li a {
	width: 100%;
	font-size: 100%;
	text-align: left;
	color: #AAA;
	background: #333 url("../images/arrow-item.png") 98% center no-repeat;
	padding: 10px 30px 10px 10px;
	margin: 0 0 5px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#menu nav[role="navigation"] ul li.selected a, #menu nav[role="navigation"] ul li.selected a:hover {
	background: #333 url("../images/arrow-actual.png") 98% center no-repeat;
}
#menu nav[role="navigation"] ul li a:hover {
	background: #333 url("../images/arrow-sobre.png") 98% center no-repeat;
}
 @media screen and (max-width: 470px) {
#innerft {
	max-width: 480px;
	min-width: 230px;
	position: relative;
}
.izq {
	width: 100%;
	height: 30px;
}
.mid {
	width: 50%;
	height: 40px;
}
.der {
	width: 50%;
	height: 40px;
}
#copy {
	width: 296px;
	height: 11px;
	float: none;
	margin: auto;
	margin-top: 10px;
	background: url(../images/ft-copy-320.png) center no-repeat;
}
#privado {
	width: 120px;
	height: 40px;
	float: left;
	margin-left: 15px;
	background: url(../images/foot-privado.png) center no-repeat;
}
}
 @media screen and (max-width: 390px) {
#fonohome {
	position: relative;
	width: 220px;
	height: 75px;
	background: url(../images/home-tel-s.png);
	margin: auto;
}
#logohome {
	position: relative;
	width: 220px;
	height: 75px;
	background: url(../images/home-logo-s.png);
	margin: auto;
	margin-top: 50px;
}
}
 @media screen and (max-width: 330px) {
#page-container {
	font-size: 90%;
	min-height: 300px;
	width: 100%;
	margin-top: 20px;
}
#page-container p {
	line-height: 130%;
}
#info-pg {
	width: 90%;
	margin-right: 5%;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#title-pg {
	margin-left: 15px;
	font-size: 110%;
}
#text-pg {
	margin-left: 15px;
	margin-top: 30px;
}
#footer {
	height: 130px;
	margin-top: 20px;
}
.izq {
	width: 100%;
	height: 40px;
}
.mid {
	width: 100%;
	height: 40px;
}
.der {
	width: 100%;
	height: 40px;
}
#copy {
	width: 140px;
	height: 40px;
	margin-top: 5px;
	float: none;
	margin: auto;
	background: url(../images/foot-copy.png) center no-repeat;
}
#privado {
	width: 120px;
	height: 40px;
	float: none;
	margin: auto;
	margin-top: 0px;
	background: url(../images/foot-privado.png) center no-repeat;
}
#privado a {
	width: 120px;
	height: 40px;
	display: block;
}
#vvnarg {
	float: none;
	margin: auto;
	margin-top: 5px;
	background: url(../images/foot-vvn-color.png) center no-repeat;
}
}
 @media screen and (max-width: 250px) {
#page-container {
	font-size: 80%;
}
#page-container p {
	line-height: 110%;
}
}
#page-container.gallery{
	width: 100%;
}