body {
	background-color: #d0e2cf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

A:link {
	color: white; 
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

.contacto A:link {
	color: #FF00CC; 
	text-decoration: none;
}

.contacto a:visited {
	color: #FF00CC;
	text-decoration: none;
}

.linknormal{
	text-decoration: none;
	color: blue;
}

#menu_guia td {
	padding-left:15px;
}

.poner_opacidad{
  /*opacity: 0.6 !important; 
  mozOpacity: 0.6 !important;
  filter: alpha(opacity=60);*/

}
.poner_opacidad a{
  /*color: #000000;*/
}

.poner_opacidad:hover {
  opacity: 1 !important; 
  mozOpacity: 1 !important; 
  filter: alpha(opacity=100);
}
.poner_opacidad:hover a{
  /*color: #dddddd;*/
}


.borde_amarillo{
	border-top: 3px solid #ffcd0d;
	}

#botones {
  color:#FFFFFF;
  background:#FF662B;
  border-style:solid;
  border-width: 1px;
  border-color:#FF662B;
}

#pastilla_naranja {
	background:url(../img/pastillaNaranja.png);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	width:413px;
	height:39px;
	padding-left:12px;
	font-size: 18px;
	font-weight: 700;
}

#pastilla_naranja2 {
	background:url(../img/pastillaNaranja2.png);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	width:413px;
	height:39px;
	padding-left:12px;
	font-size: 18px;
	font-weight: 700;
}

#pastilla_amarilla {
	background:url(../img/pastillaAmarilla.png);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	width:413px;
	height:39px;
	padding-left:12px;
	font-size: 18px;
	font-weight: 700;
}

#pastilla_verde {
	background:url(../img/pastillaVerde.png);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	width:413px;
	height:39px;
	padding-left:12px;
	font-size: 18px;
	font-weight: 700;
}