body {
	/* background: url('../images/background.jpg') 50% 0 no-repeat;
	background-attachment:fixed; */
	padding:0;
	font-family: Verdana, Geneva, sans-serif; 
	font-size:11px;
	margin:0px auto auto auto;	
}

h1 {margin:0 10px 0 0; font-size:18px;color: #444;font-weight:bold}

.linkC { color:#444 }
.linkC:hover { color:#a91e23 }

p { padding:2px; margin:0 }
#main_container{
	width:1000px;
	height:auto;
	margin:auto;
	padding:0;	
}

.clear { clear: both; }

.error-message {
	float:right;	
	text-decoration: underline blink;
}

p.cuadro-error {
	border: 1px solid #f00;
	padding:2px; 
	font-style:italic;
	background-color: #FBAB95;
}

p.cuadro-info {
	border: 1px solid #666;
	padding:2px; 
	font-style:italic;
	background-color: #EEE;
}

p.cuadro-exito {
	border: 1px solid #1f6600;
	font-style:italic;
	font-size: 1.2em;
	padding: 5px;
	background: #6aa74f;
	text-align:center;
	color: white;
}

a.filtro_link {
	color: gray;
	text-decoration:none;
}
	a.filtro_link:hover, a.filtro_current {
	color: #000;
	text-decoration:underline;	
}

#top {
	margin-top: 2px;
	width:1000px;
	height:33px;
	background-color: #555;
	color: #FFF;
	font-size: .9em;
	border-radius:14px 14px 0 0;
  	-moz-border-radius: 14px 14px 0 0;
  	-webkit-border-radius: 14px 14px 0 0
}

.top_login{	width: 1000px; margin: 0 20px 0 0 }
.top_login a { color: #FFF; text-decoration: none }
.top_login a:hover { color: #ECD300 }

.top_login p.boton {	
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
	display: inline;
	float: left;
	margin: 0 5px 0 0
}

.top_icon {
	width: 30px;
	height: 30px;
	float: left;
	background: url('../images/iconos.png') no-repeat;
}

.envios { background-position: -35px 0; }
.ubicacion { background-position: -70px 0; }
.registro { background-position: -100px 0; }

.top_login img { margin: 2px 4px 0 2px;	float: left; border : 0; max-width: 20px;}
.top_login label { color: #CCC; line-height: 30px; float: left; font-weight: bold;}

input.login_input{
	width:  100px;
	height:20px;	
	margin:3px 0 0 5px ;
	border: 0;
	float: left; 
}

.top_text{
	float: right;	
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.top_text span {
	color: yellow;
}

.top_links a {
	font-size: 10px;
	color: #CCC;
	float: left;
	margin: 2px 0 0 8px;
}

.top_bar{ width:1000px; height:38px; background-color:#4a4a4a; }
.top_search{
	width:370px;
	height:34px;
	float:right;
	background:#4a4a4a;
	border-radius: 0 0 14px 14px;
	-moz-border-radius: 0 0 14px 14px;
	-webkit-border-radius: 0 0 14px 14px;
}
input.search_input{
	border-radius: 14px;
	width:302px;
	height:18px;
	float:left;
	margin:5px 0 0 15px ;
	border:1px solid #dbdbdb;	
	font-style: italic;
	color: #444;
}
.search_text{
	float:left;
	width:110px;
	padding:8px 0 0 15px;
	color:#999;
}
.search_text a {text-decoration:none;color:#999}
.sbl{border: 0;cursor: pointer;float:left;padding: 3px 2px 0 8px;height: 30px;width: 30px;text-indent: -9999px;background: url(../images/iconos.png) -170px -4px}
.sb{float:left;border: 0;cursor: pointer;padding: 3px 2px 0 8px;height: 25px;width: 25px;text-indent: -9999px;background: url(../images/iconos.png) -170px -34px}
.languages{
	float:right;
	width:150px;
	padding:8px 0 0 0;
}
.lang_text{
float:left;
padding:0 5px 0 0;
color:#b3adad;
}
a.lang{
display:block;
float:left;
padding:0 5px 0 5px;
}
#header{
	width:1000px;
	height:125px;
}

.logo{
float:left;
padding:2px;
}

.logo img {
	height: 120px;
}

#calificaciones { padding: 10px 0; }

#calificaciones p {
	line-height: 34px;
}	

#calificaciones img {
	margin-right: 5px;
}

#advertencia{
	float:right;
	width:400px;
	margin-top:70px;
	margin-right:20px;
	background: url(../images/opaque.png);	
	border: 0;
	padding:6px;
}
	#advertencia p{
		color:#000;
		font-weight:bold;
		text-align:center;		
		font-size:11px;
	}
	
	#advertencia a{
		color:#000;
	}

table { 
	background:#eee6e6;
	border:1px solid gray;
	border-collapse:collapse;
	color:#FFF;
	width:100%;
	margin: 0;
}

td, th { 
	color:#363636;
	padding:.4em;
	text-align: center;
}

thead th { background:url(../images/table_head_bg.png) repeat-x center;
 color:#FFF;
 padding:3px 10px 3px 10px;
 text-transform:uppercase;
}

tfoot th { 
	background: #4a4a4a;
	color: #FFF;
	height: 10px;
} 

tbody td a {
 	color:#444;
 	text-decoration:underline;
}

tbody td a:hover {
	color:#FFF; 
	text-decoration:underline;
}
tbody th a { color:#363636;
 font-weight:normal;
 text-decoration:none;
}
tbody th a:hover { color:#FFF;
}
tbody td+td+td+td a { 
 background-position:left center;
 background-repeat:no-repeat;
 color:#03476F;
 padding-left:15px;
}
tbody td+td+td+td a:visited { 
 background-position:left center;
 background-repeat:no-repeat;
}
tbody th, tbody td { 
 vertical-align:top;
 text-align:center;
}
tfoot td { background:#5C443A;
 color:#FFF;
 padding-top:3px;
}
.odd { background:#f7f3f3;}

#carrito tbody tr:hover {background:#444}
	#carrito tbody tr:hover td {color:#FFF}
	#carrito tbody tr:hover td a {color:#FFF}
	
p.acciones_carrito {
	line-height: 32px;
	float: right;
	padding: 10px 0 0 0;
} 

p.acciones_carrito img {
	margin: 0 4px 0 0;
}

p.acciones_carrito span {
	float: left;
	margin-right: 10px;
}
#carrito .delButton {
	float: left;
}

#carrito a.actualizar {
	color: #6c9236;
	padding: 0;	
}

