
*{
padding:0;
margin:0;
}

body
{
	background-color: white;
	font-family: "trebuchet ms";
	font-size: 12px;
}

a{	outline:none; 
	text-decoration:none;
	color:#0E88AF;
}
a:hover{
	text-decoration:none;
	color:#555555;
}

img {border:0px;}

#Inner
{
	margin-top: 15px;
}

#Container
{
	width: 900px;
	margin: 0px auto;
}

.cleaner
{
    clear: both;
}

#Head
{
	height: 212px;
	width: 900px;
	background: url("img/bac_logo.gif") top left repeat-x;
}

#Head_left
{
	height: 212px;
	width: 324px;
	float: left;
}

#Leaf_top
{
    background: url("img/leaf.gif") top left no-repeat;
    height: 161px;
    width: 324px;
	float: left;
}

#Leaf_bottom
{
	background: url("img/leaf2.gif") top left no-repeat;
    height: 51px;
	float: left;
	width: 324px;
}

#Leaf_bottom a
{
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 54px;
	font-size: 11px;
}

#Leaf_bottom a:hover
{
	text-decoration: underline;
}

*>.registration
{
    margin-left: 30px;
}

*>.log-in
{
    margin-left: 47px;
}

#Head_right
{
	height: 212px;
	width: 576px;
	float: right;
	clear: right;
}

#Logo
{
	height: 161px;
	width: 576px;
}

#Name
{
    background: url("img/logo.gif") top left no-repeat;
    background-position: -3px 24px;
    font-size: 34px;
  	padding-top: 48px;
    padding-left: 171px;
    color: #989d9e;
}

.blue
{
	color: #0e88af;
}

#Informations
{
    font-size: 15px;
    padding-left: 172px;
    color: #989d9e;
}

#Top_menu
{
    height: 51px;
	width: 576px;
	background: url("img/bac_button.gif") top left repeat-x;
}

#Top_menu a
{
	width: 130px;
	height: 51px;
	float: right;
	color: #0e88af;
	text-decoration: none;
	font-weight: bold;
	padding-top: 20px;
	text-indent: 38px;
}

#Top_menu a:hover
{
	text-decoration: underline;
}

#Top_menu .home
{
    background: url("img/home.jpg") top left no-repeat;
}

#Top_menu .help
{
    background: url("img/help.jpg") top left no-repeat;
}

#Top_menu .contact
{
    background: url("img/contact.jpg") top left no-repeat;
}

#Top_menu .orders
{
    background: url("img/orders.jpg") top left no-repeat;
}

#Top_menu .kart
{
    background: url("img/kart.jpg") top left no-repeat;
}

#LeftPart
{
	width: 215px;
	background-color: #fbfdfe;
	margin-top: -12px;
	float: left;
}

*>#LeftPart
{
    margin-top: 8px;
}

#Menu
{
    width: 215px;
    float: left;
}

#Menu_header
{
    width: 215px;
    height: 31px;
}

.menu_header_right
{
    background: url("img/ornament_menu.gif") top left no-repeat;
	height: 31px;
	width: 46px;
	float: right;
}

.menu_header_left
{
    background: url("img/bac_menu.gif") top left repeat-x;
	width: 169px;
	height: 31px;
	float: left;
}

.menu_text
{
	color: #0e88af;
	font-weight: bold;
	line-height: 31px;
	padding-left: 14px;
}

#Menu_content
{
	float: left;
	width: 205px;
	padding: 5px;
}

#Menu_content a:hover
{
    text-decoration: underline;
    color: #0e88af;
}

.menu_item
{
	color: #0E88AF;
	text-decoration: none;
	padding-left: 20px;
	background: url("img/arrow.gif") top left no-repeat;
	margin-left: 6px;
	line-height: 18px;
}

.menu_item2
{
	color: #8d9395;
	text-decoration: none;
	padding-left: 50px;
	font-size: 11px;
}

#Poll_header
{
    width: 215px;
    height: 31px;
    float: left;
}

#Poll
{
	margin-top: 5px;
	float: left;
}

#Poll_content
{
    width: 203px;
	padding: 5px;
    padding-left: 12px;
	float: left;
}

#Poll_content a:hover
{
    text-decoration: underline;
    color: #0e88af;
}

