/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FF6600;
}

img {
border:0;
padding:2px;
}

#layout{
	background-color:#FFFFFF;
	width:786px;
	margin-left: auto ;
	margin-right: auto ;
}

#header{
	padding-top:4px;
	padding-bottom:12px;
	text-align: center;
}

#content {
	margin-left:  196px;
	
}

.content-inicio-hoja{
	width:588px;
	background-image:url(../imagenes/fondo_a.gif);
	background-repeat:no-repeat;
	margin-bottom:0;
	padding-bottom:0;
}

.content-hoja{
	margin-top:0;
	padding-top:0;
	padding-left:6px;
	padding-right:10px;
	width:588px;
	background-image:url(../imagenes/fondo_b.gif);
	background-repeat:repeat-y;
	height:700px;
	overflow:auto;
	vertical-align:top;
	
}

.content-fin-hoja{
	width:588px;
	color:#666666;
	text-align:center;
	background-image:url(../imagenes/fondo_c.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	height:30px;
	font-weight:bold;
}

#navbar {
  float: left;
  padding-left:4px;
  width: 186px;
}

#advertising {
float:left;
display:block;
margin-top:12px;
width:186px;
text-align:center;
}


#footer {
	float: none;
}

a {
	color:#ff6600;
	text-decoration:none;
	font-weight:bold;
}

.what {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-family:Verdana,sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	}

h3 {
	font-family:Verdana,sans-serif;
	color:#FF6600;
	font-size:1.25em;
	font-weight:bold;
}

.naranja{
	color:#ff6600;
	font-weight:bold;
}

.bordeIzquierdo {
border-left: thin solid #000;
padding-left: 4px;
}

table.clientes{
	border: 1px outset #EEE;
	display:block;
	float:none;
}

table.clientes th{
	border: 1px outset #EEE;
	background-color:#ff6600;
	font-weight:bold;
}

table.clientes td{
	border: 1px groove #EEE;
}

table.clientes a{
	color:red;
}

.rojo{
	color:red;
}