#carrito a.eliminar {
	color: #b31814;
	padding: 0;	
}

.oferte_content{
width:600px;
height:164px;
float:left;
padding:0 0 0 50px;
}
.top_divider{
float:left;
width:1px;
height:164px;
}


a.details{
width:83px;
height:21px;
display:block;
float:right;
margin:5px 0 0 0;
padding-left:5px;
background:url(../images/details_bt_bg.gif) no-repeat center;
text-align:center;
line-height:21px;
text-decoration:none;
color:#000;
}

#menu_tab{
	width:1000px;
	height:35px;
	font-size: .95em;
}
.left_menu_corner{
width:9px;
height:35px;
float:left;
}
.right_menu_corner{
	width:9px;
	height:35px;
	float:left;
}
ul.menu {
	border-radius: 0 0 14px 14px;
  	-moz-border-radius: 0 0 14px 14px;
  	-webkit-border-radius: 0 0 14px 14px;
	list-style-type:none; float:right; display:block; width:1000px;
	margin:0; padding:0;background:url(../images/menu_bg.gif) repeat-x;
}

ul.menu li {
	display:inline;
	font-weight:bold;
	line-height:35px;
}
ul.menu li.divider {
	display:inline;
	width:2px;
	height:35px;
	float:left;
	background:url(../images/menu_divider.gif) no-repeat center;
}

