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

body  {
	text-align:center;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	background:url(img/bg_page.jpg) repeat-x #e3e6e9;
	}
	
#wrap {
	
	width:800px;
	margin:0 auto;
	padding:0px;
	text-align:left;
	border:0;

}


.bg_content {
	background:url(img/bg_main.jpg) no-repeat;
	height:700px;
	
}

.basic  {
	width: 450px;
	font-family: verdana;
	border:none;
	padding-left:175px;
	
}

.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

.botones {
	height:139px;
	
	padding-left:106px;
	padding-top:351px;
}

.botones #btn1 a img, .botones #btn2 a img, .botones #btn3 a img { border:0; width:199px; height:139px; }
.botones div { float:left; }

.botones #btn1 a { float:left; background:url(img/btn1_normal.jpg) no-repeat; }
.botones #btn2 a { float:left; background:url(img/btn2_normal.jpg) no-repeat; }
.botones #btn3 a { float:left; background:url(img/btn3_normal.jpg) no-repeat; }

.botones #btn1 a:hover { float:left; background:url(img/btn1_hover.jpg) no-repeat; }
.botones #btn2 a:hover { float:left; background:url(img/btn2_hover.jpg) no-repeat; }
.botones #btn3 a:hover { float:left; background:url(img/btn3_hover.jpg) no-repeat; }


/*tooltip*/

div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(img/balloon.png) top left no-repeat !important;
	background: url(img/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(img/balloon.png) bottom left no-repeat !important;
	background: url(img/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}


.footer {
	color:#333;
	padding-top:20px;
	text-align:center;
	width:800px;
}

