body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #323232;
}


#header {
	width: 800px;
	margin: auto;
}

* html #header { /* CSS Tan Hack for IE6 */
	margin-bottom: 10px;
}


/* --- Logos Cajamar --- */
#logoheader {
	background-image: url('../imgs/css/logocajamar.jpg');
	background-repeat: no-repeat;
	width: 184px;
	height: 74px;
	float: left;
/*	margin-left: 10%;*/
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	border: none;
}

#logofaro {
	background-image: url('../imgs/css/faro.gif');
	background-repeat: no-repeat;
	width: 115px;
	height: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#logofooter {
	width: 150px;
	height: 60px;
	float: left;
	margin-top: -5px;
}

* html #logofooter {
	margin-top: -10px;
}
/* --- Logos Cajamar --- */



/* --- Contenido --- */
#content {
	width: 800px;
	margin: auto;
}

#content #izquierda {
	width: 595px;
	float: left;
	overflow: hidden;
}

#content #izquierda .titulo {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #454545;
}

#content #izquierda #error {
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #797979;
	margin-bottom: 10px;
	color: #990000;
}

#content #derecha {
	width: 191px;
	float: left;
	margin-left: 9px;
	margin-top: 10px;
	color: #C5C5C5;
}

#formulariowebmail {
	display: none;
	width: 225px;
	background-color: #FEFDFC;
	border: 1px solid #dadada;
	position: relative;
	float: left;
	top: -20px;
	left: 980px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #AEAEAE;
}

* html #formulariowebmail {
	position: absolute;
	top: 150px;
	left: 250px;
	left: 950px;
	left: 750px;
	z-index: 100;
}

#formulariowebmail table th.header {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #AEAEAE;
}

#formulariowebmail table th {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #AEAEAE;
}

#formulariowebmail input[type=text] {
	width: 160px;
	color: #7A7A7A;
	font-weight: bold;
}
/* --- Contenido --- */



/* --- Footer --- */
#footer {
	width: 780px;
	margin: auto;
	margin-top: 15px;
	font: bold 12px Verdana, Arial, Helvetica;
	color: #336aa1;
}

#footer-left {
	background-image: url('../imgs/css/footer-left.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 56px;
	float: left;
}

#footer-center {
	width: 760px;
	background-color: #F6F6F6;
	border: 1px solid #C8C8C8;
	border-left: none;
	border-right: none;
	height: 54px;
	height: 50px;
	float: left;
	text-align: center;
	padding-top: 4px;
}

#footer-right {
	background-image: url('../imgs/css/footer-right.jpg');
	background-repeat: no-repeat;
	width: 10px;
	height: 56px;
	float: left;
}

#footer a {
	font: normal 12px Verdana, Arial, Helvetica;
	color: #409596;
	text-decoration: none;
}

#footer a:hover {
	color: #993333;
}
/* --- Footer --- */



/* --- Sub-Footer --- */
#subfooter {
	font: normal 11px Verdana, Arial, Helvetica;
	clear: both;
	color: #D5D5D5;
	text-align: center;
}

#subfooter a {
	color: #D5D5D5;
	text-align: center;
	text-decoration: none;
}
/* --- Sub-Footer --- */



a:link {
	text-decoration: none;
	color: #336598;
	color: #F6CC32;
}

a:visited {
	color: #F6CC32;
}

a:hover {
	color: #C21414;
}

a:active {
	color: #C21414;
}




/* BB Codes */
span.negrita {
	font-weight: bold;
}

span.cursiva {
	font-style: italic;
}

span.subrayado {
	text-decoration: underline;
}

div.left {
	text-align: left;
}
/* BB Codes */
