
/* JRpadi Community  */

/* -----------------------------------------------------------------------------
 page structure
----------------------------------------------------------------------------- */

.mainContent {
	width:762px;
	margin-right:2px;
	background: url(../images_layout/layout-mainContent.png) left top repeat-x;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;	
	}

.sidebar {
	width:195px;
	margin:32px 0 0px 2px !important; 
	min-height: 415px;
	height: auto !important;
	height: 415px;
	text-align: center;
	}
	
/* ----------------------------------------------------------------------------- */
/* Header */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*
.header h1 a {
	height: 70px;
	width:170px;
	background: url(../images_layout/layout-header-h1.jpg) left top no-repeat;
	}
*/
/* subNavigation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container.viewsItems div.subNavigation li.menuViews a,
#container.viewsItems div.subNavigation li.menuViews a:hover,
#container.viewsItems div.subNavigation li.menuViews a:visited,
/* Widgets */
#container.widgetsItems div.subNavigation li.menuWidgets a,
#container.widgetsItems div.subNavigation li.menuWidgets a:hover,
#container.widgetsItems div.subNavigation li.menuWidgets a:visited,
/* Transformers */
#container.transformersItems div.subNavigation li.menuTransformers a,
#container.transformersItems div.subNavigation li.menuTransformers a:hover,
#container.transformersItems div.subNavigation li.menuTransformers a:visited,
/* Templates */
#container.templatesItems div.subNavigation li.menuTemplates a,
#container.templatesItems div.subNavigation li.menuTemplates a:hover,
#container.templatesItems div.subNavigation li.menuTemplates a:visited {
	background: #ca8508;	
	color:white !important;
	cursor:default;
	}


/* ----------------------------------------------------------------------------- */
/* Contents  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* JRapidWelcomeCommunity
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container.community .JRapidWelcomeCommunity {
    overflow:hidden;
	padding:0px 0px 0px 12px;
	margin-top:30px !important;
    }
	 
/* h3 */
#container.community .JRapidWelcomeCommunity h3 {
    font: bold 2.8em italic Verdana; 
    padding: 20px 0 0px 10px;
    color:#f19d09;
    }
 
/* span.JRapid */
#container.community .JRapidWelcomeCommunity p span.JRapid {
    color:#f19d09;
    }
	 
/* colLeft colCenter colRight */
#container.community .JRapidWelcomeCommunity .colLeft,
#container.community .JRapidWelcomeCommunity .colCenter,
#container.community .JRapidWelcomeCommunity .colRight {
    margin:15px 15px 0px 0px;
    padding:0px 0px 0px 0px;
	float:left;
	width:234px;
	background: url(../images_layout/layout-community-welcome.jpg) left top repeat-x;
	border:0px solid red;
	}

/* colCenter */
#container.community .JRapidWelcomeCommunity .colCenter,
#container.community .JRapidWelcomeCommunity .colRight {
    margin:60px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    width:230px;
	background:none;
	}

/* h2 */
#container.community .JRapidWelcomeCommunity h2 {
    font: bold 2em italic Verdana, sans-serif !important; 
    padding: 15px 0 0px 13px;
    margin:0 !important;
    color:#f19c03;
    }

/* p */
#container.community  .JRapidWelcomeCommunity p {
    margin:10px 13px 0px 13px !important;
    padding:0px !important;
    line-height:150%;
    font-size: 1.1em;
    color:#6a6a6a;
    }


/* banner
----------------------------------------------------------------------------- */
.banner {
	width: 962px;
	height:245px;
	border:0px solid red;
	background: #569fd2 url(../images_layout/layout-contents-banner.jpg) left top repeat-x;
	position: relative;
	margin:0px 0px 2px 0px;
   }

/* controls */
.controls {
	position:absolute;
	top:200px;
	left:860px;
	z-index: 999;
   }
	
.controls ul {
	margin:0;
   }

.controls li {
	float:left;
	text-align:center;
	}

