/* * { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
h3 { margin-top: .5em; }
fieldset { padding: 8px; }
legend { font-weight: bold; }

pre { margin-bottom: 1em; }
    
.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }*/
* html .clearfix { height: 1%; }
.basic  {
	width: 764px;
	font-family: verdana;
	/*border: 1px solid black;*/
}
.basic div {
	background-color: #FFFFFF;
}
.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
	text-align:left;
}
.titulo_tab {
	height:47px;
	_height:28px;
	line-height:28px;
	vertical-align:middle;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.basic a {
	text-align:left;
	margin: 0px;
	padding:0px;
	cursor:pointer;
	//cursor:hand;
	display:block;
	text-decoration: none;
	color: #fff;
	background-color: #FFFFFF;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;*/
	height:47px;
	
}
.basic a#tab1 {
	background-image:url(../imagenes/tab1.png);
	background-repeat:no-repeat;
}
.basic a#tab2 {
	background-image:url(../imagenes/tab2.png);
	background-repeat:no-repeat;
}
.basic a#tab3 {
	background-image:url(../imagenes/tab3.png);
	background-repeat:no-repeat;
}
.basic a#tab4 {
	background-image:url(../imagenes/tab4.png);
	background-repeat:no-repeat;
}
.basic a:hover {
	background-color: #F7F5F6;
	background-image: url(../imagenes/tab1.png);
	background-repeat:no-repeat;
}
.basic a.selected {
	color: black;
	background-color: #FFFFFF;
	background-image: url(../imagenes/tab1.png);
	background-repeat:no-repeat;
}

@media print {
	.basic div {
		display: block!important;
		height: auto!important
	}
}