/* CSS Document */
#status_bar {
	background-color:#CCCCCC;
border-bottom:1px solid #666666;
font-size:12px;
height:20px;
padding-bottom:3px;
padding-right:20px;
text-align:right;
top:0px;
width:100%;
}
img {
	border:none;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
}
#content {
	background-color: #FFFFFF;
	width: 960px;
	padding:0px;
	padding-bottom:20px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
#logo_app {
	display:block;
	float:left;
	padding-left:30px;
	padding-top:30px;
	width:240px;
}
#menu_principal {
	display:block;
	float:left;
	height:auto;
	margin:0 0 0 20px;
	padding-bottom:0px;
	padding-left:0px;
	width:auto;
}
#menu_principal ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_principal li {
	border-left:1px solid #CCCCCC;
	float:left;
	font-size:11px;
	height:180px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	width:80px;
	margin:0px;

}
#menu_principal li a span {
	bottom:5px;
	position:absolute;
	text-align:center;
	width:100%;
}
#menu_principal li a {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:bold;
	background-color:white;
	height:180px;
	text-decoration:none;
	padding-left:0px;
	position:relative;
	margin:0px;
	top:0px;
	z-index:3;

}
#menu_principal li.selected a {
	top:0px;

	background-color:#ffffff;
	color:#666666;
	display:block;
	font-size:11px;
	height:180px;
	font-weight:bold;
	position:relative;
	text-decoration:none;
	z-index:3;
}
#menu_principal li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
	background-color: #e0e0e0;
}

#menu_principal li.menu_desplegable a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #FFFFFF;
}
.menu_desplegable {
	border: 1px outset #CCCCCC;
	margin-top: 3px;
	margin-bottom: 3px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 0px;
}
.menu_desplegable a {
	text-decoration: none;
}
.menu_desplegable a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #3B73B9;
}

.menu_desplegable:hover {
	border: 1px inset #CCCCCC;
}
.menu_desplegable img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#more_content {
	padding-top:20px;
	padding-bottom:20px;
	margin-top: 20px;
	background-color:#111111;
	border-bottom:2px solid #0A0A0A;
	border-top:1px solid #0A0A0A;
	clear:both;
	color:#5A5A5A;
	display:table;
	width:100%;

}
#more_content a {
	color: #aaaaaa;
}
.noborder {
	border:none;
}
#footer {
	font-size: 12px;

	background:#232323;
	clear:both;
	color:#8C8C8C;
	padding:10pt 30px;


}

#footer img {
	float: left;
}

