#BarraGoogle{

 padding: 10px;

}

.fondoAyuda{
	background:#632A5B;
	color:white;
}


.container-fluid {
    max-width: 100% !important;
    width: 100% !important;
}
.navAyuda ul{
	list-style:none;
}

.navAyuda ul li {
	text-align: center;
	float:left;
	width:25%;
}

.navAyuda ul > li {
	display:block;
	border-right: 1px solid  #632A5B;
}

.navAyuda ul  li  button {
	display:inline-block;
	padding:30px;
	color :#632A5B;
    font-size:20px;
}

.navAyuda ul  li  button:hover {
	text-decoration: none;
}
.navAyuda ul  li:hover {
   border-bottom:15px solid #632A5B;
}
.navAyuda ul  li:first-child {
  border-bottom:15px solid #632A5B;
}
* {
	margin:0;
	padding:0;
}
.textoNegro {
  font-size: 30px;
  font-weight: bold;
}
.textoClaro {
	  font-size: 30px;

}
.fondoGris{
	background: #dddddd;
	font-size: 25px;
	margin-left: 4px;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;

}
.btnZac {
	padding:15px;
	color:white;
	background:#642138;
	font-size: 18px;
	border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-weight: bold;
}
.desordenada  li
{
	margin-top:6px;
	font-size: 20px;
}
.desordenada  {
	list-style: none;
}

.menuUl li button   {
	width:100%;

}
.ulcentrado{
	padding-left:20px;
}
.menubarra div button{
	text-align: center;
	
	float:right;
	display:inline-block;
	padding: 30px;
	color :#632A5B;
    font-size:20px;
	width:100%;
}
.menubarra div:hover{
	border-bottom:10px solid #632A5B;
	
}
.menubarra div button:hover{
	text-decoration: none;
}
.caja {
font-family: sans-serif;
font-size: 24px;
font-weight: 400;
color: #ffffff;
padding-top: 5px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 5px;
background:#632a5b;
}
.espacio_t{
padding-top: 10px;
padding-bottom: 10px;	
}