ul.menu li a { float:left; padding:0px 8px 0 0; text-decoration:none; margin:0 8px 0 4px;color:#000;  }
ul.menu li a:hover { color:#a91e23; text-decoration: underline; }

ul.menu li p { background:url(../images/iconos.png) no-repeat; width: 20px; height: 25px; float: left; margin: 0 0 0 8px;}
ul.menu li p.home { background-position: -138px 0 }
ul.menu li p.nuevo { background-position: -4px -31px }
ul.menu li p.oferta { background-position: -40px -31px }
ul.menu li p.news { background-position: -76px -31px }
ul.menu li p.blog { background-position: -105px -31px }
ul.menu li p.naka { background-position: -100px 0px }
ul.menu li p.contacto { background-position: -135px -31px }

.crumb_navigation{
	width:100%;
	height:15px;
	font-size:11px;
	padding:5px 10px 0 20px;
	color:#333;
	background:url(../images/navbullet.png) no-repeat left;
	background-position:5px 6px;
}
.crumb_navigation img { border: 0 }
.crumb_navigation a { color:#444; text-decoration:underline; }
.crumb_navigation a:hover { color:#a91e23; text-decoration: underline; }
span.current{ color:#a91e23; }

.left_content{
	width:196px;
	float:left;
	background: url(../images/opaque.png) repeat;
	padding: 0 0 50px 0;
	border-radius: 14px 0 0 14px;
}
.title_box{	  
	width:196px;
	height:25px;
	margin:5px 0 0 0;
	background:#4a4a4a;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	line-height:25px;
	border-radius:14px 14px 0 0;
  	-moz-border-radius: 14px 14px 0 0;
  	-webkit-border-radius: 14px 14px 0 0;
}
.title_box a{ color:#FFF; text-decoration: none; }
.title_box a:hover{ text-decoration: underline; }

ul.left_menu{
width:196px;
padding:0;
margin:0;
list-style:none;
}

#marcas {
	text-align: center;
	margin:0;
}

#marcas img {
	margin:5px;
	border:0;
}


ul.left_menu li .logo {
	width: 55px;
	float:left;	
}

ul.left_menu li a {
	text-decoration:none;
	width:176px;
	height:20px;
	padding:0 0 0 20px;
	line-height:20px;
	color:#504b4b;
	display:block;	
	border-bottom:1px #FFF solid;
}

ul.left_menu li.odd a {	background: #dad0d0 }
ul.left_menu li.even a { background:#eee6e6 }
ul.left_menu li.active a { background: #444 }
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover {	background: #a91e23; color:#FFF }

.border_box{
width:194px;
height:auto;
text-align:center;
}
.product_title{
	width: 95%;
	padding:5px 0 5px 0;
	height: 28px;
	font-weight:bold;	
}
.product_title a {
	text-decoration:none;
	color:#444;
	padding:5px 0 5px 0;
	font-weight:bold;
}
.product_title a:hover{
color:#a91e23;
text-decoration:underline
}

.product_img { height: 100px }

.product_img img{
	padding:5px 0 5px 0;
	max-width:90px;
	max-height: 90px;
}

.prod_price {
	float:right;
	margin-right:4px;
	font-size: 1.2em;
	font-weight: bold;
}
	.prod_price img{
		padding:5px 4px 5px 0;
		vertical-align:middle;
	}
	
span.reduce { color:#999;text-decoration:line-through }
span.price { color:#a91e23 }
span.priceOferta{ color:#a91e23;text-decoration: line-through }
span.finalPrice { font-size: 1.4em; font-weight: bold;color: #a91e23 }

input.newsletter_input{
	width:160px;
	height:16px;
	border:1px #ddd9d9 solid;
	margin:10px 0 5px 0;
	font-size:12px;
	padding:3px;
	color:#999;
}
a.join{
	width:17px;
	display:block;
	margin:5px 0 5px 110px;
	_margin:5px 0 5px 100px;
	background:url(../images/blue-add.png) no-repeat left;
	padding:0 0 0 20px;
	text-decoration:none;
	color:#1c4a52;
}
.banner_adds{
	width:194px;
	text-align:center;
	padding:10px 0 10px 0;
}

.center_content{
	width:585px;
	border-radius: 14px;
	float:left;
	padding:5px 10px;
	background: url(../images/opaque.png) repeat;
}

.center_title_bar{
	width:540px;
	height:33px;
	float:left;
	padding:0 0 0 10px;
	border-bottom: 1px solid #CCC;
}
	.center_title_bar h1{
		display:inline;
		 color: #FFF;
		 font-size:18px;
		 font-weight:bold;
		 color: #f00;
	}
	.center_title_bar a{
		color:#0fa0dd;	
	}
	
	#subcateg { 
		width: 580px;
		display: inline-block;
		background: #a91e23;
		border-radius: 14px;
		margin: 10px 0;
	}
	
	
	.filtrosForm {
		float: left;
		display:inline;
		padding: 8px;
		background: #CCC;		
		height: 18px;		
	}
	
	.filtrosForm select {	
		font-size: 11px;
		color: #000;
		margin-right:5px;		
	}

.separador{
	width:560px;
	height:0;
	float:left;
	border-bottom: 1px solid #CCC;
}

.center_title_bar_2{
	width:520px;
	height:33px;
	float:left;
	padding:10px 0 0 40px;
	margin:0 0 0 12px;
	_margin:0 0 0 6px;
	font-size:12px;
	color:#847676;
	font-weight:bold;
	background:url(../images/bar_bg_2.gif) no-repeat center;
}

.cuadro { background: #FFF; border:1px solid #CCC;padding: 1px 4px 1px }
.cuadro:hover { background: #a91e23; color: #FFF }
.cuadro3 { background: #FFF; border:1px solid #CCC;padding: 1px 4px 1px; color:#444;font-weight:normal }
.cuadro2 { background: #a91e23; border:1px solid #a91e23;padding: 1px 4px 1px; color: #FFF }

.paginacion { float: right; margin:10px 10px 0 0; padding: 0; height: 24px }
.paginacion p {
  font-weight:bold;
  text-align: right;
  font-size: 12px;
  line-height: 13px;
} 
.paginacion p a {
  color: #444;
   font-size: 12px;
  line-height: 13px;
  text-decoration: none;
  margin: 0;
}
.paginacion p a img { vertical-align: middle; margin: 0 5px }
.paginacion p a:hover, .paginacion p a.active { color: #FFF }
.current { color: #FFF }

.right_content{
	width:196px;
	float:right;
	padding: 0;
}
#shopping_cart{
	width:195px;
	height:84px;
	text-align:center;
	background:url(../images/cart_bg.gif) no-repeat center;
}
.cart_title{
	font-size:12px;
	color:#847676;
	font-weight:bold;
	padding:8px 0 0 0;
}
.cart_details{
	width:115px;
	float:left;
	padding:5px 0 0 15px;
	text-align:left;
}
.cart_icon{
	float:left;
	padding:5px 0 0 5px;
}
span.border_cart{
width:100px;
height:1px;
margin:3px 0 3px 0;
display:block;
border-top:1px #999 dashed;
}

.metodos_pago{
width:195px;
height:84px;
text-align:center;
background:url(../images/cart_bg.gif) no-repeat center;
}
.pago_title{
font-size:12px;
color:#847676;
font-weight:bold;
padding:8px 0 0 0;
}
.pago_details{
width:100%;
margin-top:2px;
margin-left:auto;
margin-right:auto;
}

#rotator {
	width:195px;
	height:200px;
}

.prod_box {
	width:180px;
	height:auto;
	float:left;
	margin: 5px;
	background: #FFF;	
	border: 1px solid #CCC;
	border-radius: 14px;
}

.prod_box:hover { border: 1px solid #666; }
.prod_box:hover a { color:#a91e23; }

.center_prod_box{
	height: auto; text-align:center;padding:0; margin:0;
}
.prod_details_tab {
	width: 100%;
	height:31px;		
	margin:3px 0 0 0;
}
input.left_bt{
float:left;
padding:6px 0 0 6px;
}

img.left_bt{
float:left;
padding:6px 0 0 6px;
}

input.right_bt{
	float:right;
	padding: 2px 0 0 0;
}

img.right_bt{
	float:right;
	padding:6px 0 0 0;	
}

a.prod_details{
width:25px;
display:block;
float:right;
background:url(../images/square-blue-add.gif) no-repeat left;
padding:0 0 0 20px;
margin:7px 15px 0 0;
text-decoration:none;
color:#0fa0dd;
}

a.link_carrito{
text-decoration:none;
text-transform: uppercase;
color:#444;
}
	a.link_carrito:hover{
	text-decoration:underline;
	color:#a62426;
	}
	
a.link_rojo{
	text-decoration: blink;
	text-transform: uppercase;
	color:#a62426;
	font-weight: bold;
}
	a.link_rojo:hover{
	text-decoration:underline;
	color: #000;
	}
	
.prod_box_home {
	width:245px;
	height:auto;
	float:left;
	margin: 5px;
	background: #FFF;	
	border: 1px solid #CCC;
	border-radius: 14px;
}

.prod_box_home:hover { border: 1px solid #666; }
.prod_box_home:hover a { color:#a91e23; }

.center_prod_box_home { height: auto; text-align:center; font-size: 1.1em; font-weight: bold }

.product_img_home {
	height: 200px;
}

.prod_details_tab_home{
	width: 100%;
	height:31px;
	float:left;	
	margin:3px 0 0 0;
}

.prod_box_big {
	width:554px;
	height:auto;
	float:left;
	padding:5px 5px 5px 10px;
}

#bodyArt  {
	line-height: 1.6em;
}

#bodyArt table, #bodyArt img { max-width: 550px}

.center_prod_box_big img{
	border:0;	
}

.product_img_big{
	width: 300px;
	min-height: 300px;
	max-height:360px;
	padding:5px 0 5px 10px;
	float:left;
}

#thumb1  img {
	margin-top: 5px;
}

#thumb2 img {
	margin-top: 5px;
}

#thumb3 img {
	margin-top: 5px;
}

.details_big_box{
	width:240px;
	float:left;
	padding:0;
	text-align:left;
}

.specifications {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color: #444;
}

.cuotas { font-size: .75em; margin-left: 18px; }

.thumbs {
	padding-top:300px;	
	width:100%;
}

.thumbs img { width: 60px; height: 60px; }

#gallery_img img { max-width: 280px;  max-height: 280px; margin: auto;}

#gallery_img p {
	margin-top:260px;
	width: 280px;
	background: #000;
  	opacity:0.7;
	filter:alpha(opacity=70); 
	position:absolute;
	color: #FFF;
	z-index: 10000;	
}  
#gallery_img p img { float: left; margin: 0 2px 0 0 }

.thumbs a{
padding:3px;
}

.prod_price_big {
	float:right;	
	margin-right:4px;
	font-size: 1.4em;
	font-weight: bold;
	color: #a91e23;
}
		
a.addtocart{
width:76px;
height:27px;
display:block;
float:left;
background:url(../images/addtocart.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}

span img {
	vertical-align:middle;	
}

.verde { color:#008c3f; font-weight: bold } 
.verde2 { color:#008c3f; font-size: .9em }
.rojo2 { color: #ea2222; font-size: .9em } 
.amarillo2 { color:#f2d100; font-size: .9em }
.green {	
	margin: 10px 0;	
	padding: 4px;
	color: #529746;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
}
.green span { color: #666; font-size: .8em; display: block; margin-left: 80px}
.rojo { color: #ea2222; font-weight: bold; } 

.red {	
	margin: 10px 0;	
	padding: 4px;
	color: #c4201f;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
}
.red span { color: #666; font-size: .8em; display: block; margin-left: 80px}
.amarillo { color:#f2d100; font-weight: bold; }
.yellow {	
	margin: 10px 0;	
	padding: 4px;
	color: #f2d100;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;	
}
.yellow span { color: #666; font-size: .8em; display: block; margin-left: 80px}

span.blue{
color:#5F9FAB;
font-weight:bold;
}

.contact_form{
	width:90%;
	float:left;
	padding:0 0 0 15px;
}
.form_row{
	width:100%;
	clear:both;
	padding:10px 0 10px 0;
	color:#a53d17;
}

#pedido_form label, #pedido_form input[type='checkbox'] { cursor: pointer; }

label.contact{
	width:20%;
	float:left;
	font-size:12px;
	padding:4px 5px 0 0;
	color: #333;
}
input.contact_input{
	width:50%;
	height:18px;
	background-color:#FFF;
	color:#555;
	border:1px #999 solid;
}
textarea.contact_textarea{
	width:60%;
	height:100px;
	color: #555;
	background-color:#FFF;
	border:1px #999 solid;
	float:left;
}
a.contact{
width:99px;
height:27px;
display:block;
float:right;
margin:0 0 0 10px;
background:url(../images/contact_bt.gif) no-repeat left;
padding:0 0 0 10px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}

form#commentForm {
  float: left; 
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCC;
}

form#commentForm h3 {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #c9131b;
  font-size: 12px;
  line-height: 26px;
  border-bottom: 1px solid #c1c2c4;
  margin: 0 0 13px 0;
}

form#commentForm .form_row {
  float: left;
  width: 100%;
  padding: 0 0 8px;
}
form#commentForm label {
  float: left;
  width: 100px;
  font-size: 11px;
  line-height: 17px;
  color: #6d6e71;
}
form#commentForm input.text {
  float: left;
  border: 1px solid #c5c6c8;
  width: 288px;
  padding: 0;  
}

form#commentForm input[type=radio]{
  margin-right: 20px;
  margin-left: 20px;
}

form#commentForm select {
  float: left;
  border: 1px solid #c5c6c8;
  width: 288px;
  padding: 0;
}

form#commentForm textarea {
  float: left;
  border: 1px solid #c5c6c8;
  padding: 0;
}
form#commentForm input.submit {
  float: right;
  margin-right:50px;    
  padding: 2px 5px;
  font-weight: bold;
  color: #444;
  border-radius: 7px;
  background: #CCC;
  cursor: pointer;
}
form#commentForm input.submit:hover { background: #444; color: #FFF }

#post_share {
  float: left;
  width: 100%;
  padding: 5px 0 23px;
}
#post_share p {
  float: left;
  color: #c9131b;
  line-height: 16px; 
  font-size: 11px;
  padding: 0 16px 0 0;
}
#post_share a {
  font-size: 11px;
  line-height: 16px;
  color: #666;
  text-decoration: none;
}

#post_comentarios {
  	width: 100%;
	min-height: 150px;
}

#post_comentarios  h3 {
  float: left;
  text-align: right;
  width: 100%;
  font-weight: bold;
  color: #FFF;
  background: #4a4a4a;
  font-size: 12px;
  line-height: 26px;
  padding: 0 10px 0 0;
  margin: 0;
}

#post_comentarios img {
	float:left;
	margin:2px;
	margin-right: 4px;
}

#post_comentarios ul, #post_comentarios ul li {
  list-style:none;
  float: left;
  width: 100%;
  margin:0;
  padding: 0;  
}
#post_comentarios ul { border: 1px solid #4a4a4a; margin:0; padding: 4px;}
#post_comentarios ul li { padding-bottom: 7px; }
#post_comentarios ul li p {
  font-size: 11px;
  line-height: 17px;
  font-style: italic;
  color: #6d6e71;
}
#post_comentarios ul li p span, #post_comentarios ul li p a {
  color: #c9131b;  
}

#post_comentarios ul li#respuesta {
  padding-left: 8%;
  width: 92%;
}

#list_tags { width: 196px;}
#list_tags ul {
  text-align: center;  
  margin: 10px 0 0 0;
  padding: 0; 
}
#list_tags ul li { display: inline-block; margin-right: 4px;}
#list_tags ul li, #list_tags ul li a { 
  color: #888;
  line-height: 17px; 
  text-decoration: none;
  font-size: 12px;
}

#list_tags ul li a:hover {  text-decoration: underline; color: #a91e23 }

#form_content {
	margin:10px 0 40px 40px;
}
.spacer{clear:both; height:4px;}

.myform{
	margin:0;
	width: 45%;
	padding:14px;
	height: 250px;
	margin-bottom: 10px;
}

#stylized{
	border:solid 2px #666;
	background:#EEE;
	float: left;
}

#stylized a{
	color: #666;
	float: left;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding: 0;
	margin-bottom:8px;
}