.controls li a{
	float:left;
	width: 20px;
	height:20px;
	border:0px solid black;
	background:#032552;
	background:#15416e;
	color:#569fd2;
	margin-right:2px;
	padding:0px 0px 0px 0px;
	text-align:center;
   }
   
.controls li a:hover{
	background:#94c5e6;
	color:#032552;
   }   
   

/* a */
.banner a,
.banner a:hover{
	color:white;
   }


/* img */
.banner img.bannerHome{
	position:absolute;
	top:0px;
	left:0px;
   }

	
/* bannerContent */
.banner .bannerContent {
	position:absolute;
	top:20px;
	left:300px;
	z-index: 999;	
	width: 500px;
	height:215px;
	overflow: hidden;
	padding:15px 15px 15px 15px;	
	background: transparent url(../images_layout/layout-content-bannerContent.png) left top repeat-x;
   }	
	
/* h2 */
.banner h2 {
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 1em;
	text-align: left;
	padding: 10px 0 10px 0;
	margin: 0;
	min-height: 30px;
	height: auto !important;
	color:#fc7000;
	font-size: 2.5em;
	}

/* h2 */
.banner p,
.banner li {
	font-size: 1.2em;
	}	
	
	
/* MainContent
----------------------------------------------------------------------------- */
.mainContent p {
    margin:0px 0px 15px 0px;
    padding:0px;
    line-height:160%;
    font-size: 1.3em;
    /*color:#8d7972;*/
    color:#666;
    }
 

/* ----------------------------------------------------------------------------- */
/* Sidebar  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar h3 {
	min-height:41px;
	height: auto !important;
	height:41px;
	padding: 6px 0 0px 20px;
	margin:0px 0px 0px 0px;
	color:white;
	background: white;
	text-align:left;
	background: url(../images_layout/layout-sidebar-h3.jpg) repeat-x;
	font-size: 1.2em;
	font-weight:bold;
	}

/* ul li
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar ul {
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}

.sidebar ul li {
	margin: 0px 0 0 0px;
	padding: 2px 0px 2px 30px;
	text-align: left;	
	}

.sidebar ul li a {
	margin: 0px 0 0 0px;
	text-transform: uppercase;
	color:#003671;
	}

	
/* wiget - news - link
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar div.widget,
.sidebar div.news,
.sidebar div.links {
	margin: 0px 0 0 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	background-image: url(../images_layout/layout-sidebar.png) left top repeat-x;
	/*min-height:170px;
	height: auto !important;
	height:170px;*/
	position:relative;
	}


/* newsContent
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar div.newsContent {
	text-align:center;
	border:0px solid red;
	}


/* widgetContent
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sidebar div.widgetContent {
	margin: 0px 0 0 0px;
	padding: 0px 10px 6px 20px;
	min-height:30px;
	}
	
/* h2 */
.sidebar div.widgetContent h2 {
	padding: 0px 0px 0px 0px !important;
	font-size:.9em;
	background:none;
	color:red;
	border:0px solid red;
	}	
	
/* span */
.sidebar div.widgetContent span{
	display:block;
	border:0px solid red;
	margin: 0px 0px 0px 0px !important;	
	}


/* /////////////////////////////////////////////////////////////////////////////*/
/* Generico */
/* /////////////////////////////////////////////////////////////////////////////*/

#contents.generic {
    margin: 0px 0px 0px 0px;
	padding-bottom: 20px;
	}

#contents.generic a,
#contents.generic a:hover {
   	color:#f19d09;
	}

/* -----------------------------------------------------------------------------*/
/* breadCrumbs */
/* -----------------------------------------------------------------------------*/

p.breadCrumbs {
	width:958px;
    margin: 0px 0px 10px 0px;
	padding: 11px 0px 0px 0px;
    font-size:2em;
    color:black;
	background: none;
    font-size:.9em;
    height:25px;
	}


