/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
 
}

.header
{
text-align:center;
content:close-quote;
font-family: Helvetica, Tahoma,Verdana, Times,  
font-size:10px;
background: #ffffff;
 

}

.header_line
{
border:1px solid gray;
margin-left:auto;
margin-right:auto;
width:100%;
text-align:right;
padding:8px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
border-left:none;
border-right:none;
}


.resultado
{
border:1px solid gray;
margin-left:auto;
margin-right:auto;
width:98%;
text-align:left;
padding:18px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
background-color:#F3F3F3; 
}

.texto_resultado
{
 
font:Arial, Helvetica, sans-serif;
font-size:14px;
  
}
.flecha_menu
{
 right ;
cursor:pointer;
 
}

.header_line2
{
border:1px solid gray;
margin-left:auto;
margin-right:auto;
text-align:right;
padding:8px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
border-left:none;
border-right:none;
}
.line_down
{
border:1px solid gray;
border-bottom-width:100%;
margin-left:auto;
margin-right:auto;
text-align:lest;
padding:8px;
border-left:none;
border-right:none;
border-bottom:none;
border-top:none;
}

.centro_css
{ 
	border:1px solid #000099;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	border-bottom:none;
border-top:none;	 
}


#table { width: 136px; background-color: #69c; }

#table-top { width: 136px; height: 20px; background-image: url(media/table-top.png); }

#table-bottom { width: 136px; height: 20px; background-image: url(media/table-bottom.png); }


.header_text
{
 	border:1px thin gray; 
	margin-left:auto;
	margin-right:auto;
	padding:8px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
 
}


.header_banner
{
 
margin-left:auto;
margin-right:auto;
width:100%;
 
border-left:none;
border-right:none;
 
}

.hr_line
{
border:1px solid gray;
 
border-left:none;
border-right:none;
border-top:none;

}


.misfavoritos_directorio
{
border:1px solid white;
margin-left:auto;
margin-right:auto;
width:inherit;
/* background-color:#ffffff; */
padding:8px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
border-left:none;
border-right:none;
border-top:none;
border-bottom:none;
}


.footer_directorio
{
border:1px solid gray;
margin-left:auto;
margin-right:auto;
width:inherit;
background-color:#DFE4E8;
text-align:right;
padding:8px;
font:Arial, Helvetica, sans-serif;
font-size:10px;
border-left:none;
border-right:none;
}


/* atributos de los links general.*/
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #000033;
}

.input { 
 background-color: #D8FEE1; 
}

.boton1 { 
 background-color: #D8FEE1; 
}

/* configuracion tabs */ 
h1 {font-size: 3em; margin: 20px 0;}
.container {width: 500px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

/* Configuracion menu 
===================================
*/

<style type="text/css">

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;
background: black url(../media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../media/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font: bold 12px Arial;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font: bold 12px Arial;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.footer
{
    background-image:
	url('../media/bg_02.jpg');
	background-repeat: repeat-x;
	background:#CCCCCC;
}
