/******************************************/
/*************** estructura ***************/
/******************************************/

#web{
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-color: #000000;	
	margin: 0;
	padding: 0;
	font-family: verdana, arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #111921;
}

#contenedor{
	background-image: url(images/fondo_contenedor.jpg);
	background-repeat: no-repeat;
	background-position: 0px 45px;
	margin: 0 auto;
	width: 898px;
	background-color: #f9fefe;
}

#menu{
	width: 898px;
	height: 45px;
	overflow: hidden;
	background-image: url(images/fondo_menu.jpg);
	background-repeat: no-repeat;
}

#pie{
	background-image: url(images/fondo_pie.gif);
	background-repeat: no-repeat;
	width: 898px;
	height: 73px;
	overflow: hidden;	
	margin: 0 auto;
}

#flashcontent{
	background-image:url(images/cabecera.gif);
	background-repeat: no-repeat;
	width: 898px;
	height: 165px;
	/* text-indent: -9999px; */
	margin: 0 auto;
}

#col_iz{
	width: 270px;
	float: left;
	margin-left: 5px;
}

#col_der{
	width: 615px;
	float: right;
}

#col_centro{
	width: 870px;
	margin-left: 20px;
}

.menu_con_fondo{
	background-color: #4a5a6e;
}

#paginacion{
	width: 100%;
	text-align: center;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
}

/******************************************/
/*************** estilos ******************/
/******************************************/

ul.menu_lateral{
	padding-top: 9px;
	padding-left: 5px;
}

ul.menu_lateral li{
	float: left;
	color: #f8fdfe;
	font-size: 14px;
	padding: 2px;
}

.cabecera_larga{
	background-image: url(images/cabecera_larga.gif);
	background-repeat: no-repeat;
	width: 558px;
	height: 27px;
	display: block;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 30px;
}

.cabecera_peque{
	background-image: url(images/cabecera_peque.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 27px;
	display: block;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 30px;	
}

.parrafo_iz{
	width: 278px;
	float: left;
	margin-right: 20px;
	text-align: left;
}

.parrafo_der{
	width: 278px;
	float: left;
	text-align: left;
}

.estrellita{
	background-image: url(images/estrellita.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 155px;
	display: block;
	margin-top: -78px;
	margin-right: -30px;
	float: right;
	position: relative;
}

p.texto_estrellita{
	width: 113px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	margin-top: 45px;
	margin-left: 45px;
}

.limpieza{
	clear: both;
	float: none;
}

h1{
	font-size: 30px;
}

.tabla td{
	vertical-align: top;
	padding: 10px;
	margin: 10px;
	font-size: 11px;
}

.tabla{
	width: 100%;
}

.borde{
	border: 2px solid #323e4e;
}


.pregunta{
	background-image: url(images/joya_consulta.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 auto;
	background-color: #d2e7e7;
	padding: 15px;
	padding-left: 120px;
	margin-bottom: 20px;
	border: 5px solid #aabcbc;
}

.pregunta h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.pregunta h2 { font-size: 2em; margin-bottom: 0.75em; }
.pregunta h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.pregunta li ol       { margin:0 1.5em; }
.pregunta ul, ol      { margin: 0 1.5em 1.5em 1.5em; }
.pregunta ul          { list-style-type: disc; }
.pregunta ol          { list-style-type: decimal; }

.respuesta{
	background-color: #aabcbc;
	color: #ffffff;
	font-weight: bold;
	display: block;
	padding: 5px;
}


.tabla_carrito{
	width: 100%;
}

.parrafo_presentacion{
	background-color: #d6e9ff;
	border: 1px solid #13355d;
	color: #13355d;
	margin-bottom: 15px;
	padding: 15px;
}

.tabla_carrito tr th{
	background-color: #b3d4db;
	border-bottom: 1px solid #96abb0;
	border-right: 1px solid #96abb0;
	color: #000000;
	font-weight: bold;
	height: 25px;
	padding: 15px;
	margin-bottom: 15px;
}

.tabla_carrito tr td{
	border-bottom: 1px solid #96abb0;
	color: #212121;
	font-weight: bold;
	height: 25px;
	padding: 15px;
	margin-bottom: 15px;	
	vertical-align: top;
}

.tabla_carrito tr.clarito td{
	background-color: #f0f6f7;
}

.tabla_carrito tr.oscuro td{
	background-color: #f5f5f5;
}

.boton_formulario{
	background-color: #ffffff;
	border-right: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	color: #333333;
	padding: 4px;
}
.contenedor_form{
	width: 330px;
	margin-left:35px ;
	background-color: #d2e7e7;
	padding: 20px;
	border: 5px solid #aabcbc;
	float:left;
	text-align:center;
}

.contenedor_form_grande{
	margin: 0 auto;
	background-color: #d2e7e7;
	padding: 20px;
	border: 5px solid #aabcbc;
}

#pasos{
	width: 842px;
	margin: 0 auto;
}

#pasos ul li{
	float: left;
}

strong{
	font-weight: bold;
}

.realizar_pago{
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
	background-color: #ffd9d9;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

/******************************************/
/*************** enlaces ******************/
/******************************************/

.boton_finalizar{
	background-color: #a10400;
	font-weight:bold;
	border: 2px solid #6d0300;
	color: #ffffff;
	padding: 10px;
}


a.boton:link, a.boton:visited, a.boton:hover{
	text-decoration: none;
	color: #333333;
	font-weight:bold;
	padding-right:50px;
}

a:link, a:visited{
	color: #1c2530;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

ul.menu_lateral li a:link, ul.menu_lateral li a:visited{
	color: #f8fdfe;
	font-size: 12px;
	padding: 5px;
	text-decoration: none;
	font-weight:  bold;
}

ul.menu_lateral li a:hover{
	background-color: #4a5a6e;
}

#paginacion a:link, #paginacion a:visited{
	border: 3px solid #aabcbc;
	background-color: #d2e7e7;
	padding: 4px;
}

#paginacion a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #aabcbc;
}

#montura_grande{
	width: 560px;
	margin: 0 auto 20px auto;
}

.titulo{font-size:16px; font-weight:bold;}

