body {
	margin-top: 0px;
	background-color: #ffffff;
}

.titulo{
 position:relative;
 font-family: sans-serif;
 font-size: 28px;
 font-weight: bold;	
 color: #000000;
 text-decoration: none;
 text-align: left;
 vertical-align: middle;
 height: 20px;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFFFFF;
}

.bannerback{
 background-color:#FFFFFF;
 position: fixed;
}

.banner{
 background-color:#FFFFFF;
 _background-repeat:repeat;

 margin: 10px auto;
 vertical-align: middle;

 text-align:center;
}

.banner img
{
 max-width: 60%;
 height: auto;
}

.lineabanner{
	font-family: sans-serif;
    width: 100%;
	height: 2px;
	background-image:url('../../SAC7WebTamalesFany/img/pattern-vino.jpg'); 
	background-repeat:repeat;
}

.TituloBoldNegro
{		
color:#333333;
	font-size:22px;	
	font-family:sans-serif;	
	font-weight:bold;
}    

.TituloBold
{		
  color:#333333;
  font-size:22px;	
	font-family:sans-serif;	
	font-weight:bold;
}    

.titulo_block_ {

}

.textodireccion
{
	float: center;
	height: 40px;
	width: 924px;
	color: #9b8070;
	text-align: center;
	vertical-align:middle;
	padding-top: 25px;
	font-family: sans-serif;
	font-size: 11px;
}

.textodireccionn
{
	color: #9b8070;
	font-family: sans-serif;
	font-size: 11px;
}

.entrada_table2
{
	font-family: sans-serif;
    position:fixed; 
    bottom:0px;
    width: 100%;
	height: 10px;
	background-image:url('../../SAC7WebTamalesFany/img/pattern-vino.jpg'); 
	background-repeat:repeat;
}

.BtnImgIntranet{background-image:url('../../SAC7WebTamalesFany/img/bbIntranet.gif');}
.BtnImgExtranet{background-image:url('../../SAC7WebTamalesFany/img/bbExtranet.gif');}

.BtnPrincTxt{
  background-repeat:no-repeat;
  height:63px;
  width:67px;
  background-position:center;
  font-family: sans-serif;
  font-size: 12px;
  padding-top:43px;
  border: 2px solid #c6cbd2;
}

.BtnPrincTxt:hover {
  border: 2px solid #000000;
}

/*20200807*/
@media screen and (max-width: 600px) {

}
/**/

/*20200827*/
.bannercontainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width:100%;
}

.banneritem1 {
  max-width:100%;
}

.banneritem2 {
  max-width:100%;
  text-align:center;
}

.banneritem3 {
  max-width:100%;
}

.lineabanner {
  background-color:#A41E34;
}

/**/