#stylized h2 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	color:#666;
	display:inline;
}

#stylized p{
	font-size:11px;
	color:#666;
}

#stylized p.intro{
	border-bottom:solid 1px #666;	
	padding-bottom:10px;
	margin-bottom:20px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:80px;
	float:left;
}
#stylized .small{
	color:#666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:80px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #666;
	width:180px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666 url(img/button.png) no-repeat;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}

#rateIt {
  float: left;
  width: 413px;
  height: 40px;
  padding: 0 0 0 120px;
  background: url(../images/rateIt_icon.png) 9px 11px no-repeat; 
}
div.rating-cancel, div.star-rating { 
  float: left;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
}
div.rating-cancel { padding-right: 5px; }
div.rating-cancel, div.rating-cancel a { background:url(../images/consulta.png) no-repeat 0 -32px; }
div.star-rating, div.star-rating a { background:url(../images/estrella.png) no-repeat; }
div.rating-cancel a, div.star-rating a{ 
  display: block;
  width: 32px;
  height: 100%;
  background-position: 0 0;
  border: 0;
}
div.star-rating-on a { background-position: 0 -32px !important; }
div.star-rating-hover a { background-position: 0 -32px; }
div.star-rating-readonly a {cursor:default !important}
div.star-rating {background:transparent!important;overflow:hidden!important}
#hover-test { 
  float: left;  
  color: #4a4a4a;
  line-height: 32px;
  padding-left: 18px; 
}