/* -----------------------------------------------------------------------------*/
/* Formato Texto */
/* -----------------------------------------------------------------------------*/

/* p */
#contents.generic p {
	margin: 8px 0px 0px 25px !important;
	padding: 0px 0px 0px 0px !important;
	font-size:1.1em;
	}

/* -----------------------------------------------------------------------------*/
/* Listas  ul ol li */
/* -----------------------------------------------------------------------------*/
#contents.generic ol {
    list-style-position: outside;
    margin:10px 0px 0 25px;
    }

#contents.generic ol li {
    margin:5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
    /*color: #333;*/
    font-size:1.1em;
    }

#contents.generic ol li ol {
    list-style-position: inside;
    /*color: #333;*/
    margin: 0px 0 0 15px;
    }

#contents.generic ul {
	list-style-type: disc;
    list-style-position: outside;
    margin: 10px 0 0 25px;
    }

#contents.generic ul li {
    margin:5px 0px 0 25px;
	padding: 0px 0px 0px 0px;
    /*color: #333;*/
    font-size:1.1em;
	display: list-item;
	}

#contents.generic ul li ul {
    list-style-position: outside;
    color: #333;
    margin: 0px 0 0 20px;
    }

#contents.generic ul li ol {
    list-style-position: outside;
    margin: 0px 0 0 20px;
    }

#contents.generic ul li li {
	padding-left: 5px;
    }


/* -----------------------------------------------------------------------------*/
/* dl dt dd
/* -----------------------------------------------------------------------------*/

#contents.generic dl {
    margin: 10px 0px 5px 25px;
	padding: 0px 0px 0px 0px;
	width: 560px;
    border-bottom: 1px dotted #666;
	}

#contents.generic dt {
    margin: 3px 0px 0px 0px;
	padding: 3px 20px 3px 0px;
	width: 150px;
	}

#contents.generic dd {
    margin: 3px 0px 7px 0px;
	padding: 3px 0px 3px 0px;
	width: 390px;
	}


/* -----------------------------------------------------------------------------*/
/* Imagenes
/* -----------------------------------------------------------------------------*/ 

#contents.generic img,
#contents.generic img a,
#contents.generic img a:link,
#contents.generic img a:visited  {
    border: 0;
	/*display:block;*/
    margin:10px 0;
    }


#contents.generic img.inline {
    display:inline;
    vertical-align:bottom;
    margin: -5px 3px 0 3px;
    }


/* -----------------------------------------------------------------------------*/
/* table
/* -----------------------------------------------------------------------------*/ 

#contents.generic table {
    font-size:1.1em;
    border-collapse: collapse;
    width:50%;
    margin:10px 0;
    text-align:left;
    border-spacing: 0px;
    border: none;
    color:#333;
    margin-left:25px;
    }

#contents.generic caption {
    font-weight: bold;
    text-align: left;
    padding: 10px;
    margin: 2px auto;
    background: #f0f0f0;
    }

#contents.generic thead th, #contents.generic th {
    color:#bbb;
    text-align:left;
    padding:4px 5px;
    font-weight:bold;
    background: none;
    }

#contents.generic thead th {
    border-right: 1px solid #fff;
    color:#bbb;
    text-align:center;
    padding:2px 6px;
    text-transform:uppercase;
    background: #666;
    }

#contents.generic tfoot,
#contents.generic tfoot th,
#contents.generic tfoot tr {
    color: #999;
    padding: 4px 7px;
    margin-top: 10px;
    }
    
    
#contents.generic tbody td {
    color:black;
    padding:7px;
    border: 1px solid #bbb;
    }
    
#contents.generic tbody th {
    padding: 7px;
    }
    

/* -----------------------------------------------------------------------------*/
/* span.JRapid - orange */
/* -----------------------------------------------------------------------------*/

span.JRapid {
    color:#fc7000;
	font-weight:bold;
	}
	
	


	
