/* CSS Document */

.BordeRedondeadoTop{
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;}
.BordeRedondeadoBottom{
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;}
.BordeRedondeado{
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;}
.DivCatalogo{
	width:200px; 
	height:315px; 
	float:left;
	margin-left:35px;
	margin-top:5px;
	margin-bottom:5px;}
.DivCatalogoImg{
	width:196px; 
	height:265px; 
	border: #3A8FD5 2px solid;
	position:relative;
	background-color:#FFF;}
.DivCatalogoCodigo{
	width:200px; 
	height:20px; 
	margin-top:2px; 
	background-color:#3A8FD5; color:#FFF; 
	font-size:14px;
	overflow:hidden;}
.DivCatalogoBuscar{
	width:200px; 
	height:265px; 
	float:left;
	margin-left:35px;
	margin-top:5px;
	margin-bottom:5px;}
.DivCatalogoCodigoBuscar{
	border: solid 1px #3A8FD5;
	width:100%; 
	height:18px; 
	margin-top:1px; 
	background-color:#3A8FD5; 
	color:#FFF; 
	font-size:14px;
	overflow:hidden;
	position:absolute; 
	bottom:0px;}
.DivCatalogoCodigoBuscar:hover{
	height:120px;
	transition: all 0.4s;
	background-color:rgba(58, 143, 213, 0.85);}