#consultar {
	margin: 10px 0;
}

#consultar a {		
	text-decoration: none;
	font-weight: bold;
	color: #444;
	padding: 5px;
	background: #CCC;
	border-radius: 7px;	
}
#consultar a:hover { background: #444; color: #FFF }

#redes_sociales {
	width: 100%;
	margin: 10px 0 0 0;	
	color: #777;	
	height: 20px;
}

#redes_sociales .fb-like {
	float: left;
	margin: 10px 0 0 0;
	height: 20px;
}

#redes_sociales .gmas {
	float: left;	
	margin: 10px 0 0 0;
	width: 75px;
	height: 20px;
}

#valoraciones {
	float: right;
	width: 100%;
	margin: 10px 0;	
	color: #444;
}

#valoraciones a {
	font-size: 12px;
	font-weight: bold;
	color: #4a4a4a;
}

#valoraciones img {
	float:left;
	margin: 0 2px 0 0;
}

.botones ul {	
	list-style: none;
	margin: 10px 5px 5px 0;
	height: 50px;	
}
.botones ul li {
	float: right;	
	margin: 0 5px 0 0;
}

#valoraciones2 { 
	position: absolute;
	visibility: hidden;
	width: 554px;
	margin-top: 22px;	
}

#facebook { 
	position: absolute;
	visibility: hidden;
	width: 554px;
	margin-top: 32px;
	min-height: 100px;	
}

