@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #989898;
	background-image: url(imagenes/fondo.gif); background-repeat:repeat-x;
}

.textos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

.textos_destacado {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#00579C;
}

* {
	margin:0;
	padding:0;
	list-style:none;
}
#basic-accordian{
	width:590px;
	position: static;
	z-index:2;
}

.accordion_headings{
	padding:3px;
	background:#dfdfdf;
	border-top:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	color: #999999;
}

.accordion_headings:hover{
	background:#00579C;
	color: #FFFFFF;
}

.accordion_child{
	padding-top:10px;
	padding-bottom:15px;
}

.header_highlight{
	background: #00579C;
	color: #FFFFFF;
}

a:link {
	color: #014C90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #014C90;
}
a:hover {
	text-decoration: none;
	color: #014C90;
}
a:active {
	text-decoration: none;
	color: #014C90;
}