/* CSS Document */
.Estilo3 {
	color: #85bf13;
	font-weight: bold;
}
.Estilo4 {
	color: #85bf13;
}
.Estilo5 {
	color: #85bf13;
	text-decoration:underline;
}

body {
    font-family: Tahoma,verdana,arial; 
	color: #464545;
	line-height:15px;
	border: #d6d7d5;
	background-image:url(../Images/fon.jpg);
}

.separador {
	color: #1597ff;
	font-family:Tahoma,verdana,arial; 
	font-size:10px;
}

/* productos */
.titproductos {
	font-size: 12px;
	font-family: Tahoma;
	color: #412E41;
}

/* texto */
.txtTexto {
font-family: Tahoma,verdana,arial;
text-align:justify;
font-size: 13px;
color: #464545;
line-height:18px;
}

/* tablas y contornos */
.bgnews	{
background:url(../Images/tecno_27.jpg);
background-repeat: no-repeat;
}
.bgtit {
background:url(../Images/tecno_29.jpg);
background-repeat: repeat-x;
}
.bgtit2 {
background:url(../Images/tecno_42.jpg);
background-repeat: repeat-x;
}
.bg1 {
background:url(../Images/titulo2.jpg);
background-repeat: repeat-x;
}
.bd {
border-left:#d6d7d5 solid 1px;
border-right:#d6d7d5 solid 1px;
}
.bd1 {
border-left:#d6d7d5 solid 1px;
border-right:#d6d7d5 solid 1px;
}
.bg2 { 
background:url(../Images/titulo5.jpg);
background-repeat: repeat-x;
}
.bdContLR {
border-left:#d6d7d5 solid 4px;
border-right:#d6d7d5 solid 4px;
background:#FFFFFF;
}
.bdContLeft {
border-right:#d6d7d5 solid 2px;
}
.bdContRight {
border-right:#d6d7d5 solid 2px;
}
.bdContT {
border-top:#d6d7d5 solid 4px;
background:#FFFFFF;
}
.bdContD {
border-bottom:#d6d7d5 solid 4px;
background:#FFFFFF;
}

/* textos */
.tx1 {
font-size:13px; 
color:#464545;
font-weight:bold;
text-transform:uppercase;
}
.tx2 {
font-size:10px;
color:#1597ff;
font-weight:bold;
text-align:center;
}
/* links index */ 
a.index { 
color: #85bf13;
font-family:Tahoma,verdana,arial; 
font-size:13px;
text-decoration:underline; 
} 
a.index:link { 
color: #85bf13;
text-decoration:underline; 
} 
a.index:visited { 
color: #85bf13;
text-decoration:underline; 
} 
a.index:hover { 
color: #85bf13;
text-decoration:underline; 
} 
a.index:active { 
color: #85bf13;
text-decoration:underline; 
} 

/* links */
a { 
color: #1597ff;
font-family:Tahoma,verdana,arial; 
font-size:10px;
text-decoration:none 
} 
a:link { 
text-decoration: none; 
} 
a:visited { 
text-decoration: none; 
} 
a:hover { 
text-decoration: underline; 
} 
a:active { 
text-decoration: none; 
} 

/* links menu */
a.menu { 
color: #acacac;
font-family:Tahoma,verdana,arial; 
font-size:13px;
text-decoration:none 
} 
a.menu:link { 
text-decoration: none; 
} 
a.menu:visited { 
text-decoration: none; 
} 
a.menu:hover { 
text-decoration: underline; 
} 
a.menu:active { 
text-decoration: none; 
} 

/* links dentro de los textos */
a.intext { 
font-family: Tahoma,verdana,arial;
font-size: 13px;
color: #464545;
line-height:18px;
text-decoration:none;
} 
a.intext:link { 
text-decoration: none; 
} 
a.intext:visited { 
text-decoration: none; 
} 
a.intext:hover { 
text-decoration: underline; 
} 
a.intext:active { 
text-decoration: none; 
} 

/* links titulos */ 
a.titulo { 
font-size:13px; 
color:#464545;
font-weight:bold;
text-transform:uppercase;
text-decoration:none 
} 
a.titulo:link { 
text-decoration: none; 
} 
a.titulo:visited { 
text-decoration: none; 
} 
a.titulo:hover { 
text-decoration: underline; 
} 
a.titulo:active { 
text-decoration: none; 
} 

/* viņetas */
ul{
   margin:0px;
   padding:0px;
   list-style:none;
 
}
ul li{		
    background:url(../Images/dot.gif) center left no-repeat; margin:0;	
	padding:0 0 0 15px;
		
}
ul a{
	color:#909090;
	text-decoration:none;
    font-size:11px;	
	line-height:18px;
	font-weight:bold;
}
ul a:hover{
	 color:#EF8960;	
}