/*  
Proyecto: Cooperativa San Lorenzo
diseño y construcción: Gustavo Antunez
E-mail: gustavoantunez@gmail.com
fecha: 23/09/2009
Mod 1: -
Mod 2: -
*/ 

/* ////////////// R E S E T //////////////// */
* { padding: 0; margin: 0; }

table { border-spacing: 0px;	border-collapse: collapse; }

/* CLEAR FIX */
.clearfix:after {
	content:".";
	display:block;	height:0;
	clear:both;	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
.clearfix {
	display:block;
}
* html .clearfix {
	height:1px;
}


/* FORMULARIOS */
input,textarea,select,option {
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input {
	font-size: 90%;
	padding: 3px;
}
textarea {
	font-size: 100%;
	padding: 3px;
}
input.check {}
select {
	font-size: 90%;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
}
option {	padding-right: 12px; }

.alert{ 
	color: #FF4500; 
}
fieldset{
	padding: 12px;
	border: 1px dotted #EBEBEB;
	margin-top:20px;
}
legend{
	font-size:16px; font-weight:bold;
}
.btn{ 
	background: #8A8889;  color: #FFF;
	padding: 3px; font-weight: bold;
	border: 0;
}
/* FIN FORMULARIOS */

/* ############################################################*/
/* #################### ESTILOS GENERALES ##################### */
/* ############################################################*/
body{
	background: #56801E url(../img/bgBody.jpg) repeat-x;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif; color: #333;
}
a:link, a:visited{	color: #5A861F; }
a:hover, a:active{	color: #74AD28; }

h1, h2, h3, h4, h5, h6{
	color: #5A861F;
}
h2{	font-size: 20px; }
h3{	font-size: 18px; }
h4{	font-size: 16px; }
h5{	font-size: 14px; }
h6{	font-size: 12px; }

p{
	margin-bottom: 12px;
}
hr{
	height: 1px;
	border: 1px solid #f5f5f5;
	background-color: #f5f5f5;
	margin: 20px 0;
	clear: both;
}
/* ############################################################*/
/* #################### ESTILOS GENERALES ##################### */
/* ############################################################*/

#container {
	width: 900px;
	margin: auto;
	text-align: left;
}


#header{
	background: url(../img/bgHeader.jpg) repeat-x;
}
#logo{ 
	float: left;	
	width: 290px;
	padding: 12px 0 0 35px;
}
#img{
	float: right;
	width: 450px; height: 103px;
	text-align: right;
	background: url(../img/imgHeader.jpg) no-repeat right;
}
#img a:link, #img a:visited{ 
	color:#FFF; 
	font-weight:bold; 
	padding-right:20px;
	text-decoration:none;
}
#img a:hover, #img a:active{ 
	color: #FF0; text-decoration:underline;
}

#menu{	
	clear: both;
	background: url(../img/bgMenu.gif) repeat-x;
	border-top: 1px solid #D7D980;
	border-bottom: 1px solid #D7D980;
	padding: 10px 0 10px 23px;
	height: 35px;
}
#menu #home{
	float: left;
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 6px;
}
#menu #nav{
	float: left;
	display: block;
}

/**************** ESTILO DEL MENU *************** */
#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	/*position:relative;*/
	line-height:1.5em; 
	z-index: 1100;
}
#nav li.SubMenuSecc{
	display: block;
	color: #333;
	padding: 6px;
	width: 166px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

#nav a{
	display:block;
	width: 110px; height: 21px;
	text-align: center;
	font-weight: bold;
	padding: 7px 0;
	margin-right: 6px;
	color:#fff;
	text-decoration:none;
	background: url(../img/bgMenuItem.gif) no-repeat top;
}

#nav a:hover{
	background: url(../img/bgMenuItem.gif) no-repeat bottom;
	color:#000;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width: 178px;
	padding: 6px;
	top: 30px;
	background: #CCCC00 url(../img/bgSubMenu.jpg) repeat-x;
}

#nav li ul a{
	background: none;
	text-align: left;
	padding: 6px;
	width: 166px;
	display: block;
	color: #333;
	font-weight: normal;
	height:auto;
	float:left;
	border-bottom: 1px solid #E4E400;
}
#nav li ul a:hover{
	background: yellow none;
	color: #000;
	border-bottom: 1px dotted #333;
}
#nav li:hover ul, #nav li li:hover ul{
	display:block;
}
/* *************** FIN DEL ESTILO DEL MENU *************** */

#wrapperPpal{
	padding: 10px;
	background: #FFF;
}

#wrapperPpal #colIz{
	width: 612px;
	float: left;
}
#wrapperPpal #colDe{
	width: 260px;
	float: right;
}

#bannerPpal{
	width: 764px; text-align: center;
	margin-top: 6px;
}

