html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	text-align:center;
}
body {
	background: #2A562B url("img/bg_title.jpg") repeat-x;
	font:12px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align:center;
}
#container {
	margin:10px auto 0 auto;
	text-align: center;
	width: 600px;	
}
#container h1 {
	width:600px;
	height:50px;
	text-indent:-9999px;
	background: url(img/log_title.jpg);
	margin:0;
	padding:0;
}
#navcont {
	margin: 30px auto 0 auto;
	width: 550px;
	
}
#navcont img {
	border: 6px solid #F3EACB;
}
#navcont ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	text-align:left;	
}
#navcont li {
	margin:0 0 12px 0;
}
#navcont a {
	padding:0 0 10px 0;
	display:block;
	background: #F3EACB;
	width:550px;
	text-decoration:none;
	color:#2A562B;
}
#navcont a:hover {
	background: #F3EACB url("img/bg_a.jpg") left bottom repeat-x;
}
#pie-contacto {
	width:550px;
	height:50px;
	margin:10px auto 0 auto;
	background: #030 url(img/bg_pie2.jpg);
	font-size:11px;
	color:#060;
}
#pie_izq {
	margin:15px 0 0 12px;
	float: left;
}
#pie_der {
	margin:15px 12px 0 0;
	float: right;
	text-align:right;
}
#pie_der a{
	color:#060;
	text-decoration:none;
}
#pie_der a:hover{
	color:#070;
	text-decoration: overline;
}
#subcont1 {
	background: #030;
	margin:10px auto 0 auto;
	width:540px;
}
#subcontexto {
	background: #030 url(img/bg_subcontext.jpg) no-repeat;
}
#subcont1 h2 {
	padding:12px 0 0 14px;
	text-align:left;
	font-size: 16px;
	font-weight:bold;
	color:#070;
}
#subcont1 h3 {
	padding:0 0 10px 14px;
	text-align:left;
	font-size: 14px;
	font-weight:bold;
	color:#070;
}
#subcontexto p {
	padding:8px 14px 14px 14px;
	text-align:left;
	font-size: 12px;
}
#subcontexto ul {
	margin:0 0 0 32px;
	text-align:left;
	list-style-type:circle;
}
#subcontfoto {
	text-align:left;
	background: #F3EACB url(img/bg_subconfoto.jpg) no-repeat;
	padding:14px;
}
#subcontfoto img {
	margin:0 10px 12px 0;
	border:2px solid #FFF;
}
#subcontfoto h3 {
	text-align:left;
	font-size: 15px;
	font-weight:bold;
	color:#070;
}
#subcontfoto ul {
	margin:0 0 0 32px;
	color:#003300;
	text-align:left;
	list-style-type:circle;
}
#navbar {
	background: #030 url(img/bg_subcontext.jpg);
	margin: 0 auto 10px auto;
	width: 540px;
	height:44px;
	border-bottom:2px solid #000;
}
#navbar ul {
	padding:15px 0 0 0;
	list-style-type:none;
}
#navbar li {
	padding:0 8px 0 8px;
	display:inline;
	font-size:10px;
	font-weight:bold;

}
#navbar a {
	padding:15px 8px 15px 8px;
	text-decoration:none;
	color:#F3EACB;
}
#navbar a:hover {
	background: #333 url(img/bg_nav2.jpg) top;
}
.actual {
	font-size:11px;
	color:#060;
}