/*
-----------------------------------------------------------------------------
Container
----------------------------------------------------------------------------- */



/*
---------------------------------------------------------------------------------------------------------
Contents 
--------------------------------------------------------------------------------------------------------- */
	
	

/* articleInfo
----------------------------------------------------------------------------- */
#container.community .articleInfo,
#contents.generic div.articleInfo {
	/*clear:both;
	float:left;*/
	border-bottom:2px solid #bbb;
	padding:10px 40px 15px 0px !important;
	margin:0px 30px 10px 30px !important; 
	height: auto !important; 
	}

#container.community .articleInfo h4 {
	border:0px solid #c5c8ca;
	margin:0px 0px 0px 140px;
	padding:0px 0px	5px 0px;
	/*background: #f1f2f3 url(../images_layout/layout-content-h2.jpg) left top repeat-x !important;*/
	font-size:1.4em;
	}

/* articleContent
----------------------------------------------------------------------------- */
#container.community .articleContent {
	padding:0px 20px 0px 0px !important;
	margin:0px 0px 0px 140px !important;
	font-size:1.1em;
	border:0px solid red !important;
	height: auto !important; 
	}

.thumb120 {
	width: 120px; 
	height: 90px; 
	background-position: center;  
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	border:4px solid #ddd;
	float:left;
}
	
/* sectionIndex
----------------------------------------------------------------------------- */
#container.community div.sectionIndex {
	margin:0px 0 0px 0px;
	padding:35px 0 0 0px;
	overflow: hidden;
	border:0px solid black;
 	}

/* h3 */
#container.community div.sectionIndex .section h3 {
    font: bold 1.4em Verdana !important;
    padding: 8px 0 0px 25px;
    margin: 0px 0 0px 0px !important;
    border:0px solid red;
   }

/* h3.views */
#container.community div.sectionIndex .section h3.views {
	background: url(../images_layout/layout-community-h3-views.jpg) left top no-repeat;
   }

/* h3.widgets */
#container.community div.sectionIndex .section h3.idgets {
	background: url(../images_layout/layout-community-h3-idgets.jpg) left top no-repeat;
   }

/* h3.transformers */
#container.community div.sectionIndex .section h3.transformers {
	background: url(../images_layout/layout-community-h3-transformers.jpg) left top no-repeat;
   }

/* h3.templates */
#container.community div.sectionIndex .section h3.templates {
	background: url(../images_layout/layout-community-h3-templates.jpg) left top no-repeat;
   }

/* h3 a */
#container.community div.sectionIndex .section h3 a{
    color:white !important;
    margin: 0px 0 0px 0px !important;
	}

/* a img */
#container.community div.sectionIndex .section  a img{
    margin-top:-5px;
   }


/* sectionIndex Section
--------------------------------------- */
#container.community .sectionIndex .section {
	width: 177px;
	margin:0px 0 0px 11px;
	padding:0px 0 0 0px !important;
	float:left;
	overflow: hidden;
	background: url(../images_layout/layout-community-section.jpg) left -10px repeat-x;	
	border:0px solid red
	}


/* slogan
--------------------------------------- */
#container.community .sectionIndex p.slogan {
    color:#f19c03;
    font-weight:bold;
    font-size:1.2em;
    line-height:140%;
	margin:0px 16px 0px 16px !important;
	padding:20px 0 0 0px;
	min-height:75px;
	height:auto !important;
	height:75px;
	border:0px solid red;
	}

/* sectionIndex .section p.dataInfo 
--------------------------------------- */
#container.community .sectionIndex p.dataInfo {
	width: 117px;
	margin:0px 0 0px 16px !important;
	padding:10px 10px 0 10px !important;
	border-top:1px solid #f19d09;
	background:white;
	line-height:120%;
	}

#container.community .sectionIndex p.dataInfo a {
	font-weight:bold;
	}
 
 
