
@font-face {
	font-family:"Open Sans Condensed Light";
	src:url("fonts/OpenSans-CondLight.eot?") format("eot"),
	url("fonts/OpenSans-CondLight.woff") format("woff"),
	url("fonts/OpenSans-CondLight.ttf") format("truetype"),
	url("fonts/OpenSans-CondLight.svg#OpenSans-CondensedLight") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Open Sans Condensed Bold";
	src:url("fonts/OpenSans-CondBold.eot?") format("eot"),
	url("fonts/OpenSans-CondBold.woff") format("woff"),
	url("fonts/OpenSans-CondBold.ttf") format("truetype"),
	url("fonts/OpenSans-CondBold.svg#OpenSans-CondensedBold") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family:"Raleway Thin";src:url("fonts/raleway_thin.eot?") format("eot"),
	url("fonts/raleway_thin.woff") format("woff"),
	url("fonts/raleway_thin.ttf") format("truetype"),
	url("fonts/raleway_thin.svg#Raleway-Thin") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"PT Sans Narrow";
	src:url("fonts/PTN57F.eot?") format("eot"),
	url("fonts/PTN57F.woff") format("woff"),
	url("fonts/PTN57F.ttf") format("truetype"),
	url("fonts/PTN57F.svg#PTSans-Narrow") format("svg");
	font-weight:normal;
	font-style:normal;
	}
@font-face {
	font-family:"Terminal Dosis Light";
	src:url("fonts/TerminalDosis-Light.eot?") format("eot"),
	url("fonts/TerminalDosis-Light.woff") format("woff"),
	url("fonts/TerminalDosis-Light.ttf") format("truetype"),
	url("fonts/TerminalDosis-Light.svg#TerminalDosis-Light") format("svg");
	font-weight:normal;
	font-style:normal;
	}
	
* { 
	margin:0; 
	padding:0; 
}
	
html {
	background: url(../images/web/saymo_home_lc.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
}

body{
	font-family: 'Open Sans Condensed Light', Arial, sans-serif;
	font-size:17px;
	margin:0;
	width:100%;
	height:100%;
}
a{
	text-decoration:none;
	color:white;
}
a:hover{
	color:black;
}
img{
	border:none;
}

#agrupar{
	margin: 0 auto;
	min-width: 900px;
	position: relative;
	width: 100%;
	height: 100%;
}

header{
	position: relative;
	width: 100%;
	float: right;
}

#block-left{
	background: #295890;
	float: left;
	height: 100%;
	opacity: 0.7;
	width: 275px;
}

#my-container{
	bottom:0;
	right:40px;
	position:absolute;
	width: 250px;
	height:400px;
	text-align: justify;
	background: #295890;
	border-top-right-radius: 22px;
	border-top-left-radius: 22px;
	color: #F8F0F0;
	float: right;
	opacity: 0.9;
	padding:15px;
	z-index:0;
}
#my-container p{
display:none;
}
#map{
	bottom:10px;
	right:40px;
	min-width:250px;
	position:absolute;
	width: 25%;
	height:315px;
	float: right;
	opacity: 0.9;
	padding:15px;
	z-index:0;
}
#tags{
display:none;
}
/*      MENU   TOP    */
.logo{
	float: left;
	margin-top: 12px;
	position: absolute;
	z-index:100;
}
.logo img{
	padding: 15px;
	height: 115px;
}
.pattern{
	background: transparent url(/sitio/images/web/pattern.png) repeat top left;
}
#content-menu{
	position:fixed;
	top:30%;
	width:300px;
	left:0;
	float:left;
	z-index:50;
}
div.menu-top{
float:left;
position:fixed;
}
#mn-home{
	left:-140px;
	margin-top: 30px;
}
#mn-chapa{
	left:-120px;
	margin-top: 84px;
}
#mn-rallye{
	left:-159px;
	margin-top: 138px;
}

#mn-camiones{
	left:-110px;
	margin-top: 192px;
}

#mn-galeria{
	left:-140px;
	margin-top: 246px;
}
#mn-contacto{
	left:-120px;
	margin-top: 300px;
}
/**    PIE   */
#pie{
	background: #295890;
	bottom: 0%;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	min-width:1070px;
	position: fixed;
	width: 100%;
	z-index: 100;	
}
.pie-izq{
	width: 30%;
	float: left;
	min-width:2px;
	padding: 10px;
}
.pie-izq img{
	height:24px;
	margin-left:20px;
}
.pie-centro{
	color:white;
	float: left;
	min-width:373px;
	padding: 10px;
	text-align: center;
	width: 30%;	
}

.pie-derecha{
	float: right;
	margin-right: 30px;	
	padding: 10px;
	text-align: right;
}
.pie-derecha img{
	height:40px;
	z-index:0;
}
.pie-derecha  a {
     position: relative;
     text-decoration: none;
	 z-index:100;
	/* Aqui colocamos la transicion para cada navegador */
	  -webkit-transition:background-color 1s ease-out;  /* Chrome y Safari */
	  -o-transition:background-color 1s ease-out;  /* Opera */
	  -moz-transition:background-color 1s ease-out;  /* Mozilla Firefox */
	  -ms-transition:background-color 1s ease-out;   /* Internet Explorer */
	  transition:background-color 1s ease-out;  /* W3C */
  }
.pie-derecha  a:before {
	content: "";
	position: absolute;
	border-top: 12px solid #6E92BD;
	border-left: 7px solid transparent;
	border-right: 8px solid transparent;
	display: none;
	top: -42px;
	left: 15px;
	z-index: 100;
}
.pie-derecha  a:after{
    content: attr(tooltip);
    position: absolute;
    color: white;
	top: -63px;
	left: -18px;
    background-color: #6E92BD;
    padding: 5px 15px;
    border-radius: 10px;
    white-space: nowrap;
    display: none;
	z-index:100;
	}
.pie-derecha  a:hover:after, a:hover:before {
    display: block;
  }

/*  CONTACTO */
#contact{
bottom: 210px;
right: 40px;
min-width: 250px;
position: absolute;
width: 25%;
height: 358px;
float: right;
opacity: 0.9;
padding: 15px;
z-index: 0;
}

#contact ul {
list-style-type: none;
}
form input[type="text"],form input[type="submit"], form textarea {
background-color:transparent;
display: block;
width: 100%;
max-width: 100%;
max-height: 96px;
border: 0;
border-bottom: 1px solid #202020;
padding: 0;
color: #202020;
font-size: 14px;
line-height: 24px;
height: 24px;
color: #202020;
outline: 0;
}
form label{
font-size: 13px;
padding: 3px;
position:absolute;
}
#send{
background: #295890;
border-bottom: none;
margin-top:10px;
}
#send:hover{
background:#254468;
color: #ffffff;
}
#send:active{
cursor:pointer;
position:relative;
top:2px;
}
#frm-return{
height:25px;
color: red;
text-align: center;
}
label.error{
color: red;
margin-top: -17px;
margin-left: 31%;
}