body {
	width: 820px;	
	margin:0px 0px 0px 0px;
	padding:0;
	border:0;
}
/*** ENCABEZADO ***/
#enc{
}

/*** COntenedor del medio ***/

#contenedor_medio{}
#columna_izq{
float:left;
background-image:url(imagenes/col_izq.jpg);
width:155px;
height:507px;
background-repeat:no-repeat;
}
#columna_central{
height:507px;
width:500px;
float:left;


}
#columna_der{
width:155px;
height:507px;
float:left;
}

/*** Fin contenedor del medio***/


/*** PIE ***/
#pie{
background-image:url(imagenes/pie.jpg);
background-repeat:no-repeat;

}





/**** columna central ****/


#imagen{
margin-left:auto;
margin-right:auto;
text-align:center;}

#texto{
text-align:center;

font-size:22px;
color:#FF0000;
}
#columna_central_contendor{
width:500px;
}
#enc_columna_central{}
#centro_col_izq{float:left;}
#centro_col_cen{
float:left;}
#centro_col_der{
float:left;}


.linea {
	width:120px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	height:1px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1px;
	border-bottom-color: #231f20;
}
.linea2 {
	width:120px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	height:1px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1px;
	border-bottom-color:#f68d6f;
}


a{
font-size:12px;
font-family:Trebuchet MS;
text-decoration:none;
color:#636466;
}
#a{
font-size:10px;
font-family:Trebuchet MS;
text-decoration:none;
color:#636466;
}
link:link {
	color: #636466;
	
}
link:visited {
	color: #1974cf;
}
link:hover {
	color: #ef4332;
}
link:active {
	color: #636466;
}

.link_2 {
font-size:12px;
font-family:Arial;
text-decoration:none;
color:#636466;
}

.link_2:link {
	color: #c0b7b4;
}
.link_2:visited {
	color: #c0b7b4;
}
.link_2:hover {
	color: #ffffff;
}
.link_2:active {
	color: #c0b7b4;
}

.link_3 {
font-size:14px;
font-weight:bold;
text-decoration:none;

}

.link_3:link {
	color: #ffffff;
}
.link_3:visited {
	color: #ffffff;
}
.link_3:hover {
	color: #000000;
}
.link_3:active {
	color: #ffffff;
}


.col_izq{
padding-top:30px;
//margin-left:-40px;
padding-left:15px; 
height:194px;}


#titulo{
font-family:Trebuchet MS;
font-size:16px;
color:#FF0000;
font-weight:bold;
}

#texto_contenedor{
padding-left:30px;
padding-top:10px;
padding-right:20px;
text-align:justify;

}

/*slideshow*/
#slideshow {position:relative; height:198px;margin:auto;text-align:center;}
#slideshow DIV {position:absolute; top:0; left:8px; z-index:8; opacity:0.0; height: 198px}
#slideshow DIV.active {z-index:10; opacity:1.0}
#slideshow DIV.last-active {z-index:9}
#slideshow DIV IMG {height: 198px; display: block; border: 0; margin-bottom: 0px}
