body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../imgcss/fondo.gif);
	background-attachment: fixed;
}
.encabezado {
	background-image: url(../imgcss/trebol.jpg);
	background-repeat: no-repeat;
}
.encabezado_div {
	padding-top: 40px;
	padding-left: 457px;
}
.columna1 {
	width: 182px;
	background-color: #669900;
	padding-top: 7px;
	border-right: 3px #666600 solid;
}
.columna2 {
	background-color: #F2F2E1;
	background-image: url(../imgcss/col3.gif);
	background-position: right;
	background-repeat: repeat-y;
	border-top: 1px #666600 solid;
	padding: 0;
}
.columna3 {
	padding-left: 0px;
	padding-top: 2px;
	width: 142px;
	padding-right: 7px;
}
.subcolumnas {
	background-color: #F2F2E1;
}
.menu_enc {
	background-image: url(../imgcss/menu_enc.jpg);
	background-repeat: no-repeat;
	font-family: "Franklin Gothic Medium",Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 27px;
	/*font-weight: bold;*/
}
.menu_cont{
	background-image: url(../imgcss/menu_cont.gif);
	line-height: 24px;
	padding-left: 24px;
	background-repeat: repeat-y;
	color: Green;
}
.divtarjetas {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.direccion{
	text-align: center;
	color: White;
	background-color: #333300;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foto_principal {
	height: 158px;
	background-color: #F2F2E1;
}
a:link, a:visited {
	text-decoration: none;
	color: black;
}
a:hover, a:active {
	text-decoration: none;
	color: Blue;
}
.texto {
	text-align: justify;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.prueba{
	font-size: 12px;
	background-image: url(../imgcss/vineta2.gif);
	padding-right: 15px;
	line-height: 15px;
	background-repeat: repeat-y;
	text-align: right;
}
.prueba a:link, .prueba a:visited{
	color : White;
	text-decoration : none;
}
.prueba a:hover, .prueba a:active{
	color: Orange;
	text-decoration : none;
}
.menu_bajo{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.menu_bajo a:link, .menu_bajo a:visited{
	color : Blue;
	text-decoration : none;
	font-size: 12px;
}
.menu_bajo a:hover, .menu_bajo a:active{
	color: Maroon;
	text-decoration : none;
	font-size: 12px;
}
a.linkinterior:link, a.linkinterior:visited {
	color:#FFD700;
}
a.linkinterior:hover{
	color:White;
}