/*CSS para PA2012.1 CASAS*/
/*© Enrique Berger MAY 2012*/

/* ==== CATEGORY ===== */

.category_title {
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
	color:#000000; 
	font-size:8pt; 
	font-weight:bold; 
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px; 
	padding-bottom:5px; 
	background-position: left center; 	
	background-image:url('../../images/998/style_category.png'); 
	background-repeat:repeat-x; 
	background-attachment:scroll}	

.category_title a {
	text-decoration: none; 
	color: #000000; 
	text-align: center}
	
.category_separator  {
	height:4px; 
	font-size:4pt }
	
.rate_info {
	font-size: 11pt; 
	color: #CC3300; 
	font-weight: bold; 
	text-align: center; 
	margin-left:3px; 
	margin-right:3px; 
	margin-top:0px; 
	margin-bottom:3px}	
	
/* ==== OBJECT PICTURE ===== */

.object_pic img {
	border:1px solid #999999;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 	
	box-shadow: 2px 2px 2px #C0C0C0;
	-moz-box-shadow: 2px 2px 2px #C0C0C0;
	-webkit-box-shadow: 2px 2px 2px #C0C0C0;	
	z-index:12;
	overflow:hidden}
	
/* ==== OBJECT NAME ===== */
	
.object_name {
	display:block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px; 
	color:#FFFFFF; 
	font-size:10pt; 
	font-style:italic; 
	font-weight:bold; 
	text-align:center;
	margin-top: 10px;
	margin-bottom:5px;
	height:20px; 
	padding-top:1px; 
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px; 
	background-position: left center; 	
	background-image:url('../../images/998/style_chapter.jpg'); 
	background-repeat:repeat-x; 
	background-attachment:scroll}	

.object_name a {
	text-decoration: none; 
	color: #FFFFFF; 
	text-align: center}
	
.object_name a:hover {
	display:block;
	color: #000000; 
	text-align: center;
	height:20px;
	width:100%;
	background-position: center; 
	background-image:url('../../images/998/style_category.png'); 
	background-repeat:repeat-x; 
	background-attachment:scroll}
	
	
/* ==== OBJECT TEXT ===== */
	
.object_text {
	font-family: Verdana; 
	font-size: 8pt; 
	text-align: left; 
	margin-left: 2px; 
	margin-right: 7px;
	margin-top: 0; 
      margin-bottom: 2px}

.object_text a{
	text-decoration: none; 
	color: #000000; 
	text-align: center}

.object_text a:hover {
	text-decoration:none; 
	color:#FFFF00; 
	background-color:#CC3300;}

/* ==== OBJECT DESCRIPTION ===== */

.object_description {
	font-family: Verdana; 
	font-size: 9pt; 
	text-align: justify; 
	margin-left: 10px; 
	margin-right: 5px;
	margin-top: 3px; 
      margin-bottom: 0px}

/* ==== DETAIL DESCRIPTION ===== */

.detail_description {
	font-family: Verdana; 
	font-size: 9pt; 
	text-align: center; 
	margin-left: 10px; 
	margin-right: 10px;
	margin-top: 5px; 
      margin-bottom: 5px}

.detail_description a:hover {
	text-decoration:none; 
	color:#FFFF00; 
	background-color:#CC3300;}

/* ==== FORMFIELDS ===== */
#formstyles .form_campos {
	font-family:Tahoma;
	font-size:8pt; 
	color:#000000; 
	background-color:#FFFFCC;}




/* end */