body {
	margin: 0;
	padding: 0;
	background: #bcbcbc;
	font: 10px Verdana, Tahoma, Arial, sans-serif;
	line-height: 14px;
	color: #660000;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #cecece; 
	SCROLLBAR-HIGHLIGHT-COLOR: #cecece; 
	SCROLLBAR-SHADOW-COLOR: #cecece; 
	SCROLLBAR-3DLIGHT-COLOR: #a9a9a9; 
	SCROLLBAR-ARROW-COLOR: #a9a9a9; 
	SCROLLBAR-TRACK-COLOR: #e1e1e1; 
	SCROLLBAR-DARKSHADOW-COLOR: #a9a9a9;
}

div {
	margin: 0;
	padding: 0;
}

h1 {
	margin-bottom: 27px;
	color: #600;
	font-size: 12px;
	font-weight: bold;
}

div.frame {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 955px;
	height: 600px;
	position: relative;
}

div.izq {
	width: 250px;
	height: 600px;
	background-color: #d6d6d6;
	position: absolute;
	top: 0;
	left: 0;
}

div.logo {
	padding-top: 43px;
	width: 250px;
	height: 102px;
	background-color: #FFF;
}

div.izq > .logo {
	height: 59px;
}

div.navPpal {
	margin-top: 38px;
	padding-left: 9px;
	height: 26px;
}

div.navPpal a {
	margin-right: 9px;
	text-decoration: none;
	color: #333;
}

div.navPpal a:hover {
	color: #666;
}

div.plNavPpal {
	width: 250px;
	height: 9px;
	background-color: #c49595;
}

div.centro {
	width: 402px;
	height: 600px;
	background-color: #f0f0f0;
	position: absolute;
	top: 0;
	left: 250px;
}

div.textoCentralHo {
	margin-top: 190px;
	height: 395px;
	width: 361px;
	margin-left: 24px;
	overflow: auto;
}

div.centro > .textCentralHo {
	width: 337px;
}

div.der {
	width: 303px;
	height: 600px;
	background-color: #f0f0f0;
	position: absolute;
	top: 0;
	left: 652px;
}

ul li {
	list-style: none;
	margin-left: -30px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul#segundo {
	color: #C00;
}

/* ESTILOS DE PAGINAS INTERIORES */

div#navPartPerfil {
	margin-left: 21px;
	padding-top: 5px;
}

div#navPartServicios {
	margin-left: 75px;
	padding-top: 5px;
}

div#navPartPerfil a, div#navPartServicios a {
	display: block;
	margin-top: 2px;
	color: #333;
	text-decoration: none;
}

div#navPartPerfil a:hover {
	color: #633;
}

div.textoCentralInt {
	margin-top: 141px;
	height: 421px;
	width: 330px;
	margin-left: 30px;
	overflow: auto;
}

.highlight {
	font-weight: bold;
	color: #C00;
}

img.loClientes {
	border: 1px solid #b9b9b9;
}

table#formaCont {
	width: 250px;
}

table#formaCont td {
	font-size: 11px;
}

.inputMail {
	font-size: 11px;
	border: 1px solid #a77575;
	background: #c4bfbf;
	color: #4f1f18;
}


