@charset "UTF-8";
/* CSS Document */

body	{	 font-size:11px;	font-family:Arial; background-color:#000000;	}

td		{	 font-size:11px; font-family:Arial;	}

h1		{	color:#4d4d4d;	margin-bottom:3px;	font-size:18px;	}
h3		{	color:#4d4d4d;	margin-bottom:1px;	font-size:15px;	}


/*Clases*/

a:link, a:visited	{	color:#666666; font-size:11px; }
a:hover, a:active	{	color:#000000; }

a.main_menu_link:link,
a.main_menu_link:visited	{	color:#CCCCCC; padding-right:8px; padding-left:8px; display:block; height:35px; line-height:30px; white-space:nowrap; text-decoration:none; border-right:#333333 1px solid; }
a.main_menu_link:hover,
a.main_menu_link:active		{	color:#FFFFFF; }

a.link_button:link,
a.link_button:visited	{	color:#666666; padding:5px;display:block; text-decoration:none; text-align:center; background-color:#CCCCCC; border:#666666 1px solid; }
a.link_button:hover,
a.link_button:active		{	color:#000000; background-color:#999999; }

a.link_button2:link,
a.link_button2:visited	{	color:#666666; padding:8px;display:block; text-decoration:none; text-align:center; background:url(../images/link-button-link.jpg) repeat-x; border:#666666 1px solid; display:inline; }
a.link_button2:hover,
a.link_button2:active		{	color:#000000; background:url(../images/link-button-hover.jpg) repeat-x; }

.bold		{	font-weight:bold;	}
.italic		{	font-style:italic;	}

.verse		{	color:#544425;	}

/*IDS*/

#padding_05		{	padding:5px;	}
#padding_10		{	padding:10px;	}
#padding_20		{	padding:20px;	}

#white_text		{	color:#FFFFFF;	}

#footer			{	color:#FFFFFF; text-align:center; padding:10px;	}
#designed		{	color:#666666; background-color:#000000; padding:5px; font-size:10px;	}
#designed a:link, a:visited	{	color:#666666; text-decoration:none;	}
#designed a:hover, a:active	{	color:#999999;	}

table#table-cv		{
	background-color:#E5E5E5;
}
table#table-cv td	{
	padding:5px;
	border-bottom:#FFFFFF 2px solid;
}




/*************START Accordion Tabs************/


.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	background-color:#B9A278;
	color:#000000;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
/*************END Accordion Tabs************/
