@charset "utf-8";
/* CSS Document */
*{
	margin:0px; padding:0px;
}
body {
	overflow: scroll;
	overflow-x: hidden;
	background-color:#F6F6F8;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.centro {
	margin:0 auto 0 auto;
}
#botonera{
	list-style:none;
	float: right;
	position: relative;
	top: 16px;
}
#btn{
	float: left;
	position: relative;
	padding-right: 25px;
	padding-left: 25px;
	font-family: "Myriad Pro", Arial, Helvetica;
	font-size: 16px;
	color: #FFF;
	text-shadow: 0px 1px 0px #008EC2;
}
a:link {
	color: #FFF;
	text-decoration: none;
 }
a:visited {
  color: #FFF;
	text-decoration: none;
}
#CCanvas{
	width:960px;
	height:45px;
	background-color:#22B8EB;
	z-index:-1;
	position:relative;
}
#cabecera{
	width: 960px;
	height: 45px;
	background-image: url(../imagenes/logo%20Flat%20UI.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
#copete{
	width:960px;
	height:2px;
	background-color:#008EC2;
	float:left;
	position:relative;
}
#nav_copete {
	padding-left: 14px;
	padding-top: 12px;
	height: 40px;
	width: 946px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position: relative;
	float: left;
	border-left-style: none;
	border-right-style: none;
	font-family: "Myriad Pro";
	font-weight: bolder;
	background-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}
#nav_copete h3{
	font-size: 36px;
	font-family: "Myriad Pro";
	bottom: 3px;
	color:#D0F4FD;
	position:relative;
	text-transform: uppercase;
}
#nav_copete h4{
	font-size: 21px;
	font-family: "Myriad Pro";
	bottom: 40px;
	left: 20px;
	color: #22B8EB;
	position:relative;
	z-index:999;
	text-transform: uppercase;
}
#contenedor {
	height: auto;
	width: 960px;
}
#copete {
	width:960px;
	height:2px;
	background-color:#008EC2;
}
#base{
	background-color: #333;
	height: 20px;
	width: 950px;
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	margin-bottom: 5px;
	color: #FFF;
	padding-left: 10px;
	border-radius:0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=4);
	-webkit-box-shadow: 0px 2px 2px #999;
	-moz-box-shadow: 0px 2px 2px #999;
	z-index: 700;
}
#terminos{
	position: relative;
	float: right;
	margin-left: 5px;
	font-weight: normal;
}
#politica{
	position:relative;
	float: right;
	margin-left: 5px;
	font-weight: normal;
}#cookies{
	position:relative;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	font-weight: normal;
}