/* Main settings */
*{
	margin:0px;
	padding:0px;
}
p{margin:15px 0;}

@font-face {
    font-family: 'cop';
    src: url('cop.eot') format('eot'),
	url('cop.eot?#iefix') format('embedded-opentype'),
	url('cop.woff')  format('woff'),
    url('cop.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.blue{
	color:#0095db;
}
body{font-family:'Open Sans Condensed', sans-serif;}
.boldDark{
	color:#444444;
	font-weight:bold;
}

/* Main info window */
.infoDiv{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:14px;
	/*background:url("css_graphics/info-bg.png") repeat;*/
	background:#fff;
	/*padding:14px;
	padding-top:8px;
	padding-bottom:8px;*/
	padding:30px;
	line-height:18px;
	/*border-radius:16px 16px 16px 16px;*/
	text-align:justify;
	color:#000;
	margin:40px;
	border:solid 1px #000;
}

.infoDiv a:link {color:#000; text-decoration:underline}   
.infoDiv a:visited {color:#000; text-decoration:underline}
.infoDiv a:hover {color:#000; text-decoration:none}
.infoDiv a:active {color:#000; text-decoration:underline}

.largeLabel{
	font-family:'cop';
	font-size:25px;
	color:#000;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:600;
	line-height:30px;
}
h2{font-family:'cop';
	font-size:15px;}
.cabecera{ background:url(../../img/endurance.jpg);
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
 position:inherit;
  padding: 0;
  margin-bottom: 20px;
  height: 200px;
  width: 100%;
  float: left;
  
  
  }
  .cabecera_360{ 
  margin-bottom: 20px;
  height: 200px;
  width: 100%;
  float: left;}

.cabecera2{ background:url(../../img/bodega_cabecera.jpg);
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position:inherit;
  
  padding: 0;
  margin-bottom: 20px;
  height: 200px;
  width: 100%;
  float: left;
  
  
  }
.leftImage{
	float:left;
	margin-right:10px;
	margin-top:4px;
}

.separator{
	clear:both;
	height:1px;
	background-color:#000;
	margin-top:15px;
	margin-bottom:15px;
}

.columns p{
	float:left;
	margin:0;
	padding:0;
	width:30%;
	margin-bottom:15px;
}

div  .columnsFirstParagraph{
	margin-right:5%;
}

div .columnsLastParagraph{
	float:right;
}

.columnsSeparator{
	clear:both;
	height:1px;
	background-color:#CCCCCC;
	margin-top:15px;
	margin-bottom:15px;
}

.rightImage{
	float:right;
	margin-left:10px;
	margin-top:4px;
}

.youtubeVideo{
	float:left;
	width:60%;
	height:306px;
	margin-right:10px;
	margin-top:5px;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
}

.lastParagraph{
	margin-bottom:5px;
}

/* Marker tool tip windows*/
.markerToolTipInfoDiv{
	font-family:'Open Sans Condensed', sans-serif;
	font-size:14px;
	text-align:justify;
	background-color:#fff;
	padding:15px;
	line-height:18px;
	/*border-radius:16px 16px 16px 16px;*/
	border-style:solid;
	border-width:1px;
	border-color:#000;
	color:#000;
}

.imgHd180{
	width:100%;
	max-width:248px !important;
    height:auto;
}

.youtubeVideo2{
	width:99%;
	height:180px;
	margin-left:-1px;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
}

/* Media Queries */
@media screen and (max-width: 480px) {

	.youtubeVideo{
		width:100%;
		clear:both;
	}
	
	.lastParagraph{
		clear:both;
		margin-bottom:10px;
		padding-top:10px;
	}
	
	.columns, .columnsSeparator{
		display:none;
	}

	
}
