.ContenedorGris
{
	background-color: #F3F3F3;
    width: 435px;
    height: 71px;
    padding-top: 15px;
    padding-left: 15px;
}
.txtNombre
{
	color: #0075C9;
    font-weight: bold;
    font-size: 16px;
}
.txtPuesto
{
	color: #575756;
    font-size: 13px;
    margin-top: 4px;

}
.boton
{
	float: right;
    margin-top: 8px;
    margin-right: 15px;
}
.rowFinal
{
	padding-top: 70px;
}


/*ACORDEON*/
.ContBoxBD:nth-child(even)
{
	float: right;
}
.txtMenu 
{ 
	color: #0075C9;
    font-weight: bold;
    font-size: 16px;
}

#fondocontacto
{
width:100%;
}

.NoticaActive:hover, .NoticaNoActive:hover { cursor:pointer; }
.NoticaActive img, .NoticaNoActive img {
    margin-top: 13px;
    float: right;
    margin-right: 15px;
}
.NoticaNoActive { 
	color: #666666;
    /* width: 1070px; */
    height: 71px;
    background-color: #F8F8F8;
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
}

.cuadroinfo{
	background-color:transparent; 
	/*width:1139px;*/
	height:auto;
	z-index:2; 
	margin-top:-89px; 
	position:static; 
    display:-moz-box; /* Firefox */
    display:-webkit-box; /* Safari and Chrome */
    display:-ms-flexbox; /* Internet Explorer 10 */
    display:flex;
}

#maincontacto{
	width:100%;
	height:auto;
    display:-moz-box; /* Firefox */
    display:-webkit-box; /* Safari and Chrome */
    display:-ms-flexbox; /* Internet Explorer 10 */
    display:flex;
	}
	
.fondocontacto
{
    display:-moz-box; /* Firefox */
    display:-webkit-box; /* Safari and Chrome */
    display:-ms-flexbox; /* Internet Explorer 10 */
    display:flex;
}
#contentNews { margin:20px 0 0 30px !Important; }

.contenidoNoticia {    
	height: auto;
    overflow: hidden;
    }

.TextoNoticia { 
	height:auto;
	float:left; 
	min-height:80px;
	/*width:650px;*/ 
	margin:0 0 0 20px;
}

.NoticaActive { 
	color:white; 
	/*width: 1070px;*/
	height: 42px; 
	background-color: #EF7B32; 
	font-size:20px; 
	margin-bottom:25px; }

.ImagenNoticia img { padding:4px; }
.titleNoticia {
	margin-top:10px; 
	/*width:618px;*/
	text-align:justify;
	font-size:18px;
	font-weight:bold;
}
.flechaUp {
	float:right;
	margin-right: 25px;
	margin-top: 16px;
	color:#0075C9;
}
#btnUp {
    display: none;
}
#imgVerRecetas1 {
    display: block; 
}
.flechaDown {
	float:right;
	margin-right: 25px;
	margin-top: 16px;
	color:#0075C9;
}
/* =========================================================================================================== */
.DescripctionNoticia { 
	color:#999999;
	text-align:justify;
	margin-bottom: 30px;
	font-size:15px;height:auto;
	padding-left: 20px;
    padding-right: 20px;
}