﻿#frCarrito{
	
}

.lineaSuperior{
	height:40px;
	}
	.th-quitar{
		width:50px;
		padding:10px;
		}
	.th-cantidad{
		width:50px;
		padding:10px;
		}
	.th-nombre{
		width:400px;
		padding:10px;
		}
	.th-precio{
		width:50px;
		padding:10px;
		}
	.th-total{
		width:50px;
		padding:10px;
		}
#Tabla tr{
	border-top:1px solid #EEE;
	text-align:center;
	height:40px;	
}
#Tabla input{
	width:40px;	
}
#Botones img{
	cursor:pointer;	
}

#Carrito{
  border: 1px solid #979799;
  background-color: #FFF;
  width: 200px;
  height: 47px;  
  color: #E14045;
  float: right;
  margin-top: -25px;
  font-weight: bold;
}

#redTop{
    width: 600px;
    height: 20px;
    background-color: #EA1D24;
}

#CarroCompra{
    width: 600px;
    height: 340px;
    background-color: #FFF;
}

#CarritoFormulario {
	background-color:#FFFFFF;
}
#CarritoFormulario div {
	margin:0px;
	padding:20px;

}
#CarritoFormulario form {
	margin:0px;
	
}
#CarritoFormulario td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
}
#CarritoFormulario input {
	border: 1px solid #BCBDC1;
	width:430px;
	color:#AFB0B2;
}

#CarritoFormulario select {
	border: 1px solid #BCBDC1;
	width:430px;
	color:#AFB0B2;
}

#CarritoFormulario textarea {
	border: 1px solid #BCBDC1;
	width:430px;
	height:250px;
	color:#AFB0B2;
}