td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#3B3B3B;
	line-height:14px;

}

/*a {
	text-decoration: underline;
	color:#0372BE;
}*/

a {
text-decoration:underline;
color:#4B9000;
}


a:hover {
    text-decoration:none;
	color:#CC0000;
}

body { 	margin:0px;padding:0px;	}

.copy{
font-family:Tahoma;
font-size:11px;
color:#8C8C8C;
text-decoration:none;
background-color:#FFFFFF;
}

.copy a{
font-family:Tahoma;
font-size:11px;
color:#8C8C8C;
text-decoration:underline;
}




.top_txt {color:#646464; font-size:10px}

.gray {color:#6B6B6B; text-decoration:none}
.blue {color:#3082A8}
.green {color:#94BE23}
.red {color:#F70000}

.date {
color:#666666
}



.rss a{
text-decoration:underline;
color:#ffffff;
background-color:#FCD9BD;
}

.rss a:hover{
text-decoration:underline;
color:#FFFFFF;
background-color:#F6832A;
}


.inf
{
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:#6B6B6B;
	line-height:14px;
}


a.opacity img {
filter:alpha(opacity=30);
-moz-opacity: 0.3;
opacity: 0.3;
-khtml-opacity: 0.3;}


a.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }


/** You can use this style for your INPUT, TEXTAREA, SELECT elements 
input {
	border: 1px solid #7E886C;

	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #575757; 
}



.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}


input:hover {
	border: 1px solid #7E886C;

	background: url(none) no-repeat #e3ecdf;
	color: #454743;
}**/


img.ev{
padding:3px;
border:1px #CCCCCC solid;
}

/*img.ev:hover{
padding:3px;
border:1px #CC0000 solid;
}*/




/*--------------acordion style---------------*/
#basic-accordian{
padding:0px;
width:407px;
height:auto;
}
.accordion_headings{
width:397px;
height:26px;
padding:10px 0 0 10px;
background:url(images/tab_bg.gif) no-repeat center;
color:#ABABAB;
cursor:pointer;
font-weight:bold;
margin:0 0 0px 0;
}
.accordion_headings:hover{
color:#383838;
}
.accordion_child{
padding:0px;
}
.header_highlight{
color:#4b2e47;
}


p.tab{
padding:0px 0 0px 0;
}


.left_content{
height:auto;
float:left;
margin-left:0px; 
margin-top:18px; 
width:407px; 
text-align:justify 
}


.fecha
{
color:ABABAB;
}

.fecha:hover
{
color:#383838;
}



.verifica {
	font-family: Tahoma;
	color: #4B9000;
	/*
	font-weight: bolder;
	text-decoration: none;
	background-color: #79BCFF;
	*/
	/*background: url("images/s_warn.png") no-repeat center center;*/

	border:1px solid #4B9000;
	background-color:#FFFFFF;
	padding:4px;
	font-size:11px;
	font-style:normal;
	text-align: center;	
}


.importante {
	font-family: Tahoma;
	color: #4B9000;
	/*
	font-weight: bolder;
	text-decoration: none;
	background-color: #79BCFF;
	*/
	/*background: url("images/s_warn.png") no-repeat center center;*/

	border:1px solid #4B9000;
	background-color:#FFFFFF;
	padding:4px;
	font-size:11px;
	font-style:normal;
	text-align:justify;	
}



    ::-moz-selection {
    background: #FFFFCC;
    color: #4B9000;
    }

Para los que utilizan Safari:

    ::selection {
    background: #FFFFCC;
    }