#wrapperPpal ul, #wrapperPpal ol {
   padding: 12px;
   padding-left: 50px;
}
#wrapperPpal li{

}
.txtNormal{
	font-weight: normal;
}
.txtItalic{
	font-style: italic;
}
.txt666{
	color: #666;
}
.lineTit1{
	border-bottom: 2px solid #A0A0A0;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.lineTit2{
	border-bottom: 2px solid #E6E6E6;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

a.btnComun:link, a.btnComun:visited{
	background: url(../img/BtnComun.gif) no-repeat;
	width: 114px; height: 30px;
	padding: 8px 0 0 0;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #999;
}
a.btnComun:hover, a.btnComun:active{
	color: #000;
}

#prodDes .prod h5{
	padding-bottom: 6px;
}
#prodDes .prod{
	float: left; display: block;
	width: 140px;
	padding: 0 6px;
	color: #666;
}
#eventos{
	clear: both;
	background: #E5E5E5 url(../img/bgEventos.jpg) repeat-x;
	padding: 12px;
}
.tableEventos{
	float: left;
}
.tableEventos td{
	vertical-align: top;
}
.tableEventos img.foto{
	padding: 6px;
	margin-right: 6px;
	background: #A5B8BD;
}
.table_1{
	margin: 6px 0;
}
.table_1 td{
	padding: 3px;
}
.table_1 thead, .table_1 th{
	background: #A9B261;
	color: #FFF;
	font-size: 10px;
}
.table_1 tbody td{
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
}
.table_2 td{
	padding: 6px;
}

/* ///////////////////////// GALERIA DE IMAGENES //////////////////// */
/* thumbnail list */

ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none !important;
}
ul#thumbs li{
	float:left;
	margin:0 12px 12px 0;
}
ul#thumbs a{
	display:block;
	float:left;
	width: 85px;
	height:60px;
	line-height:0px;
	overflow:hidden;
	position:relative;
	z-index:1;
	border: 6px solid #A5B8BD;
}
ul#thumbs a img{
	float:left;
	position:absolute;
	margin-left: -10px;
	border: 0;
}	
/* mouse over */
ul#thumbs a:hover{
	overflow:visible;
	z-index:2;
	border: 6px solid #FFF;		
}
ul#thumbs a:hover img{
	background: #F5D94C;
	padding:6px;	
	margin: -4px 0 0 -10px;
}	
	
/* // mouse over */

/* clearing floats */
	
ul#thumbs:after, li#thumbs:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
ul#thumbs, li#thumbs{
	display:block;
}
ul#thumbs, li#thumbs{
	min-height:1%;
}
* html ul#thumbs, * html li#thumbs{
	height:1%;
}		
/* // clearing floats */
/* // thumbnail list */


#bannerPpal_izq, #bannerPpal_der{
	float:left; display:block;
	margin-bottom: 12px;
}
#bannerPpal_izq{
	width:443px; height:235px;
	margin-right:8px;
}
#bannerPpal_der{
	width:160px; height:235px;
}


#cotiClima{
	background: url(../img/bgCotiClima.jpg) repeat-x;
	padding: 6px 9px;
	height: 223px;
}
#cotiClima .TemBaja, #cotiClima .TemAlta{
	font-size: 20px;
	font-weight: bold;
}
#cotiClima .TemAlta{
	color: #D1000C;
}
#cotiClima .TemBaja{
	color: #0099CC;
}
#cotiClima tbody td{ border-bottom: #F5D94A solid 1px;
}

#noticias{
	background: #FAEBA2;
	padding: 12px 9px;
	margin-bottom: 12px;
}
#noticias .noti{
	border-bottom: 1px dotted #666;
	margin-bottom: 12px;
}
#noticias a:link, #noticias a:visited {
	color: #333;
}
#noticias a:hover, #noticias a:active {
	color: #5A861F;
}

/* *************** LISTA DE NOTICIAS *************** */
.notiList,
.notiList ul {
	list-style:none;
}
.notiList li {
	margin-bottom:1px;
	font-weight:bold;
	list-style:none;
}
.notiList a {
	display:block;
	padding:5px;
	color:#FFF;
	background:#7DA441;
	text-decoration:none;
}
.notiList a:hover {background:#F5DA4E; color: #000;}
.notiList ul li {
	list-style-image: none;
	font-weight:normal;
	border-bottom: #FFF solid 1px;			  
}
.notiList ul a {background:#FAEBA2; color: #333;}
.hidden {display:none;}
/* *************** FIN DE LISTA DE NOTICIAS *************** */



/* ############################################################*/
/* ######################## BOTTOM ############################ */
/* ############################################################*/
#bottom{
	background: url(../img/bgBottom.jpg) repeat-x;
	height: 200px;
	padding: 20px;
	color: #CCC;
}
#bottom a:link, #bottom a:visited{
	color: #CCC;
}
#bottom a:hover, #bottom a:active{
	color: #FFF;
}
#bottom h5{
	color: #FFF;
}
#bottom #sucursales{
	clear: both;
	padding: 30px 0;
}
#bottom .sucursal{
	float: left; display: block;
	width: 125px;
	margin-right: 18px;
	color: #FFF;
}

#IDTKNOLOGY{
	clear: both;
	border-top: 1px solid #476918;
	margin-top: 2px;
	text-align: right;
	padding: 20px 0;
	font-size: 10px;
	color: #CCC;
}
/* ############################################################*/
/* ###################### FIN BOTTOM ########################## */
/* ############################################################*/