@charset "utf-8";
/* CSS Document */

#botones>ul {
	list-style:none;
	display:table;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}

#botones>ul>li{
	width:400px;
	display:inline-block;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:15px;
	font-weight:600;
	border: 1px solid #000000;
	margin: 20px;
	}

#botones ul li a{
	color:#000000;
	display:block;
	padding:20px;
	position:relative;
	text-align:left;
	text-decoration:none;
	line-height:20px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#botones ul li a:hover{
	color:#FFFFFF;
	background:#000000;
	}

#galeria_img{
	width:55px;
	height:40px;
	position:relative;
	float:left;
	margin-right:10px;
	}
	
#descargas_img{
	width:55px;
	height:40px;
	position:relative;
	float:left;
	margin-right:10px;
	}

@media all and (min-width: 690px) {
#botones>ul>li{
	transform: skewX(-15deg);
	}
	
#botones>ul>li>a>div {
	transform: skewX(15deg);
	}
	}