.poll_question
{
    color: #767879;
	text-decoration: none;
	font-weight: bold;
}

.poll_unswer
{
    color: #8d9395;
	text-decoration: none;
	line-height: 25px;
}

#RightPart
{
	width: 680px;
	float: right;
	clear: left;
	/*background-color: #f5fdfd;*/
	margin-top: -12px;
}

*>#RightPart
{
    margin-top: 8px;
    clear: right;
    margin-left: 5px;
}

#Page
{
	width: 675px;
	padding: 5px;
	padding-right: 0px;
}

*>#Page
{
	padding: 5px;
}

h1
{
	color: #979a9b;
	font-size: 20px;
	font-weight: normal;
	padding-left: 20px;
	background: url("img/h1_line.gif") bottom left no-repeat;
	margin-bottom:8px;
}
h3{
	color:#0E88AF;
	padding-left:10px;
}
#Page_header
{
	background-color: white;
	padding-right: 0px;
	padding-left: 0px;
	width: 669px;
}

.page_header_img
{
	width: 68px;
	padding-left: 8px;
}

.page_header_text
{
    width: 250px;
    text-align: justify;
	vertical-align:top;
    font-size: 11px;
    color: #888;
	padding-bottom:5px;
}
.page_header_text b{
    font-size: 12px;
    color: #0e88af;
}
.page_header_text a{    
    color: #888;
}
.page_header_text a:hover{    
    color: #bbb;
	text-decoration:underline;
}
#Page_header tr
{
	width: 670px;
}

#Page_top
{
	background-color: #a5d7e9;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #074d64;
	width: 669px;
}

#Page_top p
{
    padding: 5px;
}

#Page_top a
{
    color: #074d64;
}

#Page_center
{
    width: 669px;
}

.page_center_button
{
	width: 31px;
}

.page_center_button span
{
	display: none;
}

.page_center_buy
{
    background: url("img/buy.gif") top left no-repeat;
    height: 53px;
    width: 31px;
    float: left;
}

.page_center_info
{
    background: url("img/info.gif") top left no-repeat;
    height: 99px;
    width: 31px;
    float: left;
}

.page_center_content
{
    height: 142px;
    width: 170px;
    background-color: white;
  	margin-bottom: 3px;
    padding-left: 10px;
	padding-top:15px;
	vertical-align:top;
}


#Page_center tr
{
    width: 669px;
    margin-bottom: 5px;
}

.page_center_img
{
	width: 117px;
	height: 152px;
	background-color: white;
	margin-right: 3px;
}

.page_center_img img
{
	padding-top: 30px;
	padding-left: 20px;
}

.page_center_img2
{
	float: left;
	width: 117px;
	height: 152px;
	background-color: white;
}

.page_center_img2 img
{
	padding-top: 20px;
	/*padding-left: 20px;*/
}

.blue2
{
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}

.gray
{
    color: #a6acae;
    font-size: 10px;
    font-weight: bold;
}

.green
{
	font-size:16px;
	color:#0E88AF;
}

.page_center_text
{
	width: 170px;
	float: left;
}

#Bottom
{
	width: 900px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.down
{
	font-size: 11px;
	text-align: left;
	padding-bottom: 5px;
}

.down a
{
    color: #5a5551;
}

.down2
{
	padding-bottom: 10px;
}

.down2 img
{
    border: 0px;
}

/* ----- */
.img_portada{
	width:66px;
	height:77px;
	
}

.producto{
	width:100%;
}
.producto td{
	vertical-align:top;
}
.producto .img_producto{
	padding:5px 25px;
}
.producto p{
	font-size:120%;
}
.producto b{
	color:#0e88af;
}

.producto .incremento_ggee{
	border: 1px solid #0E88AF;
	height:42px;
	color:#0E88AF;
	font-size:14px;
	padding-left:40px;
	padding-top:7px;
	background: url("img/ggee.png") #EBF6FA top left no-repeat;
}

.oferta{
	height: 30px;
	/*background: url("img/offer_10.png") top left no-repeat;*/
	padding-left:40px;
	padding-top:5px;
	font-size:16px;
	color:#0E88AF;
}
.oferta span{
	padding-top:5px;
}

#galeria {
	width: 300px;
}