#pestanias { margin: 0 }

#pestanias a {
	border: 1px solid #4a4a4a;
	border-bottom: none;
	color: #4a4a4a;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding: 4px 4px 0 4px;
}

#pestanias a#linkFacebook {
	background: #3b5998;
	color: #FFF;
	border: 1px solid #3b5998;
	padding: 4px 4px 0 4px;
}

#pestanias a.current, #pestanias a:hover{
	color: white;
	background: #4a4a4a;
}

.row-1, .row-2, #footer { font-size: 1.1em; margin:0 auto; width:1000px;overflow:hidden}
#footer {height:39px; background: #a91e23; width: 100%}
.col-1, .col-2, .col-3, .col-4 { float:left;}
.tail-bottom { margin:0 auto; background:#191919; border-top:10px solid #2f2f2f;width:100%; }
.row-2  { padding:0 0 10px 0; margin:auto;} 
.row-2 h5 { color:#bdbdbd; font-weight: bold;}

.list2 { top:0; position:relative; list-style: none;  }
.list2 li.first { padding-bottom:10px; margin-bottom:7px;}
.list2 li h5, .list3 li h5 { font-weight: bold; text-transform: uppercase; margin-bottom:0; }
.list2 li { line-height:1.4em; color:#8d8d8d; }
.list2 li a { text-decoration:none; color:#8d8d8d;}
.list2 li a:hover { text-decoration:underline;}

.list3 li { padding: 0 0 5px 0; float: left; list-style: none;}
.list3 li a { color:#8d8d8d; text-decoration:none; float: left;}
.list3 li a:hover { text-decoration:underline;}

.row-2 .col-1 { width:170px;}
.row-2 .col-2 { width:200px;}
.row-2 .col-3 { width:115px;}
.row-2 .col-4 { width:215px; }

#dyc { float: right; margin: 25px 0 0 0; color: #AAA;}

#footer p { text-align:center; font-size:.9em; color:#FFF; padding-top:11px; }

.info {  
    background: #E7F9F8 url(../images/iconos/info.gif) center no-repeat;  
    background-position: 15px 50%;
    text-align: left;  
    padding: 5px 20px 5px 45px;  
    border-top: 2px solid #B5D4FE;  
    border-bottom: 2px solid #B5D4FE;  
    color:#000;  
}  

.nota {  
    background: #FAF9F7 url(../images/iconos/nota.gif) center no-repeat;  
    background-position: 15px 50%;
    text-align: left;  
    padding: 5px 20px 5px 45px;  
    border-top: 2px solid #F2EFEA;  
    border-bottom: 2px solid #F2EFEA;  
    color:#000; 
}  

.exito {  
	background: #6aa74f url(../images/iconos/tilde.png) center no-repeat;  
	background-position: 15px 50%;
	text-align: left;  
	padding: 5px 20px 5px 45px;  
	border-top: 2px solid #1f6600;  
	border-bottom: 2px solid #1f6600;  
	color:#000;
} 

.importante {  
	background: #FDD1C5 url(../images/iconos/importante.gif) center no-repeat;  
	background-position: 15px 50%;
	text-align: left;  
	padding: 5px 20px 5px 45px;  
	border-top: 2px solid #FBAB95;  
	border-bottom: 2px solid #FBAB95;  
	color:#000;
} 

#cuponForm { 
	clear: both;
	float: right;
	width: 260px;
	margin: 0 0 5px 0;
	padding: 4px;
	background: #444;
	display: none;
	margin: 4px;
	border-radius: 4px;
}

#cuponForm { color: #FFF}

#cuponForm input.codigo { 
	border: 1px solid #b31814;
	color: #666;
	float: left;
	margin: 2px 4px 0 0;
}

#pitch { 
	clear: both;
	height: 125px;
}
#slideshow {
    position:relative;
    height: 125px;
}
#slideshow img {
	float: left;
	border: 0;
}
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;    
}
#slideshow div.active {
    z-index: 10;
}
#slideshow div.last-active {
    z-index: 9;
}


