

#codigo-foto {	
font-family: 'swis721_cn_btbold';
color: #ff0000;
	}

#texto-foto {	
color: #676767;
text-transform: Capitalize;
	}

#elproducto img {	
float: left;
margin-right: 20px;
width:200px;

	}

#elproducto {	
width: 45%;
float: left;
margin-right:20px;
margin-bottom:10px;
border-bottom: 1px solid transparent;
	-moz-box-sizing: ;
-webkit-box-sizing: ;
box-sizing: ;


	}
#elproducto:hover {	
opacity: 0.8;
border-bottom: 1px solid #cccccc;
margin-bottom:10px;
	}

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}

#contenedor #boton {
	text-align: center;
	width: 100%;
}

#columnas {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
float: left;
width:480px;
padding: 20px;
text-align: left;
}

input, textarea { 		
		-webkit-border-radius: 10px;
		border-radius: 10px;
		color: #000;
		background: #eee;
		float: left;
		text-align: left;
		width: 100%;
		border: 0;
		margin-bottom: 10px;
		padding: 5px;
		font-family: 'swis721_cn_btroman';
		clear: both;
		display: block;
		
		}