@charset "utf-8";
/* CSS Document */
.disenio_detalle{
	width:725px !important;
	height:510px !important;
	overflow:hidden;
}

/*.img_izq, .img_der, .disenio_info{
	float:left;
}*/

.disenio_info{
	background:url(../img/interfaz/bkg_disenio_detalle_contenido.jpg) repeat-x;
	width:704px !important;
	height:512px !important;
}

.disenio_info div.disenio_info_data{
	background:url(../img/interfaz/bkg_disenio_detalle_info.jpg) no-repeat;
	width:304px;
	height:478px;
	overflow:hidden;
	float:left;
	margin-top:10px;
}
.disenio_info div.disenio_info_user{
	width:390px;
	height:441px;
	overflow:hidden;
	float:right;
	margin-top:63px;
}




.disenio_info_data_imagen{
	height:269px;
	margin-top:70px;
	margin-left:7px;
	margin-right:7px;
	text-align:center;
}
.disenio_info_data_fotos_votos{
	overflow:hidden;
}
.disenio_info_data_fotos_votos .opcion_fotos{
	float:left;
	margin-top:5px;
	margin-left:5px;
}
.disenio_info_data_fotos_votos .opcion_fotos .btn_foto{
	cursor:pointer;
	margin-right:3px;
}
.disenio_info_data_fotos_votos .opcion_votos{
	float:right;
	margin-top:4px;
	margin-right:5px;
	font-weight:bold;
}
.disenio_info_data_sexo_colores{
	overflow:hidden;
	margin-top:15px;
	margin-left:5px;
}
.disenio_info_data_sexo_colores .btn_sexo{
	cursor:pointer;
	float:left;
}
.disenio_info_data_sexo_colores img{
	margin-top:10px;
}
.disenio_info_data_sexo_colores .colores{
	float:right;
	width:140px;
	overflow:hidden;
	margin-right:5px;
	/*margin-top:4px;*/
}

.disenio_info_data_sexo_colores .colores .color{
	float:left;
	width:17px;
	height:17px;
	/*margin-right:3px;
	margin-bottom:3px;*/
	cursor:pointer;
}
.disenio_info_data_sexo_colores .colores .color span{
	width:9px;
	height:17px;
	float:right;
}




.disenio_info_user_nombre_disenio{
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
.disenio_info_user_mas_productos{
	overflow:hidden;
}
.disenio_info_user_mas_productos .nombre_producto{
	float:left;
	text-transform:uppercase;
	font-size:15px;
}
.disenio_info_user_mas_productos .mas_producto{
	float:right;
}
.disenio_info_user_form_pedido{
	background:url(../img/interfaz/bkg_disenio_detalle_formulario.jpg) no-repeat;
	widows:390px;
	height:400px;
	overflow:hidden;
}
.disenio_info_user_form_pedido .productos_thumbs{
	margin-top:32px;
	overflow:hidden;
}
.disenio_info_user_form_pedido .productos_thumbs .btn_productos{
	cursor:pointer;
}
.disenio_info_user_form_pedido .productos_thumbs div{
	background:url(../img/interfaz/bkg_disenio_productos_thumb.jpg) no-repeat center center;
	width:73px;
	height:73px;
	float:left;
	margin-left:2px;
	margin-right:3px;
}
.disenio_info_user_form_pedido input,textarea,select{
	border:none;
	height:12px;
	font-size:9px;
}
.disenio_info_user_form_pedido .cantidad_talla{
	margin-top:26px;
	*margin-top:20px;
	margin-left:14px;
}
.disenio_info_user_form_pedido .cantidad_talla input{
	width:176px;
	background-color:#d1fcbf;
}
.disenio_info_user_form_pedido .cantidad_talla select{
	margin-left:9px;
	width:80px;
	height:auto;
	background-color:#d1fcbf;
}
.disenio_info_user_form_pedido .nombre{
	margin-top:21px;
	margin-left:14px;
}
.disenio_info_user_form_pedido .nombre input{
	width:360px;
	background-color:#d8fcba;
}

.disenio_info_user_form_pedido .correo_telefono{
	margin-top:17px;
	*margin-top:15px;
	margin-left:14px;
}
.disenio_info_user_form_pedido .correo_telefono input{
	width:176px;
	background-color:#dffcb2;
}

.disenio_info_user_form_pedido .direccion{
	margin-top:22px;
	margin-left:14px;
}
.disenio_info_user_form_pedido .direccion input{
	width:360px;
	background-color:#e7fcab;
}

.disenio_info_user_form_pedido .mensaje{
	margin-top:25px;
	*margin-top:23px;	
	margin-left:14px;
}
.disenio_info_user_form_pedido .mensaje textarea{
	width:360px;
	height:81px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color:#f6ffa1;
}

.disenio_info_user_form_pedido .submit{
	float:right;
	width:69px;
	height:17px;
	margin-top:19px;
	*margin-top:17px;
}

