/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

ul.shadetabs {
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
}

.shadetabs li{
	margin: 0;
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #000000;
	background-image: url(../images/bg_tab.jpg);
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 26px;
	width: 120px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 0px;
	text-align: center;
	display: inline-block;
	margin: 0px;
}

.shadetabs li a:visited{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}

.shadetabs li a:hover{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(../images/bg_tab_roll.jpg);
	background-repeat: no-repeat;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../images/bg_tab_roll.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: center;
	height: 26px;
	width: 120px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	font-weight: bold;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.recuadro {
	border: 1px solid #C18217;
	width: 808px;
	margin-bottom: 1em;
	background-color: #F2EDE4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
}
.contenedor_cuadro {
	width: 848px;
	height: auto;
}
.recuadro .tabcontent  p {
	font-family: Tahoma;
	font-size: 12px;
	color: #11223B;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: justify;
	margin: 0px;
	padding-top: 6px;
}
.recuadro .tabcontent ul {
	font-family: Tahoma;
	font-size: 12px;
	color: #11223B;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
	margin: 0px;
	padding-right: 0px;
	text-align: left;
}
.recuadro .tabcontent li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	background-image: url(../images/tab_contenido_vineta.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	list-style-type: none;
	margin-right: 12px;
	color: #11223B;
}
.recuadro .tabcontent li strong {
	color: #BE8016;
}
.recuadro .tabcontent strong {
	color: #11223B;
}
.recuadro .tabcontent  h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	color: #B77A15;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B77A15;
	width: auto;
	font-style: italic;
	margin-left: 0px;
	background-image: url(../images/vineta_tab_titulo.jpg);
	background-repeat: no-repeat;
	background-position: 4px 18px;
	margin-right: auto;
	display: block;
}
.recuadro .tabcontent  img {
	float: right;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CDAD5B;
	border-bottom-color: #CDAD5B;
	margin-left: 14px;
	margin-bottom: 4px;
	margin-top: 4px;
}

@media print {
.tabcontent {
	display:block !important;
}
}

