﻿.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid white; /*navy border*/
background: white; /* url(indentbg.gif) center center repeat-x;*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 3px 3px;
text-decoration: none;
border-right: 1px solid white; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: white /*url(indentbg2.gif) center center repeat-x;*/
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid white;
width: 450px;
margin-bottom: 1em;
padding: 10px;
	background-color:#FBFAEF;
}

.tabcontent{
display:none;
	background-color:#FBFAEF;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* Preguntas y Respuestas */
.pregunta h3{
	font-size: 14px;
}
.pregunta h3 a:link, .pregunta h3 a:visited{
	/* color: #2F6670; */
}
.pregunta h3 a:hover, .pregunta h3 a:visited:hover{
	text-transform: uppercase;
}
.pregunta{
	width:770px; /* 666px */
	margin-bottom:2px;
	margin-top:1px;
	margin-left:1px;
	padding-left:2px;
	cursor:pointer;cursor:help;
	color:#FBFAEF;
	background-color:#004236;
}
.respuesta{
	width:740px; /* 636px, 30PX MENOS QUE LA PREGUNTA */
	font: bold 14px "Times New Roman", Times, serif;
	margin-bottom:2px;
	margin-top:2px;
	margin-left:24px;
	padding-left:6px;
	padding-bottom: 2px;
	border:1px solid #004236;
	background-color:#FBFAEF;
	color:#004236;
}
.ninguno{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #004236;
	text-align: center;
	display: block;
}
.letrano{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	color: #004236;
	background-color:#FBFAEF;
	text-align: center;
	display: block;
}
