﻿

div#searchPanel
{
    float:left;
	height:35px;
	padding-top:10px;
	width:300px;
}

div#dx{
 	float:left;
 	 width:205px;
 	   background-color:#E2E2E2;
 	   
}

div#dx div#top
{
    width:205px;
    height:10px;
    background-image:url(/images/top205.jpg);
    background-repeat:no-repeat;
}

div#dx div#center2
{
margin-top:0px;
        width:195px;
 	   padding:5px;
 	   font-style:italic;
 	   line-height:25px;
 	   text-align:left; 	   
 	  height:400px;
}

div#dx div#bottom
{
 width:205px;
    height:10px;
    background-image:url(/images/bottom205.jpg);
    background-repeat:no-repeat;
}

div#panelCategoria
{
    float:left;
    margin-top:0px;
    font-family: Century Gothic;
	font-variant:small-caps;
	font-weight:normal;
    font-size:19pt;
    width:510px;
    overflow:hidden;
    text-align:right;
}

div#searchResultsPanel
{
    float:left;
	font-size:12px;
	width:605px;
}

div#searchResultsPanel ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#searchResultsPanel li
{
	background-color:White;
	width:200px;
	height:220px;
	float:left;
	padding-bottom:10px;
}

div#searchResultsPanel img { padding-bottom:10px; }
div#searchResultsPanel img:hover { opacity:0.8; }
