@charset "utf-8";


.slide {
	width:100%;
	min-width:1024px;
	border-top: solid 2px #2c8bb9;
	border-bottom:solid 2px #2c8bb9;
	float:left;
	}
.categorias {
	width:250px;
	padding:0 45px;
	margin:20px 0;
	float:left;
	border-right:solid 1px #999999;
	height:200px;
	position:relative;
	overflow:hidden;
	}
.datos {
	text-align:justify;
	font-size:12px;
	padding: 1px;
	width: 248px;
	height: 198px;
	background: #2c8bb9;
	color: #fff;
	position: absolute;
	bottom: -155px;
	cursor: pointer;
	-webkit-transition: bottom 1s ease-in;
	-moz-transition: bottom 1s ease-in;
	-ms-transition: bottom 1s ease-in;
	-o-transition: bottom 1s ease-in;
	transition: bottom 1s ease-in;
	}
.datos h1 {
	font-size:20px;
	font-weight: normal;
	color:#FFF;
	}
.datos a {
	color:#FFF;
	text-decoration:none;}
.datos:hover {
	bottom: 0px;}
h1 {
	color:#2c8bb9;}
.columna1 {
	width:650px;
	float:left;
	line-height:20px;
	}
.imagen {
	width:auto;
	float:right;
	border:solid 2px #2c8bb9;}