.layout_with_sidebar_first {
	border-right:1px dotted #CCCCCC;
	display:block;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
	padding-bottom:5px;
	padding-left:30px;
	padding-right:20px;
	width:59%;
}
.layout_with_sidebar_second {
	width: 31%;
	display: block;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.layout_with_sidebar_bis_first {
	width: 33%;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	overflow: hidden;
}
.layout_with_sidebar_bis_second {
	width: 60%;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	overflow: hidden;
}
.full {
	clear: both;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.layout_with_two_sidebar_first {
	width: 50%;
	display: block;
	overflow:hidden;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.layout_with_two_sidebar_second {
	width: 20%;
	display: block;
	float: left;
	overflow:hidden;
	padding-top: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.layout_with_two_sidebar_third {
	width: 20%;
	display: block;
	float: left;
	overflow:hidden;
	padding-top: 10px;
	padding-left: 30px;
}

.layout_with_three_columns_first {
	border-right:1px dotted #CCCCCC;
display:block;
float:left;
overflow:hidden;
padding-left:20px;
padding-top:10px;
width:350px;
}
#more_content .layout_with_three_columns_first,
#more_content .layout_with_three_columns_second
{
	border-right-color: #666666;
}
.layout_with_three_columns_second {
	border-right:1px dotted #CCCCCC;
	display:block;
	float:left;
	overflow:hidden;
	padding-left:20px;
	padding-top:10px;
	width:215px;
}
.layout_with_three_columns_third {
	display:block;
	float:left;
	overflow:hidden;
	padding-left:20px;
	padding-top:10px;
	width:29%;
}
.layout_with_two_columns_first {
	width: 45%;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.layout_with_two_columns_second {
	width: 45%;
	display: block;
	float: left;
	padding-top: 10px;
	padding-left: 30px;

}
h1 {
	color: #383D44;
	margin-bottom: 15px;
	margin-top: 0px;
}
h2 {
	color: #3B73B9;
	font-size:28px;
	margin-top:0px;
}
h3.green {
	color: #669933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
h3.noborder {
	border-bottom-width: 0px;
}
h3 {
	color: #3B73B9;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
.normal_image {
	border: 2px solid #666666;
}
.normal_image:hover {
	border: 2px solid #B0CCFF;
}
.info_block {
	background-color:#FFFFBB;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom:5px;
	font-size:12px;
	line-height:16px;
}
.info_block .caution {
	font-weight: bold;
	font-size:10px;
}
.caution {
	color: #ff0000;
}
a {
	color: #3B73B9;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3B73B9;
}
.normal_list, .normal_list_without_ico {
	margin-left: 0px;
	margin-right: 20px;
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt;
}
.normal_list li {
	margin:0pt 0pt 0.5em;
	padding:0pt 0pt 0pt 14px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-position: 0pt 1px;
}
.normal_list_without_ico li {

	margin:0pt 0pt 0.5em;
	padding:0pt 0pt 0pt 0px;
}
.normal_list .titulo, .normal_list .titulo a, .normal_list_without_ico .titulo, .normal_list_without_ico .titulo a {
	font-weight: bold;
	text-decoration: none;
}
.normal_list .titulo, .normal_list .titulo a {
	text-indent:15px;
}
.normal_list .titulo a:hover,.normal_list_without_ico .titulo a:hover {
	font-weight: bold;
	text-decoration: none;
}
.normal_list .texto {
	padding-left: 15px;
}


.image_list {
	margin-left: 0px;
	margin-right: 20px;
	line-height:1.5em;
	list-style-image:none;
	list-style-type:none;
	padding:0pt;
}
.image_list li {
	margin:0pt 0pt 0.5em;
	padding:0pt 0pt 0pt 0px;
	clear: both;
	display: table;
}
.image_list .titulo {
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 75%;
	padding-left: 15px;
}
.image_list .titulo a {
	font-weight: bold;
	text-decoration: none;
}
.image_list .titulo a:hover {
	font-weight: bold;
	text-decoration: none;
}
.image_list .texto {
	padding-left: 15px;
	width: 75%;
	float: left;
}
.image_list .normal_image {
	display:block;
	float:left;
	width: 50px;
}

.complex_list {
	margin-left: 0px;
	margin-right: 20px;
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt;
}
.complex_list li {
	margin:0pt 0pt 0.5em;
	padding:0pt 0pt 0pt 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	clear: both;
	display:table;
	width:100%;
	overflow: hidden;

}
.complex_list .titulo, .complex_list .titulo a {
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
}
.complex_list .titulo{
	width: 75%;
	float: left;
}

.complex_list .titulo a:hover {
	font-weight: bold;
	text-decoration: none;
}
.complex_list .texto {
	padding-left: 0px;
	z-index: 2;
	width: 75%;
	padding-right:0px;
	float: left;
}
.complex_list .number {
	display:block;
	float:left;
	font-size:64px;
	color: #E5E5E5;
	font-style: italic;
	line-height: 50px;
	margin: 0px;
	text-align: center;
	z-index: 1;
	padding-left: 5px;
	width: 120px;
	overflow: hidden;
}

.complex_image_list {
	margin-left: 0px;
	margin-right:0px;
	line-height:1.5em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0pt;
}
.complex_image_list li {
	margin:0pt 0pt 0.7em;
	padding:0pt 0pt 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	clear: both;
	display:table;
	width:100%;
	overflow: hidden;

}
.complex_image_list .titulo, .complex_image_list .titulo a {
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
}
.complex_image_list .normal_image {
	border:0px;
}
.complex_image_list .normal_image:hover {
	border:0px;
}
.complex_image_list .titulo{
	width: 55%;
	float: left;
}

.complex_image_list .titulo a:hover {
	font-weight: bold;
	text-decoration: none;
}
.complex_image_list .texto {
	padding-left: 0px;
	z-index: 2;
	width: 70%;
	padding-right:0px;
	float: left;
}
.complex_image_list .number {
	color:#AAAAAA;
	display:block;
	float:left;
	font-size:24px;
	font-style:italic;
	line-height:30px;
	margin-right:10px;
	text-align:center;
	width:45px;
	z-index:1;
}
.complex_image_list .normal_image {
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-top: 5px;
}

.subcat {
	background-color: #FDFED8;
	margin-right: 4px;
	display: block;
	overflow: visible;
	margin-bottom:4px;
}
.subcat2 {
	margin-left: 40px;
	margin-bottom:4px;
	background-color: #FEFEE7;
	height: 20px;
	margin-right: 4px;
	display: block;
	padding: 0px;
}

.acciones a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.acciones a:hover {
	text-decoration: none;
}

a.caution {
	color: #FF0000;
	text-decoration: none;
}
a.caution:hover {
	color: #000000;
	background-color: #FF0000;
	text-decoration:none;
}


.highlight_block {
	background-color: #FADD87;
	padding: 10px;
	margin-right: 20px;
	border: 1px solid #F7BF1A;
}
/* MODAL BOX */
#mbox{
	background-color:#FFFFFF;
	padding:20px;
	border:1px solid #CCCCCC;

	-moz-border-radius: 10px;
	display: block;
	overflow: hidden;
}
#mbm{float:right;padding-bottom:5px;}

.dialog {display:none}
#ol{
	-moz-opacity: 0.55;
	filter:alpha(opacity=55);
	background-color: #000000;
}
.formulario {
	background:#F7F7F7 url(../images/bg_sidebar_box.gif) repeat-x scroll 0pt 0px;
	border:1px solid #CCCCCC;
	margin:0pt 20px 25px 0pt;
	padding:1px 20px 20px;
}


.form_rosa {
	background:#fff3f3 url(../images/back_formulario_rosa.jpg) repeat-x scroll 0pt 0px;
	border:none;
}

.formulario label, .formulario .label {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.formulario .label {
	padding-top:8px;
}
.formulario input, .formulario .input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.formulario h3 {
    margin-top:15px;
    margin-bottom:10px;
}
.formulario p {
	margin-top:5px;
	margin-bottom:10px;
}
.publi_window {
	background-color: #e1e1ff;
	background-repeat: repeat-x;
	background-image: url(../images/degrad_publi_window.jpg);
	width: 450px;
	height: 240px;
	position: absolute;
	top: 50px;
	left: 100px;
}
.close_icon {
	position: absolute;
	top: 10px;
	right: 10px;
}
.grid {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.grid_element {
	float: left;
	width: 170px;
	padding-right: 15px;
	overflow: hidden;
	padding-bottom: 10px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height:1px;
	line-height:1px;file:///home/nacho/proyectos/prototipos/ebir/stylesheets/indoor.css
}
.paginator {
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 2px solid #3B73B9;
	margin-right: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.paginator:hover {
	text-decoration: none;
}
div#horizontal_tabs{
	float:left;
	width: 100%;
	padding-top:30px;
	background: #BBD9EE;
	font-size: 12px;
	font-weight: bold;
}
ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{margin-left: 40px}
ul#nav li{float:left;margin-right: 3px;text-align: center}
ul#nav a{float:left;width: 7em;padding: 3px 0;background: #E7F1F8;text-decoration:none;color: #666}
ul#nav a:hover{
	color: #FFF;
	background-color: #3B73B9;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{background: #FFF;color: #003}

div#vertical_tabs{
	background: #BBD9EE;
	font-size: 12px;
	font-weight: bold;
	padding: 1px;
}
ul#navvertical,ul#navvertical li{list-style-type:none;margin:0;padding:0}
ul#navvertical{
	margin-left: 10px;
	width: 120px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
}
ul#navvertical li{
	text-align: center;
	margin-bottom: 3px;
}
ul#navvertical a{
	width: 120px;
	padding: 3px 0;
	background: #E7F1F8;
	text-decoration:none;
	color: #666;
	display: block;
}
ul#navvertical a:hover{
	color: #FFF;
	background-color: #3B73B9;
}
ul#navvertical li.activelink a,ul#navvertical li.activelink a:hover{background: #FFF;color: #003}
.container_vertical_tabs {
	width: 75%;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
}
.icon_action {

	border-bottom-width: 1px;

	border-bottom-style: dotted;

	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin-right: 20px;
}
.icon_action a {
	text-decoration: none;
	display:block;
}
.icon_action a:hover {
	text-decoration: none;
}
.icon_action img {
	padding-top: 5px;
	display: block;
	float: left;
	padding-right: 3px;
}
.acciones_lateral {
	font-size: 12px;
	font-weight: bold;
	display: block;
	float: right;
	padding-right: 20px;
}
.acciones_lateral a {
	text-decoration: none;
}
.acciones_lateral a:hover {
	text-decoration: none;
}
.line {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 1px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dline {
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 1px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.login_menu {
	font-size:10px;
	font-weight:bold;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding-right:30px;
	text-align:right;
	width:930px;
}

.buzz_comment p{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC0033;
	margin: 0px;
}
.buzz_comment .firma {
	text-align: right;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-right: 20px;
}
.buzz_comment {
	padding-right: 20px;
}

div#wizard{
	float:left;
	width: 100%;
	padding-top:10px;
	background: #BBD9EE;
	font-size: 12px;
	font-weight: bold;
}
ul#navwizard,ul#navwizard li{list-style-type:none;margin:0;padding:0}
ul#navwizard{margin-left: 40px}
ul#navwizard li{
	float:left;
	margin-right: 3px;
	text-align: center;
	width: auto;
}
ul#navwizard a{float:left;width: auto;padding: 3px 3px;background: #E7F1F8;text-decoration:none;color: #666}
ul#navwizard a:hover{
	color: #FFF;
	background-color: #3B73B9;
}
ul#navwizard li.activelink a,ul#navwizard li.activelink a:hover{background: #FFF;color: #003}

div.button a, div.button a:visited {
	background-image:url(../images/button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#333333;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:14px;
	line-height:13px;
	padding:6px 0pt;
	text-align:center;
	text-decoration:none;
	text-shadow:#2A2A2F 2px 2px 1px;
	width:152px;
}
div.button a:hover {
	background-position:left bottom;
	background-repeat:no-repeat;

}
.minicomment {
	color:#AAAAAA;
	font-size:10px;
	font-style:italic;
	line-height:10px;
}
.explicacion {
	color:#3B73B9;
	font-size:11px;
	font-style:italic;
	line-height:11px;
	padding-top:5px;
	display:block;
}

#menu_principal li {
	height:180px;
	z-index:122;
	background-color:white;
}

#menu_principal .submenu{
	z-index:2;
	display:block;
	height:auto;
	margin:0px;
	margin-left:-1px;
	padding-bottom:0px;
	padding-left:0px;
	position:absolute;
	width:200px;
}
#menu_principal ul.submenu {
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	list-style-type: none;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}
#menu_principal .submenu li {
	height:23px;
	border-left:none;
	font-size:11px;
	height:auto;
	padding-left:0px;
	padding-right:0px;
	width:200px;

}
#menu_principal li.selected .submenu li a, #menu_principal .submenu li a {
	color:#111111;
	display:block;
	font-size:11px;
	font-weight:normal;
	padding-top:0px;
	text-decoration:none;
	padding-left:10px;
	height:22px;
	border-bottom:1px dotted #CCCCCC;
	background-color:white;

}
#menu_principal li.selected .submenu a {

	color:#111111;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	height:22px;
}
#menu_principal li.selected .submenu li a:hover, #menu_principal .submenu li a:hover {
	font-weight: normal;

	text-decoration: none;
	color: #111111;
	font-size: 11px;

	background-color: #e0e0e0;
}


