/* Contenido */

TD.contenido {
	background: #1F1F1F url(../images/contenido.jpg) no-repeat top left;
	background-color: #FFFFFF;
	border-bottom: 5px solid #787878;
}

.contentdetail {
	margin-top: 20px;
}
#contenido_main {
	color: #1F1F1F;
	padding: 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contenido_main h2{
	font-style: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007775;
	padding-bottom: 10px;
	border-bottom: 2px solid #007775;
	display: block;
	/*text-transform:uppercase; */
/*	display: block;
	background-color: #F8006F; */
	font-variant: small-caps;
	outline: 0;
	letter-spacing: 0.1em;
}

#contenido_main h3{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007775;
/*	display: block;
	background-color: #F8006F; */
}

#contenido_main h4{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007775;
/*	display: block;
	background-color: #F8006F; */
}

#contenido_main b {
	font-size: 1.2em;
}

#contenido_main a {
	color: #007775;
	text-decoration: none;
}

#contenido_main p, #contenido_main li{
	color: #1F1F1F;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	line-height: 16px; */
}

#contenido_main a:hover {
	color: #000000;
/*	background-color:#000000; */
	text-decoration: underline;
}

/* Tablas de contenidos */
#contenido_main TABLE.tabla ul {
	list-style-type:none;
	margin: 0px;
	padding: 8px;
}
#contenido_main TABLE.tabla li a {
	padding-right: 12px;
/*	background: white url(../images/arrow_link_green.gif) top right no-repeat; */
}
#contenido_main TABLE.tabla li a:hover {
	padding-right: 12px;
	background: white url(../images/arrow_link_black.gif) top right no-repeat;
}







/* OTROS */

a.icon-folder {
        padding-left: 17px;
        background: url(../images/items/icon_folder.gif) 0 40% no-repeat;
}
a.icon-file {
        padding-left: 17px;
        background: url(../images/items/icon_file.gif) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(../images/items/icon_download.gif) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(../images/items/icon_external.gif) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(../images/items/pdf_button.gif) 0 40% no-repeat;
}

/*
 * emphasis
 */
em.box { 
	padding: 0px 4px 0px 4px;
	background: #e6e9eb;
	border-bottom: 1px dotted #646464;
	font-style: normal;
}

/*
 * unsorted lists
 */
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}
ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 3px 0px 3px 0px;
	padding-left: 25px;
/*	font-weight: bold; */
	line-height: 23px;  
}
ul.arrow li { background: url(../images/items/list_arrow.gif) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/items/list_checkbox.gif) 0 0 no-repeat; }
ul.check li { background: url(../images/items/list_check.gif) 0 0 no-repeat; }
ul.star li { background: url(../images/items/list_star.gif) 0 0 no-repeat; }
/*
 * ordered lists
 */
ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(../images/items/list_disc.gif) 20px 0px repeat-y;
}
ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}
/*
 * horizontal rule
 */
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../images/items/line_dotted.gif) 0 0 repeat-x;
	height: 1px;
	border: none;
}
/*
 * highlighted div and span tags
 */
span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}
div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}
div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}
div.info, span.info {
	background: #f4f5f6 url(../images/items/box_info.gif) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}
div.alert, span.alert {
	background: #fff5eb url(../images/items/box_alert.gif) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}
div.download, span.download {
	background: #f5faeb url(../images/items/box_download.gif) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}
div.tip, span.tip {
	background: #fffdeb url(../images/items/box_tip.gif) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}
/*
 * img
 */
img.border {
	padding: 9px;
	border: 1px solid #e6e6e1;
}
/*
 * p tag with dropcaps
 */
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*
 * blockquotes
 */
q.blockquote,
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
}
q.blockquote {
	display: block;
}
q.blockquote {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%;
}
q.blockquote:before,
q.blockquote:after {
  content: "";
}
blockquote:first-letter,
q.blockquote:first-letter,
blockquote.quotation p:first-letter {
	font-size: 150%;
}
blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../images/items/blockquote_start.gif) 0 0 no-repeat;
	text-align:justify;
}
blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/items/blockquote_end.gif) 100% 100% no-repeat;
}
















#demo-block {
	clear:					both;
	display: block;
	width: 100%;
	margin-top: 25px;
}

.tab-container, .tab-container p, .tab-container li {
	font-size: 10px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	line-height: 10px; */
}

/* Tabs 2 */
.tab-wrapper {
	padding:				5px 5px;
	margin:					0;
	clear:					both;
	border-left: 1px solid #00887E; 
	border-right: 1px solid #00887E; 
	border-bottom: 1px solid #00887E; 
	overflow: auto;
}
.tab-menu{
	border-bottom: 1px solid #00887E;
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	padding-bottom: 4px;
	margin-bottom: 1px;
}

.tab-menu ul{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.tab-menu li{
	display: inline;
	margin: 0;
}

.tab-menu li a{
	text-decoration: none;
	padding: 2px 6px;
	margin-right: 2px;
	border: 1px solid #00887E;
	background: white url(../images/shade.gif) top left repeat-x;
}

.tab-menu li.tab-selected{
	position: relative;
	top: 1px;
}

.tab-menu li.tab-selected a{ /*tab-selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}

.tab-menu li a, .tab-menu li.tab-selected a {
	font-style: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none !important;
}
.tab-menu li.tab-selected a span{
	color: #00887E;
	font-style: bold;
}
.tab-menu li.tab-selected a:hover span{
	color: #000000;
}
.tab-menu li a span{
	color:#CCCCCC;
	/* color: #FFFFFF; */
}
.tab-menu li a:hover span{
	color: #FFFFFF;
	background-color: none; 
}