#sidebar_follower {
  left: 50%;
  margin: 0 0 0 -579px;  
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 10;
  width: 76px; 
  height: 140px; 
}

#sidebar_follower .shareholder {
  background: none repeat scroll 0 0 #BBB;
  border-radius: 3px 3px 3px 3px;  
  padding: 5px 0;
  margin-top: 175px;
  width: 75px;    
}

#sidebar_follower .shareholder span {
	margin-bottom: 5px;
}

#sidebar_follower .shareholder .st_twitter_vcount { 
  display: block;
  margin: 20px 0 0; 
}
#sidebar_follower .shareholder .sharebox {
  background: #fff;
  color: #0F2D5F;
  cursor: pointer;
  display: block;
  font: 10px Verdana;
  padding: 2px;
  margin: 20px 0 0;
}
#sidebar_follower.fixed {
  position: fixed;
  top: 20px;
}
iframe {left: 0}
#bannerMP { text-align: right; float: right}
#bannerMP a { color: #444}

.caption {position:relative}
.caption .hover-effect {position:absolute;top:0;width:100%;height:99.5%;opacity:.7;filter:alpha(opacity=70); display:none}
.caption:hover .hover-effect.zoom {background:#131313 url(../img/admin/zoom.png) no-repeat;background-position:50% 50%;display:block}

/* CURSOS */
.curso_dest {
	background: #444;
	width: 100%
}

.curso_dest a.curso_titulo {
	color: #8B0000;	
}

.yeah, .mail { display: none }

.opcion { width: 22%; font-size: 10px;float: left;border: 1px solid #FFF;border-radius:4px; }
.opcionAjax { width: 100%; font-size: 10px;border: 0;padding:0;border-radius:4px;}
.opcion:hover, .opcionAjax:hover { background: #DA8028 !important}