.div {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
font-weight: normal;
color: #1e1e1e;
}
.action {
font-weight: bold;
text-decoration: none;
color: #436eb8;
}
.foto_product {
border:1px solid #666666;
float:left;
height:120px;
margin-right:5px;
margin-top:5px;
overflow:hidden;
width:100px;
}
.foto_product a, .foto_product a:hover, .foto_product p {
background-color:white;
color:#1D1D1D;
font-size:11px;
margin:0px;
padding:0px;
text-align:center;
text-decoration:none;
}
.style3 {
font-style: italic;
color: #212121;
font-weight:bold;
}
.foto_product img {

}
.style5 {
font-size: 13px;
font-weight: bold;
color: #232f7f;
}
.foto_product:hover {
border: 1px solid #cccccc;
}
a.action:hover {
font-weight: bold;
text-decoration: none;
color: #171f82;
}
.style6 {
font-size: 12px;
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
color: #c1c1c1;
}
.style7 {
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
color: #a7a7a7;
}

#more_content a.imagen:hover {
	background-color:#111111;
}

.grid_element {
	padding-right:35px;
	text-align:center;
	width:180px;
}
.grid_element .nombre {
	font-size:14px;
	font-weight:normal;

}
.grid_element .precio {
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px;

}
.grid_element .icon_action {
	padding-top: 5px;
	margin-right:0px;
	border-bottom:0px;
}