/* section
----------------------------------------------------------------------------- */
#container.community .section {
	/*width: 956px;
	width: 710px;*/
	/*clear: both;*/
	margin:0px 0 30px 0px;
	padding:0px 0 0 0px;
	float:left;
	overflow: hidden;
	background: url(../images_layout/layout-section.jpg) left top repeat-x;	
 	}
 
/* h3 */
#container.community .section h3 {
    padding: 3px 0 0px 20px;
    color:white;
    font-weight:bold;
    font-size:1.4em;
    background:#f19c03;
    text-transform:uppercase;
    height:27px;
    }

/* InfoDetails */ 	
#container.community .InfoDetails {
	background: none !important; 	
	margin:0px 0 30px 0px !important;	
 	}

/* InfoDetails h3 */ 	
#container.community .InfoDetails h3 {	
	margin-bottom:15px !important;	
    padding: 4px 0 0px 20px !important;
	}
	 
/* .sectionHeader 
---------------------------------------------------*/
#container.community .section .sectionHeader {
    margin:0px 0px 0px 0px;
    padding:0px !important;
	border:0px solid red;
	position:relative;
	background: #f59906 url(../images_layout/layout-community-section-sectionHeader.jpg) right top no-repeat;
	width:760px;
	height: 84px;
	}

/* headerImage */
#container.community .section .sectionHeader p.headerImage {
    position:absolute;
    left:0px;
    top:-10px;
    margin:0 !important;
    padding:0 !important;
    border:0px solid red;
	}

/* slogan */
#container.community .section .sectionHeader p.slogan {
    position:absolute;
    left:265px;
    top:10px;
    color:#f19c03;
    font-weight:bold;
    font-size:1.4em;
    width:250px;
    border:0px solid red;
    line-height:140%;
    }

/* dataInfo */
#container.community .section .sectionHeader p.dataInfo {
    position:absolute;
    left:550px;
    top:10px;
    color:#666;
    font-weight:bold;
    font-size:1em;
    }

/* .sectionContent 
---------------------------------------------------*/
#container.community .section .sectionContent {
    margin:0px 0px 0px 0px;
    padding:0px 15px 0px 15px;
	width:206px;
	border-left:3px solid white;
	float:left;
	}

#container.community .section .sectionContent span {
    display:block;
    margin:10px 0px;
    }

#container.community .section .firstCol {
	border:none;
	}

#container.community .section p.postWiew {
    margin:15px 0px 0px 0px !important;
	width:auto !important;
	}

#container.community .section p.postWiew a {
    margin:0px !important;
    padding:4px 20px 0px 20px !important;
	width:auto !important;
	background: url(../images_layout/layout-section-button-postView.jpg) left top repeat-x;		
	height:23px;
	font-weight:bold;
	}

#container.community .section span.mediumTitle {
    font-weight:bold;
    font-size:1.2em;
	}

#container.community .section h4.smallTitle {
    font-weight:bold;
    font-size:1.3em;
    padding:0px 0px 0px 15px !important;
	margin:0px 0px 0px 0px !important;
	border:none !important;
	}


/* .section descripcion
---------------------------------------------------*/
#container.community .section .description {
    padding:0px 30px;
	}
	
#container.community .section .description h5.smallTitle{
    font-size:1.2em; 
    padding:0px 0px !important; 
    margin:25px 0px 10px 0px !important; 
	}
	
/* .pageNumber
---------------------------------------------------*/
#container.community .section .pageNumber{
    margin-top:-25px;
    float:right; 
	}


/* .postWriter
---------------------------------------------------*/
#container.community .postWriter {
/*  border:1px solid #999;
	padding:15px 0px;
	overflow:hidden;
	widht:550px !important;
	background:#efefef;
	border:1px solid #ccc;
*/
	padding:0px 20px;
	}

/* hr */
#container.community .postWriter hr {
	background:none;
	height:0px;
	display:none;
	}

/* table */	
#container.community .postWriter table {
   	border:0px solid black;
   	margin:0 0 0 0px;
   	padding:0;
}

