body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,fieldset {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
body {
	color:#555;
	font-family:Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	font-size:12px;
}
a:visited{
	text-decoration: none;
	color: black;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-0.05em;
	font-family:Arial;
}
h1 {font-size:200%;}
h2 {font-size:170%;}
h3 {font-size:150%;}
h4 {font-size:130%;}
h5 {font-size:110%;}
h6 {font-size:100%;}
img {
	border:0;
}
#wrapper{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	text-align: left;
	width: 760px;
	//border-radius: 15px;
	//background-color: black;
	//padding-bottom: 15px;
}

#header{
	height: 68px;
	background: black;
}
#navigation{
	width: 100%;
	background-color: rgb(217, 228,238);
	height: 26px;
	clear: both;
}
#main{
	margin: 0;
	background: url("images/layout.gif") repeat;
}
#sidebar{
	width: 205px;
	float: left;
	background-color: rgb(29, 111,187);
}
#sidebar p{
	padding: 5px;
	color: #f8f8f8;
}
#content{
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 20px;
	width: 543px;
	float:right;
	position:relative;
	//height: 1% /* Holly hack for Peekaboo Bug */
}
#footer{
	clear: both;
	background: black;
	width:100%;
	height: 26px;
	text-align: center;
}
.title{
	background-color: rgb(53, 140,220);
	color: white;
	font-size: 13px;
	height: 20px;
	padding-top: 6px;
	padding-left: 7px;
	margin-bottom: 7px;
	margin-top: 0;
}
.clear{
	clear:both;
}


#navlist li
{
	display: block;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	height: 26px;
	float: left;	
}
#navlist a{
	line-height: 26px;
	text-align: center;
	width: 100%;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 4px;
}
#navlist li:hover{
	background-color: rgb(206,217,240);
	border-radius: 15px;
}


#footerlist{
	padding: 0;
	margin: 0;
	text-align: center;
	
}
#footerlist li
{
	display: inline-block;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	height: 26px;
	
}
#footerlist a{
	line-height: 26px;
	text-align: center;
	width: 100%;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 4px;
}
#footerlist li:hover{
	//background-color: rgb(206,217,240);
	//border-radius: 15px;
}

.caja{
	height: 110px;
	width: 165px;
	background-color: rgb(98, 149, 197);
	border: 1px solid white;
	border-radius: 10px;
	border-color: white;
	padding: 10px;
	margin: auto;
	color: white;
}

#content h2{
	padding-bottom: 10px;
}



.stienda div{
	float: left;
	margin-right: 20px;
}


.opinion, .tienda{
	width: 90%;
	padding: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/brushed_alu.png) !important;
	border: 0 !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	/*
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
	*/
}

.opinion:hover, .tienda:hover {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  -moz-box-shadow:    0 0 10px rgba(0,0,0,0.3);
  box-shadow:         0 0 10px rgba(0,0,0,0.3);
  -moz-transition: all 0.1s ease-out;  
  -o-transition: all 0.1s ease-out;  
  -webkit-transition: all 0.1s ease-out;  
	-ms-transition: all 0.1s ease-out;  
    transition: all 0.1s ease-out; 
}

blockquote{
	font-size: 16px;
	border-left:10px solid #ccc;
	margin:1em 1em;
	padding:0.5em .8em;

	width: 400px;
	font: italic normal 12pt/1.2em Georgia;
	color: #888;
}

.opinion .meta{
	margin-top: 10px;
	clear: both;
	padding-top: 5px;
}
.date, .author, author_img{
	float: left;
	padding-top: 6px;
}
.date{
	margin-left: 10px;
	font-size: 90%;
}

.tienda .nombre{
	font-size: large;
	margin-left: 15px;
}

.tienda .opiniones{
	margin-top: 6px;
	margin-left: 10px;
}


.stars{
	margin-top: 6px;
	float: right;
	display: block;
	background:url(images/star.gif) repeat 0px -32px;
}
.stars_full{
	margin-top: 6px;
	float: right;
	display: block;
	background:url(images/star.gif) repeat 0px 0px;
}
.star0{width: 0px;}
.star1{width: 16px;}
.star2{width: 32px;}
.star3{width: 48px;}
.star4{width: 64px;}
.star5{width: 80px;}