?>@charset "utf-8";

#col_a {
	float:left;
	display:table;
	width:600px;
	height:auto;
}

#col_b {
	/*float:left;*/
	display:table;
	width:350px;
	height:auto;
}

#bienvenida {
	width:320px;
	height:220px;
	float: left;
	margin-left:30px;
	
}

#bienvenida ul{
	list-style: none;
}

#bienvenida li h4 {
	font-size:18px;	
	color: #414141;
	text-align: left;
}

#texto_bien {
	display:block;
	width:320px;
	margin-top:8px;
	font-size:14px;	
	color: #414141;
	text-align:justify;
	line-height:20px;
}

#fb {
	display:block;
	float:left;
	width:320px;
	height:350px;
	margin:auto;
	margin-top:5px;
	margin-left:30px;
	background-color:#039;
}

/*slideshow*/
#slide {
	width: 950px;
	height:650px;
		
}

/*slide productos*/
#slide_prod_dest {
	display:block;
	margin:auto;
	margin-top:20px;
	width:570px;
	height:270px;
	float:left;
	-moz-box-shadow: 0px 5px 4px #D81628;
	border: 1px dashed #DBDBDB;
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#slide_prod_dest:hover {
	border: 1px dashed #999999;
}

#slider {
	display:block;
	margin:auto;
	padding: auto;
	width:550px;
	height:250px;
	
}
.prod {
	margin-left:20px;
	margin-top:10px;
	padding: auto;
	background-color: #F5F5F5;		
}
#link a {
	margin-top:20px;
	margin-right:20px;
	display:block;
	float:right;
	color:#333;	
}
#link a:hover {
	color:#D81628;
	text-decoration:underline;
}
.prod table tr td h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#D81628;
}
.prod table tr td p {
	font-size:18px;	
	color: #414141;
}
.prod table tr td img {
	margin: auto;
	margin-left:30px;	
}
