@charset "utf-8";
/* CSS Document */

* {
	margin:0;
}
html {
	font-family: "calibri", "Corbel", Arial, Helvetica, sans-serif;
}
body {
	background: url(images/fondo.jpg) top center no-repeat;
	background-color:#99cc99;
	margin-top: 0px;
}
.resaltado {
	font-size: 13px;
	font-weight: bold;
	color: #002e60;
}
.titulos {
	font-size: 14px;
	font-weight: bold;
	padding-left:10px;
	color:#FFF;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #39a642;
}

/* links */
a:link {
	color: #0072BA;
	text-decoration: none;
}
a:visited {
	color: #002e60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
a.remote {
	color: #666;
	font-size: 12px;
}
a.remote:link {
	text-decoration: none;
}
a.remote:visited {
	text-decoration: none;
	color: #666;
}
a.remote:hover {
	text-decoration: none;
	color: #39a642;
	font-weight:bold;
}
a.remote:active {
	text-decoration: none;
	color: #666;
}

/* divs */
#container {
	width: 914px;
	margin: auto;
}

/* menu */
#menu {
	float: left;
	width:204px;
}
#menuheader {
	background: url(images/menu-head.png) top;
	height:212px;
	width:204px;
}
#menucuerpo {
	background: url(images/menu-fondo.png) top;
	background-repeat:repeat-y;
	width:204px;
}
#menufooter{
	background: url(images/menu-foot.png) top;
	height:61px;
	width:204px;
}

/* cuerpo */
#contenido {
	width: 706px;
	float: left;
	font-size: 13px;
}
#header {
	background: url(images/header.png) no-repeat;
	height:160px;
	width:706px;
}
#titulo {
	background: url(images/titulo.png) no-repeat;
	height: 23px;
}
#cuerpo {
	background: url('images/cuerpo.png') repeat-y top;
	width: 706px;
	float:left;
}
#texto {
	margin: 16px 22px 22px 22px;
	color: #58585A;
}
#footer {
	background: url(images/footer.png) no-repeat;
	float:left;
	width: 706px;
	height: 34px;
	text-align:center;
	font-size:11px;
	padding-top: 10px;
	color:#FFF;
}

/* hipervinculos */
#logo {
	background: url(images/logo.png) no-repeat bottom;
	width:123px;
	height:123px;
	margin: 0px 40px 0px 40px;
	padding-top: 20px;
}
#logo:hover {
	background: url(images/logo-over.png) no-repeat bottom;
	width:123px;
	height:123px;
	margin: 0px 40px 0px 40px;
	padding-top: 20px;
}

/* acordion */
.accordion {
	border:0px;
	width:180px;
	margin:auto;
}
.accordion h3 {
	background: url('images/botonfondo.png');
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: rgba(0, 0, 0, 0.05) 0px -1px 0px;
	height: 22px;
	color:#002e60;
	cursor:pointer;
	padding-left:24px;
	padding-top: 6px;
}
.accordion h3:hover {
	background: url('images/botonfondo-press.png');
	color:#FFF;
}
.accordion h3.active {
	background: url('images/botonfondo-over.png');
	color:#FFF;
}
.accordion h1 {
	background:#EEE;
	padding-left: 24px;
}

/* tooltip */
#tooltip {
	background:url(images/tooltip.png);
	padding-top: 50px;
	width: 319px;
	height: 99px;
}
#tooltip h3 {
	font-size: 14px;
	color:#39A642;
	padding: 4px 30px;
	text-align: left;
}
#tooltip p {
	font-size: 12px;
	padding: 5px 0px 0px 11px;
	text-align: left;
	color: #666;
}
.tablas td {
	border-color:#0072BA;
	border-width: thin;
	border-style:solid;
	border-right-style: outset;
}