/* td */
#container.community .postWriter table td {
   	/*
   	width:300px !important;
   	*/
	border:none;
   	margin:0px 0 0 0;
   	padding:10px 15px 10px 15px;
   	vertical-align:top;	
   	border-top:1px solid #ccc;
   	border-bottom:1px solid #ccc;
}

#container.community .postWriter table td img{
   	border:4px solid #eee;
   	margin:0px;
   	padding:0px;
}

#container.community .postWriter table table {
	widht:auto !important;
	}

#container.community .postWriter table table td {
   	padding:0px;
   	border:none;
	}


/* label */
#container.community .postWriter table td.label {
   	border-top:1px solid #ccc;
   	border-bottom:1px solid #ccc;
	background:none;
	color:#666;
	background:#eee;
	}

#container.community .postWriter table td label {
    /*width:100px;*/
   	}


/* input */	
#container.community .postWriter table input,
#container.community .postWriter table textarea {
   	border:1px solid #666;
   	font-size:1em;
   	color:#000000;
	}

#container.community .postWriter textarea {
	width:400px !important;
	height:100px !important;
	}

#container.community .postWriter table table input {
   	font-size:.9em;
	}

#container.community .postWriter table td select {
   	border:1px solid #666;
   	font-size:1em;
   	color:black;
	}

#container.community .postWriter table fieldset {
   	border:1px solid #ccc;
   	font-size:1em;
   	padding:10px 0 0 0px !important;
	}

#container.community .postWriter table legend {
	color:black !important;
	font-size: .9em;
	} 

#container.community .postWriter .hint {
	color:#333;
	font-size: .8em;
	margin-top:14px;
/*	clear:both;
	display:block;
*/
	line-height:120%;
	} 

/* buttom */	
#container.community .postWriter button,
#container.community .postWriter .submit {
	float:left;
	background: url(../images_layout/layout-button.png) 0px 0px no-repeat;
	margin:10px 0 0 0px;
	padding:5px 10px;
	color:black;
	font-size: 1.1em;
	}

#container.community .postWriter .submit {
	margin:10px 10px 0 70px;
	border:none;
	}


/*
---------------------------------------------------------------------------------------------------------
Sidebar
--------------------------------------------------------------------------------------------------------- */


/* widgetContent
----------------------------------------------------------------------------- */
#container.community .sidebar div.widgetContent {
	margin: 0px 0 0 0px;
	padding: 0px 10px 12px 30px;
	min-height:30px;
	}
	
/* span.smallTitle
----------------------------------------------------------------------------- */
#container.community .sidebar .widget span.smallTitle{
	display:block;
	font-weight:bold;
	padding-left: 0px !important;
	margin-left: -10px !important;
	}



/* /////////////////////////////////////////////////////////////////////////////*/

/* comm */

/* /////////////////////////////////////////////////////////////////////////////*/

.mainLeftBarTop {
	width: 709px; 
	height: 33px; 
	background-repeat: no-repeat; 
	background-position: top;
}

.mainLeftBar {
	width: 709px; 
	margin: 10px 10px 10px 10px;
	background-image: url('images/leftbar_bg.jpg'); 
	background-repeat: repeat-y; 
}

.mainLeftBarBottom {
	width: 709px; 
	background-image: url('images/leftbar_bottom.jpg'); 
	background-repeat:  no-repeat; 
	background-position: bottom;
}

.mainLeftBarInner {
	margin: 10px 10px 10px 10px;	
}

.mainRightBarTop {
	width: 196px; 
	height: 37px; 
	background-repeat: no-repeat; 
	background-position: top;
}

.mainRightBar {
	width: 196px; 
	margin: 10px 10px 0px 10px;
	background-image: url('images/rightbar_bg.jpg'); 
	background-repeat: repeat-y; 
}

