body {
	background: #D4D4D4 url(/pub/img/web/bg_largo_azul_pattern.png) repeat-y center;
}

div.block {
	margin: 0 16px;
	padding: 0;
	background: #D4D4D4;
	color: #444;
}

div.border_top {
	margin: 8px 16px 0 16px;
	background: transparent url(/pub/img/web/page_round_border_top_728x10.png) no-repeat bottom center;
	font-size: 1px;
	height: 10px;
}

div.border_bottom {
	margin: 0 16px 8px 16px;
	background: transparent url(/pub/img/web/page_round_border_728x10.png) no-repeat top center;
	font-size: 1px;
	height: 10px;
}

/** Blockquote **/
blockquote {
	border: 2px solid #777;
	margin: 25px;
	padding: 16px;
	background-color: #ccc;
	font-family: "comic sans ms";
}

/** Estilos de lista **/

ul.style1 {
	border: 2px dashed #999;
	margin: 8px; padding: 8px;
	color: #555;
	font-size: 13px;
}

ul.style1 li {
	margin-left: 15px;
}

ul.style1 li a {
	text-decoration: none;
	color: #555;
}

/** CABECERA **/

#page_container {
	display: block;
	width: 760px;
	margin: 0px auto;
}

#page_header {
	width: 760px; height: 80px;
	text-align: center;
	color: gold; font-family: verdana; font-size: 28px; font-weight:bold;
	background: #17234E url(/pub/img/web/logotipo_267x72.png) no-repeat 20px 6px;
	margin-bottom: 12px;
}

/** CUERPO **/

#page_content {
	padding: 8px;
}

#page_content h3 {
	background: transparent url(/pub/img/web/dot-h3-18x12.gif) no-repeat center left;
	padding-left: 24px;
	margin: 10px;
	font-size: 17px;
}


#page_content p {
	text-indent: 25px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

#page_content h2 {
	color: gray;
	text-align:center;
	margin-left: 15px;
	margin-right: 15px;
	font-weight:bold;
	font-size:19px;
	font-style: italic;
}

#page_content a {
	color: #3049A3;
	text-decoration: none;
}

#page_content a:hover {
	color: #696714;
	text-decoration: underline;
}


/** PIE **/

#page_footer {
	font-size: 13px;
	padding: 8px;
	text-align: center;
}

#page_footer a {
	color: #0B425F;
	text-decoration: none;
}

#page_footer a:hover {
	color: #696714;
	text-decoration: underline;
}

/* TABS MENUS WAPOS */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
/* Theme: adael.es */
#modernbricksmenu {
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu ul {
	clear: both;
	height: 32px;
	font: bold 11px Arial;
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

#modernbricksmenu li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#modernbricksmenu a {
	float: left;
	display: block;
	color: white;
	margin: 0 0 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	text-decoration: none;
	letter-spacing: 1px;
	background-color: #2B5588; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover {
	background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu li a.first {
	border-left: 1px solid white;
}

#modernbricksmenu li a.last {
	border-right: 1px solid white;
}

#modernbricksmenu li a.current { /*currently selected tab*/
	background-color: #C6C029; /*Brown color theme*/
	border-color: #C6C029; /*Brown color theme*/
}

#modernbricksmenuline {
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #C6C029; /*Brown color theme*/
}