.layout_with_two_sidebar_first {

	width:420px;
	padding-right:20px;
}
.layout_with_two_sidebar_second {

	width:140px;
	padding-right:20px;
	padding-left:20px;
}
.layout_with_two_sidebar_third {

	width:260px;
	padding-right:0px;
	padding-left:20px;
}
.destacados {
	display:table;
	margin-left:auto;
	margin-right:auto;
}
.destacados .foto_product{
	margin-right:0px;
}
.titulo_post {
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:20px;
	margin-bottom:15px;
	margin-top:0px;
	font-weight:normal;
	line-height:22px;
    color:#444444
}
#enlaces_lateral .enlaces {

border:1px solid #DDDDDD;
display:block;
margin-top:15px;
padding:0px;
text-decoration:none;
width:270px;

}

#enlaces_lateral .enlaces img {

	border:none;


}

#enlaces_lateral .enlaces a:hover {

	background-color:#FFCA85;


}


#enlaces_lateral .enlaces p {
	background-color:#F0F0F0;
	color:#666666;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	text-align:center;
}

.post_created_at {
	color:#AAAAAA;
	font-size:12px;
	font-style:italic;
	margin-bottom:15px;
	margin-top:5px;
}
#precio {
	font-size:24px;
	margin-bottom:-10px;
