body{
	font-size:12px;
}

fieldset{
	border-color:#762788;
	background-color:#EEE;
}

legend{
	color:#762788;
	font-size:14px;
}

a:focus{
	outline:none;
}

img:focus{
	outline:none;
}


input:focus{
	outline:none;
}

.curve{
	padding:20px 0px 20px 0px;
	text-align:center;
}

#login_curve{
	color:#999;
	width:300px;
	margin:auto;
}

#login_curve td{
	text-align:right;
	border:none;
}

input{
	border:1px #999 solid;
}

.caja_producto_curves{
	width:710px;
	margin:auto;
	text-align:left;
	border:1px solid #999;
	padding:20px;
}
.texto_producto_curves{
	width:570px;
	float:left;
}
.nombre_producto_curves{
	font-size:16px;
	padding-bottom:10px;
}

.descripcion_producto_curves{
	font-size:12px;
	color:#666;
	text-align:justify;
}


.enlace_producto_curves a{
	text-decoration:none;
}
.enlace_producto_curves{
	padding:10px 0px 10px 0px;
}
.precio_producto_curves{
	padding:5px 0px 5px 0px;
	font-weight:bold;
}
.items_producto_curves{
	padding:5px 0px 5px 0px;
}
.select_producto_curves{
	padding:30px 0px 5px 0px;
}
.foto_producto_curves{
	float:right;
	width:120px;
	text-align:center;
}




/*MENU*/

#navcontainer ul
{
text-align: center;
padding-bottom: 2px;
padding-top: 2px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #036;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding: 2px 10px 2px 10px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff;
background-color:#EEE;}

#navcontainer li a#current{
	color:#000;
}

.datoscaja{
	border:1px #CCC solid;
	padding:4px;
	margin:0px;
}

#tablaconfirmacion{
	margin:auto;
	width:800px;
}


#tablaconfirmacion table{
	border-right:1px #CCC solid !important;
	border-top:1px #CCC solid !important;
}

#tablaconfirmacion th,td{
	border-left:1px #CCC solid;
	border-bottom:1px #CCC solid;
	padding: 7px 3px 7px 3px;
	margin:0px;
	text-align:center;
	cellpaddi
}


.texto_informativo{
	background-color:#EEE; 
	border:1px solid #666; 
	width:750px; 
	margin:auto; 
	padding:2px 10px 2px 10px;
}

.preguntas_frecuentes{
	text-align:left;
	margin:auto;
	width:700px;
}
.pregunta{
	font-size:18px;
	padding-bottom:10px;
}