/* Reset Browser CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, input, strike, strong, sub, sup, p, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* CUERPO */

html, body {
	position:relative;
	background: url(../images/background.jpg) no-repeat center center fixed #022dd2;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	height: 100%;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
}
/* HEADER */

#header {
	width: 100%;
	height: 65px;
	background: url(../images/headbar.png) repeat;
}
#innerhd {
	max-width: 1200px;
	position: relative;
	margin: auto;
}
#centered {
	width: 590px;
	margin: auto;
	padding-top: 20px;
	height: 26px;
}
#menu {
	padding: 0px 0px 0px 0px;
}
#logo {
	position: absolute;
	z-index: 999;
	left: 10px;
	top: 5px;
	bottom: 0;
	width: 130px;
	height: 55px;
	background: url(../images/logo-header-55.png) center no-repeat;
}
#ribbon {
	position: absolute;
	z-index: 998;
	right: 5px;
	top: 0;
	bottom: 0;
	width: 100px;
	height: 180px;
	background: url(../images/ribbon-big.png) center no-repeat;
}
/* INDEX */

#page {
	position:relative;
	min-width:100%;
	width: 100%;
	min-height:100%;
	/*height:100%*/
}
#container {
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 200px;
	min-height: 100%;
	padding-bottom:100px;
}
#fonohome {
	position: relative;
	width: 360px;
	height: 120px;
	background: url(../images/home-tel.png);
	margin: auto;
}
#logohome {
	position: relative;
	width: 360px;
	height: 110px;
	background: url(../images/home-logo.png);
	margin: auto;
	margin-top: 540px;
}
/* FOOTER */
#footer {
	position:absolute;
	bottom:0;
	width: 100%;
	height: 50px;
	background: url(../images/footbar.png) repeat;
}
#innerft {
	max-width: 1200px;
	min-width: 440px;
	position: relative;
	margin: auto;
}
.izq {
	width: 35%;
	height: 50px;
	float: left;
}
.mid {
	width: 30%;
	height: 50px;
	float: left;
}
.der {
	width: 35%;
	height: 50px;
	float: right;
}
#copy {
	width: 140px;
	height: 40px;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
	background: url(../images/foot-copy.png) center no-repeat;
}
#privado {
	width: 120px;
	height: 40px;
	margin: auto;
	margin-top: 5px;
	background: url(../images/foot-privado.png) center no-repeat;
}
#privado a {
	width: 120px;
	height: 40px;
	display: block;
}
#vvnarg {
	width: 140px;
	height: 40px;
	margin-top: 5px;
	margin-right: 15px;
	float: right;
	background: url(../images/foot-vvn-bn.png) center no-repeat;
}
#vvnarg:hover {
	background: url(../images/foot-vvn-color.png) center no-repeat;
}
#vvnarg a {
	width: 140px;
	height: 40px;
	display: block;
}
#logo a {
	width: 130px;
	height: 55px;
	display: block;
}
#ribbon a {
	width: 100px;
	height: 180px;
	display: block;
}
/* Páginas */
#page-body{
	width: 100%;
	height:auto;
	overflow: hidden;
	padding-bottom:125px;
}

#page-container {
	width: 95%;
	max-width: 800px;
	margin: auto;
	margin-top: 335px;
	min-height: 500px;
	background: url(../images/bodypattern.png) repeat;
	overflow: hidden;
}

#page-container p {
	margin-bottom: 15px;
	line-height: 20px;
}
#page-container a{
	text-decoration:none;
	text-align:center;
	color: #C8AA50;
}
#page-container a:hover{
	text-decoration:underline;
	cursor:pointer;
}
#info-pg {
	width: 80%;
	margin-right: 5%;
	margin-top: 50px;
	margin-bottom: 50px;
	/*padding-top:0px;*/
	padding-bottom: 10px;
	float: right;
	background-image: url(../images/bodyline.png);
	background-position: left;
	background-repeat: repeat-y;
}
#title-pg {
	margin-left: 40px;
	font-size: 110%;
	text-transform: uppercase;
	color: #C8AA50;
	font-weight: bold;
}
#text-pg {
	margin-left: 40px;
	margin-top: 50px;
}
#text-pg.contacto {
	margin-top: 25px;
}
.main-image{
	display:block;
	width:200px;
	height:200px;
	background:url(/images/taxicard-l.png);
	float:right;
	margin-left:20px;
	margin-bottom: 20px;
}
 @media screen and (max-width: 650px) {
.main-image{
	width:150px;
	height:150px;
	background:url(/images/taxicard-s.png);
}
 }
  @media screen and (max-width: 490px) {
.main-image{
	float:none;
	margin:auto;
	margin-bottom:20px;
}
 }
/* Lista Clientes*/
ul.clientes {
	line-height: 20px;
}
/* Lista Flota */
p.flota {
	margin-left: 20px;
}
p.center{
	text-align:center;
}
#page-container.gallery {
	position:relative;
	height:100%;
}
 @media screen and (max-height: 1300px) {
#container {
	margin-top: 140px;
}
#page-container {
	margin-top: 215px;
}
#logohome {
	margin-top: 420px;
}
}
 @media screen and (max-height: 1100px) {
#container {
	margin-top: 100px;
	min-height: 450px;
}
#page-container.gallery {
	height:500px;
}
#page-container {
	margin-top: 125px;
}
#logohome {
	margin-top: 320px;
}
}
 @media screen and (max-height: 810px) {
#container {
	margin-top: 40px;
	min-height: 450px;
}
#page-container {
	margin-top: 40px;
	min-height: 450px;
}
#page-container.gallery {
	height:450px;
}
#logohome {
	margin-top: 220px;
}
}

/* MENU RESPONSIVE */

ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #007eb2;
}
a:hover {
	color: #333;
}
#menu nav[role="navigation"] ul {
	float: right;
}
#menu nav[role="navigation"] ul li {
	float: left;
}
#menu nav[role="navigation"] ul li a {
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #AAA;
	padding: 5px 12px 5px 12px;
}
#menu nav[role="navigation"] ul li.selected a, #menu nav[role="navigation"] ul li a:hover {
	color: #fff;
	/* text shadow */
	-webkit-text-shadow: 1px 2px 0px #000;
	-moz-text-shadow: 1px 2px 0px #000;
	-o-text-shadow: 1px 2px 0px #000;
	text-shadow: 1px 2px 0px #000;
}
