/* CSS Document */

header, nav, section, article, footer, div{
	display:block;
}
body {
	background-color:#fff;
}
#pagina{
	margin:0 auto;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	width:765px;
}
#header {
	height:auto;
	padding:29px 0 0 0;
}
#header-izq{
	width:50%;
	float:left;
}
#header-der{
	width:50%;
	float:left;
}
#header-tit{
	width:383px;
	float:left;
	height:auto;
}
#header h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:32px;
	color:#000;
}
#header-subtit{
	width:371px;
	float:left;
	height:auto;
	border-left:1px solid #ccc;
	padding-left:10px;
}
#header-subtit p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666666;
}
#header a {
	color:#43CBAE;
	text-decoration:none;
}
#header a:hover {
	border-bottom:1px dotted #333;
}
#menu{
	height:auto;
	width:100%;
	background-image:url(../images/backgrounds/fnd_menu.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6c600;
}
#menu a {
	color:#FFF;
	text-decoration:none;
	font-size:20px;
	padding:20px 20px;
}
.item-menu{
	display:inline-block;
	width:160px;
	text-align:center;
	color:#fff;
	background-color:#000;
	text-decoration:none;
	padding:5px 0px 0px 5px;
	border-color:#cac6c5;
	border-width:5px;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
}
#menu .item-menu:hover{
	background-color:#C03;
	font-weight:bold;
}
.clear {
	clear:both;
}
#container, #container_pueb {
	width:100%;
	height:auto;
	background-image:url(../images/backgrounds/fnd_web.png);
	background-position:top;
	background-repeat:repeat-x;
}
#menu_lat, #estrecho{
	display:none;
}
#sidebar_lat {
	display:none;
}
#sidebar, #sidebar_pueb {
	width:220px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	line-height:20px;
	vertical-align:middle;
	display:block;
}
#sidebar h1, #sidebar_pueb h1 {
	color:#CB43A5;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Verdana;
}
#sidebar ul, #sidebar_pueb ul {
	margin:0;
	padding:0;
}
#sidebar li, #sidebar_pueb li {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar li a, #sidebar_pueb li a {	
	display:block;
	padding:5px 5px 5px 10px;
	margin:0 0 1px 0;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	color:#666;
	text-decoration:none;
	border-left:2px solid #ddd;
}
#sidebar li a:hover, #sidebar_pueb li a:hover {
	background-color:#eee;
	color:#333;
	border-right:10px solid #eee;
}
#sidebar p, #sidebar_pueb p {
	padding: 0 30px 0 5px;
	margin:20px 0 20px 0;
}
.item-content{
	display:inline-block;
	width:auto;
	text-align:left;
	padding:6px 3px;
}
#content, #content_pueb {
	height:auto;
	width:544px;
	float:left;
	border-left:1px solid #eee;
}
#content h2, #content_pueb h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:32px;
	color:#000;
	padding:16px 0 0 0;
	text-transform: uppercase;
}
#content h3, #content_pueb h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana;
	font-size:16px;
	font-weight:normal;
	color:#111;
	padding:5px 15px 0px 40px;
	margin:0;
}
#content p, #content_pueb p {
	padding:20px 50px 20px 50px;
	line-height:20px;
}
#content ul, #content_pueb ul {
	margin: 10px 10px 10px 30px;
}
#content li, #content_pueb li {
	list-style:none;
	background-image:url(../images/backgrounds/li.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:0px 5px 0px 20px;
	margin:15px 0 15px 0;
}
#sidebar img, #sidebar_pueb img {
	padding:5px;
	border:5px solid #eee;
	margin:10px 10px 0px 0px;
}

#content a, #content_pueb a {
	color:#333;
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding:0 4px 0 4px;
	text-decoration:none;
}
#content a:hover, #content_pueb a:hover {
	background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;
}
#content img, #content_pueb img {
	float:left;
	margin:10px 10px;
	padding:2px;
	background-color:#fff;
	border:3px solid #eee;
}
#content-footer {
	display:none;
	margin:0 auto;
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#content-footer a {
	color:#666;
}
#footer, #footer_pueb {
	margin:0 auto;
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a, #footer_pueb a {
	color:#666;
}