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

body{
	margin:0;
	padding:0;
	font-family:Trebuchet MS,sans-serif;
	background-color:#000000;
	font-size:12px;

}


hr {color: #fff; background-color: #fff; border: 1px dotted #000000; border-style: none none dotted;
}

#wrap{
	width:800px;
	height:600px;
	background-color:#000000;

}

#header{
    width:800px;
	height:313px;
	/*background-image:url(../images/header.jpg);*/
}

#content{
	width:800px;
	min-height:322px;
	background-color:#000000;

}

#arriba{
	width:800px;
	height:78px;
	background-image:url(../images/arriba.jpg);
}

#abajo{
	width:800px;
	height:173px;
	background-image:url(../images/abajo.jpg);
}



#footer{
	width:800px;
	height:36px;
	background-color:#000000;
	background-image:url(../images/footer.jpg);
}

.menu{
	padding-top:30px;
	width:155px;
	vertical-align:middle;
	text-align:center;
	display:inline-table;
	font-size:12px;
	color:#FFFFFF;



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


#headerdentro{
height:35px;
width:800px;


}
#contenidodentro{
	min-height:400px;
	background-color:#FFFFFF;
	width:800px;
	text-align: center;
	}
#footerdentro{
	background-image:url(../images/footerdentro.jpg);
	height:100px;
	width:800px;
	}

* {

	margin:0;
	padding:0;
	list-style:none;
}




#basic-accordian{
	padding:5px;
	width:150px; border:#00CC00 solid 1px;
	height:800px;

}



.accordion_headings{
	padding:5px;

	color:#000000;
	border:1px solid #FFF;
	cursor:pointer;

}



.accordion_headings:hover{

}



.accordion_child{
	padding:15px;
	background:#ffffff;
}



.header_highlight{

}

.clase{
color:#990000;
}
.clasenegro{
color:#000000;
}

h2{
	color:#990000;
	}
strong{
	color:#990000;
}

.link_head { color:#000000; text-decoration:none;}
a.link_head:link {text-decoration: none; }
a.link_head:active {text-decoration: none; }
a.link_head:hover {text-decoration:underline;  color: #000000;}


.link_tips { color:#990000; font-weight:bold; text-decoration:none;}

a.link_tips:link {color:#990000; font-weight:bold; text-decoration: none; }

a.link_tips:active {color:#990000; font-weight:bold; text-decoration: none; }

a.link_tips:hover {text-decoration:underline;  color:#990000; font-weight:bold;}


.link_video { color:#990000; text-decoration:none;}
a.link_video:link {text-decoration: none; }
a.link_video:active {text-decoration: none; }
a.link_video:hover {text-decoration:none;  color: #000000;}