margin-left:40px;
margin-top:10px;
}
#portes {
	font-style:italic;
margin-left:40px;
}

#list .grid_element {
	border-right:none;
	margin-right:15px;
	padding-right:0px;
	width: 160px;
	text-align:center;
}
#list .grid_element .nombre {
	font-size:14px;
	font-weight:bold;

}
#list .grid_element .precio {
	display:block;
	font-size:20px;
	font-weight:bold;
	padding:10px;

}
#list .grid_element .icon_action {
	padding-top: 15px;
}
#forma_listado {
	background-image:url(../../images/fondoray.gif);
	float:left;
	margin:20px 0px 0px;
	padding:5px;
	width:100%;
}
#cart table {
	color:#777777;
	font-size:14px;
	display:block;
	margin-top:10px;
	border-top:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
}

#cart tr.cabecera {
	font-weight:bold;
	background-image:url(../images/fondoray.gif);
	background-position:left top;
	background-repeat:repeat;
}

#cart tr.total_carro {
	font-weight:bold;
	background-image:url(../images/fondoray.gif);
	background-position:left top;
	background-repeat:repeat;
	color:#3B73B9;
	font-size:18px;
}

#cart .producto_carro img {
	border:none;
}

#cart .producto_carro p.nombre {
	margin-bottom:0px;
	margin-top:5px;
	padding:0px;
	display:block;
}


#cart .producto_carro p.entrega {
	font-size:12px;
	font-style:italic;
	margin-bottom:0px;
	margin-top:0px;
	padding:0px;
}

#cart .producto_carro .button-to {
	margin:0px;
	padding:0px;
}

#cart .total_carro .button-to {
	margin-top:1px;
	margin-bottom:0px;
	margin-left:10px;
	padding:0px;
}

#cart .producto_carro td.precio {
	font-size:16px;
	font-weight:normal;
}

#cart #resumen_compra {
	text-align:right;
	margin-top:30px;
	border-bottom:1px #CCCCCC solid;
	background-color: #E9EEFC;
	padding-top:10px;
	padding-right:10px;
}

#cart #resumen_compra strong {
	color:#3B73B9;
}


#cart .button-to {
	display:inline;
	font-weight:bold;
	font-size:16px;
}

#cart .text_boton {
        font-weight:bold;
	color:#777777;
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
}

#cart .text_enlace {
	float:left;
	color:#777777;
	font-size:14px;
	margin-bottom:10px;
	font-style:italic;
}