.round{
-moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;	
}

/*--------------------*/
tbody{
height:0px;
}
.carro{
	padding:10px;
	text-align: center;
}
.carro sub{
	color:#c40000;
}
.carro tbody td{
	padding:10px 0px;
	border-bottom: 2px solid #D8EDF5;
}
.carro a{
	text-decoration:none;
	color:#555;
	
}
.carro a:hover{
	text-decoration:none;
	color:#0E88AF;
}
.carro thead td{
	background: url("img/thead_bg.jpg") #EBF6FA top left repeat-x;
	padding:10px 0px;
	color:#0E88AF;
}
.carro .incremento {
	color:#c40000;
}
.carro .can{
	text-align:center;
	color: #C40000;
}

.carro .int{
	border: 0px;
	color: #555;
	background: trasparent;
	text-align:right;
}

.carro .txt{
	border: 0px;
	background: trasparent;
	text-align:right;
}
.carro .descrip{
	text-align:left;
}

.carro .tot{
	border: 0px;
	color: #c40000;
	font-size:100%;
	text-align:right;
}

.carro .cantidad{ width: 2%;}
.carro .nombre{width: 40%; }
.carro .precio{width: 20%;}
.carro .total{width: 15%;}
.carro .borrar{width: 5%;}

.carro .lista{
	text-align: left;
	width: 80%;
}
.carro .desc_lista{
	font-style: italic;
	color: #0E88AF;
	padding-top:10px;
	padding-bottom:10px;
}

.carro .resumen{
	text-align: left;
	padding-left: 10px;
	width: 60%;
}

.carro .total_texto{
	padding:10px;
	font-size:150%;
	text-align: left;
}
.carro .total_euros{
	color: #c40000;
	font-size:160%;
}

.boton{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	-moz-border-radius-topleft:1em;
	-moz-border-radius-topright:1em;	
	color:#fff;
	background-color:#A6D7E8;
	border:1px solid #A6D7E8;
	text-decoration:none;
}
.boton:hover{
	padding-top:3px;
	padding-bottom:4px;
	padding-left:15px;
	padding-right:15px;
	color:#0E88AF;
	background-color:#fff;
}
/* ----- Datos del formulario */
.datos{
	padding:5px;
	width: 98%;
	color: #555;
}
.datos thead td{
	background: url("img/thead_bg.jpg") #EBF6FA top left repeat-x;
	padding:10px 0px;
	color:#0E88AF;
}
.observaciones{
	padding-top:5px;
	border: 0px;
	background: trasparent;
	text-align: left;
	font-style: italic;
	color:#0E88AF;
}
.datos .der{
padding:10px 0px;
width: 5%;
}
.datos .izq{
width: 5%;
}
.ggee_gratis{
	height:35px;
	color:#0E88AF;
	font-size:14px;
	background-color: #EBF6FA;
	margin:15px;
	padding-top:15px;
}

form.cmxform label.error, label.error {
	padding-top:5px;
	display: none;
	color: #0E88AF;
}
form.cmxform input.error, textarea.error, select.error { 
	padding:2px;
	border: #0E88AF 1px solid; 
}
/*------------------------------------------------paginacion--------------------*/
.nav { padding: 20px; text-align:center;}
.nav a { padding: 0 5px; text-decoration:none; margin:3px;}
.nav a.highlight { color: #fff; font-weight: bold; background-color:#0E88AF; 	
-moz-border-radius-bottomleft:0.2em;
-moz-border-radius-bottomright:0.2em;
-moz-border-radius-topleft:0.2em;
-moz-border-radius-topright:0.2em;	}	
/*------------------------------------------------paginacion--------------------*/
/* -------- Contacto ----- */
#contacto{
	padding-left:10px;
	color:#0E88AF;
}
#contacto .ko{
	width:75%;
	color:#c40000;
	font-size:12px;
	padding:10px;
	margin:10px;
	text-align:center;
	background: url("img/ok.png") #FFF2F2 top left no-repeat;
}
#contacto .ok{
	width:75%;
	color:#0E88AF;
	font-size:14px;
	padding:10px;
	margin:10px;
	text-align:center;
	background: url("img/ok.png") #EBF6FA top left no-repeat;
}