.mainRightBarBottom {
	width: 196px; 
	background-image: url('images/rightbar_bottom.jpg'); 
	background-repeat:  no-repeat; 
	background-position: bottom;
}

.mainRightBarInner {
	margin: 10px 10px 10px 10px;	
}

.tinyText {
    /*font-size: 11px;*/
    color: #666666;
	}

.smallText {
    /*font-size: 12px;*/
    color: #666666;
    width: 600px;
	}
	
.smallTitle {
    /*font-size: 12px;*/
    color: #666666;
    font-weight: bold;
	}
	
.smallPadding {
	padding: 5px 5px 5px 5px;
	}

.mediumText {
    /*font-size: 13px;*/
    color: #666666;
	}
	
.mediumTitle {
    /*font-size: 13px;*/
    color: #666666;
    font-weight: bold;
	}
/*
hr {
	color: #DBEB60;
	}
*/
.comment {
	width: 640px; 
	height: 72px; 
	/*background-image: url('images/greybox_large.png'); 
	background-repeat:no-repeat; 
	background-position: top; */
	margin: 10px 0px 10px 20px;
	}
.commentLeft {
	width: 20%; 
	border-right: 1px solid #cccccc; 
	padding-top: 10px; 
	padding-left: 10px; 
	}
.commentRight {
	width: 80%; 
	padding-top: 10px;
	}
.commentInner {
	height:50px; 
	overflow-y:auto;
	margin-right:10px; 
	}

.starsBack {
	width:100px;
	height: 20px;
	background-image:url('../../images/star_grey.png');
	background-repeat:no-repeat;
	cursor:pointer;
	}
.starsFront {
	height: 20px;
	background-image:url('../../images/star_yellow.png');
	background-repeat:no-repeat;
	}

.thumb60 {
	width: 60px; 
	height: 45px; 
	background-position: center;  
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	}

.thumb120 {
	width: 120px; 
	height: 90px; 
	background-position: center;  
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	}
.thumb640 {
	width: 640px; 
	height: 480px; 
	/*background-position: center;  
	background-repeat: no-repeat; */
	overflow: hidden;
	cursor: pointer;
	}
	
/****************************************************************/

/* AGREGADO POR JUAN */

div.headerContainer {
	margin-bottom: 200px;	
}

.img640 {
/*	width: 640px;
	height: 480px; */ 
	margin: 0px;
}
/*******************************************************/
/* BOTONES */


.button {
		display: block;
	}
.button a {
	display: inline-block;
	padding:2px 0;
	margin: 10px 11px;
	width: 145px;
	height: 18px;
	font:.8em Verdana;
	text-align: center;
	cursor:hand;
	background: url(../images_layout/layout-button.png) 0px 0px no-repeat;
	color:#333;
	text-decoration:none;
}

.button a:hover {
	background: url(../images_layout/layout-button.png) 0px -22px no-repeat;
    color: black;
}



/* searchCategory
----------------------------------------------------------------------------- */
.searchCategory {
	padding:6px 0px 6px 30px;
	margin:0px 0px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	/*	background: url(../images_layout/layout-button.png) left top repeat-x;
	color:#18395c;
	font:.8em Verdana;
*/
	}
	
	
.searchCategory form select option{
	padding:0px 0;
	margin:0px 0px;
	}	

.searchCategory button {
	display: inline-block;
	padding:2px 15px;
	margin: 0px 10px;
	width: auto;
	height: auto;
	font:1.2em Verdana;
	text-weight:bold;
	text-align: center;
	cursor:hand;
	background: url(../images_layout/layout-button.png) 0px 0px no-repeat;
	color:#000000;
	text-decoration:none;
}


















/*
-----------------------------------
Container
----------------------------------- */

/* contents-all
----------------------------------------------------------------------------- */
.contentsAll {
	width: 981px;
	height: auto;
	margin: 0 auto;
	padding:0 0 0px 0;
	background: url(../images_layout/layout-container.jpg) left top no-repeat;
	}	