root { 
    display: block;
}

body{
    color: #336666;
    font-family:"Arial";
    font-size: 12px;
    padding:0px;
    margin:0px;
}
input{
    font-size: 11px;
    font-family: Arial;
}
a{
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    color: olive;
}
table{
	background-color: #eaf2e6;
}
td.menu1_off{
    padding:2px;
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:left;
}
td.menu1_on{
    padding:2px;
    border-bottom-color:#E7B82D;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    text-align:left;
    background-color: #00858a;
}
a.boton1{
    color:#fff;
    font-family: Arial ;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
.boton1:hover{
    color:#e6b11a;
    font-family: Arial ;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}
a.boton4{
    border-width: 1px;
    border-style: dotted;
    border-color: #F2F2F1;
    color:#546B79;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
    padding-left: 2px;
    padding-right:2px;
    text-decoration:none;
}
a.boton4:hover{
    border-width: 1px;
    border-style: solid;
    border-color: #CF006A;
    color:black;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
    padding-left: 2px;
    padding-right:2px;
    text-decoration:none;
    background-color:#FFCFED;
}

a.mas2{
    color:#00858A;
    font-family: Arial;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    border-bottom-color:#F2F2F1;
    border-bottom-style:dotted;
    border-bottom-width:1px;
}
a.mas2:hover{
    color:#00858A;
    font-family: Arial;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    border-bottom-color:#00858A;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

a.mas{
    color:#F2F2F1;
    font-family: Arial;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    border-bottom-color:#F2F2F1;
    border-bottom-style:dotted;
    border-bottom-width:1px;
}

a.mas:hover{
    color:white;
    font-family: Arial;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    border-bottom-color:white;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

a.ayuda{
    color:#CF006A;
    font-family: Arial ;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    border-bottom-color:#CF006A;
    border-bottom-style:dotted;
    border-bottom-width:1px;
}
a.ayuda:hover{
    color:#CF006A;
    font-family: Arial ;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    border-bottom-color:#CF006A;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

td.title_verde{
    color:white;
    font-family: Arial ;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    background-color:#00858A;
    padding-bottom:2px;
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
}
td.botonX, td.botonX:visited { /* botones genéricos */
  background:#8ab609 url(../img/overlay.png) repeat-x;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px; 
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor:pointer;
}
td.botonX:hover { /* el efecto hover */
  background-color: #336666;
  /*color: #336666;*/
 
}
td.botonX:active{  /* el efecto click */
  top: 1px;
}
.link_red{
	font-family: Arial;
	font-size: 12px;
	color: #8d6f13;
	text-decoration: none;
}
.link_red:hover{
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
}
td.titleX{
    color:#ffffff;
    font-family: Arial;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration:none;
    background-color:#4bb0e1;
    padding-bottom:2px;
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
    border-width:2px;
    border-color:#2280b1;
    border-style:solid;
}
.titulo_salud{
	color: #8bb317;
	font-family: "Century Schoolbook";	
	font-size: 25px;/*
	font-style: italic;*/
	font-weight: bold;
}
.titulo_tip{
	/*color: #13729e;*/
	color: #336666;
	font-family: "Times New Roman", Times, serif;	
	font-size: 16px;/*
	font-style: italic;*/
	font-weight: bold;
}
