/* CSS Document */

	#contenedor {
	width: 800px;
	text-align:left; /* alinear textos */
	margin:auto; /* centra el contenedor */
	background: #E6DDC8;
/*	border:1px solid #c03;*/
	}

	#encabezado {
	width: 100%;/*800px;*/
	height: 120px;
	}
	
	#contenido {
	width: 602px;
	margin-left: 188px;
	}
	
	#contenido1{
	width: 602px;
	margin-left: 188px;

	}
	
	* html #contenido { /*este es el tamaņo del contenido para los navegadores IE*/
	width: 609px; /* para IE5.x/ */
	w\idth:609px; /* para otros IE */
	margin-left: 180px;
	}

	#cont{
	width: 350px;
	height: 265px;
	text-align:center;
	/*border:1px solid #000099;*/
	float:left;
	}
	* html #cont {
	w\idth: 346px;
	margin-left: 2px;
	float: left;
	}
	#cont2{
	width: 250px;
	margin-left:355px;
	height: 285px;
	/*border: 1px solid #009999;*/
	
	}
	
	
	#barra {
	width: 610px;
	margin-left: 187px;
	margin-top:10px;
	}

	#barra-down{
	width: 610px;
	margin-left: 187px;
	margin-top: auto ;
	}
	
	#novedades {
	width: 240 px;
	margin-left: 375px;
	margin-top: 40px;
	border: 1px solid #99FF00;
	background-image:url(../../img/fondo_nov2.png) re;
	}

	#lateral {
	width: 185px;
	float:left;
	}
	
	#barra-lateral {
	width: 185px;
	float:left;
	margin-top: 10px;
	
	}

	#pie {
	text-align:center;
	width:800px;
	height: 60px;
	background: url(../../img/fond_pie.jpg) repeat-x;
	/*background-color: #69B4DC;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	margin-top: 5px;
	}
	
	/***************TEXTO********************/
	
	#tit1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#000066;
	width: 215px
	}
	
	#txt1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #000000;
	width:215px;
	}
	
	#txt2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color: #4F4F4F;
	line-height:16px;
	font-weight:bold;

	}
	
	#txt3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	}
	
	#txt4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #4F4F4F;
	line-height:16px;
	font-weight:bold;

	}
	
	#txt1 a:link{	/*l i n k s   n o r m a l e s*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration: none;
    color: #996633;
	font-weight: bolder;
	}
	

	/* v i s i t a d o s */
	#txt1 a: visited {
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bolder;

	}

 /* h o v e r   */
	#txt1 a: hover   {
	text-decoration: none; 
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;

}

/* activos   */
   #txt1 a: active   {
  	font-size:8px;
 font-weight : bolder ;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*****         links    **********/

.link
{
FONT-WEIGHT: bold;
FONT-SIZE: 10px;
COLOR: #0066CC;
FONT-STYLE: normal;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif ;
TEXT-DECORATION: blink;
}

.link:hover
{
COLOR: #5B8C75; TEXT-DECORATION: none
}
/*
.link1 {
width:150px; 
height:45px;
text-align:center;
background-image:url(../img/boton_telefono_cf.png);
}
.link1 a:hover {
width:150px;
 height:45px;
text-align:center;
background-image:url(../img/boton_telefono_cf_hover.png);
}*/

#bot {
width:150px; 
height:45px;
text-align:center;
}
/*#bot a, a:link, a:visited, a:active{
background-image:url(../img/boton_telefono_cf.png);
}

#bot a:hover,a:visited:hover,a:active:hover {
background-image:url(../img/boton_telefono_cf_hover.png);
}*/


/****  efecto sombra ********/

.img-shadow {
	BACKGROUND: url(../../img/shadowAlpha.png) no-repeat right bottom;
	FLOAT: left;
	MARGIN: 10px 0px 0px 10px;
}
.img-shadow IMG {
	BORDER-RIGHT:  #a9a9a9 1px solid;
	PADDING-RIGHT: 4px;
	BORDER-TOP: #a9a9a9 1px solid;
	DISPLAY: block;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	MARGIN: -6px 6px 6px -6px;
	BORDER-LEFT: #a9a9a9 1px solid;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #a9a9a9 1px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #fff
}
