/***************************************************************************************
*
* PLantilla CSS de la página de KohlerFincas
*
* David Colomer - 2010
* (c) Kohlerphils - 2010
*
*
****************************************************************************************/
/* CSS Document */
#global {
	width: 960px;
	padding: 20px 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
	/*	border: 1px #0000CC dotted; */
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}

/* Parte superior del encuadre de  la página */
#tope {
	background-image: none;
	background-repeat: no-repeat;
}

/* Parte inferior del encuadre de la página */
#base {
	background-image: url(/imagenes/base.png);
	background-repeat: no-repeat;
}

/* Contenedor de la cabecera de la página. */
#cabecera {
/*	background-color: #999999;
	border: 1px #0000CC dotted; */
	background-image: url(/imagenes/bordes.png);
	background-repeat: repeat-y;
	overflow: auto;
}

#logo {
	padding: 0px 0px 0px 20px;
	width: 180px;
	float: left;
}

#global #cabecera a {
	color: #FFFFFF;
	text-decoration: none;
}

#global #cabecera a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#banner {
/*	background-color: #333333;
	border: 1px #CC0000 dotted; */
	width: 600px;
	float: right;
	padding: 0px 35px 0px 105px;
	text-align: center;
}

#global #cabecera #banner h1 {
	color: #FF6600;
	font-size: xx-large;
}

#global #cabecera #banner h7 {
	color: #FF6600;
	font-size: xx-large;
	font-weight: bold;
	text-align: right;
}

#global #cabecera #banner p {
	color: #3399FF;
	font-style: normal;
	font-weight: bold;
}

#global #cabecera #banner a {
	color: #FFFFFF;
	text-decoration: none;
}

#global #cabecera #banner a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#global #cabecera #banner a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#global #cabecera #banner a:active {
	color: #FFFFFF;
	text-decoration: none;
}


/* Contenedor del cuerpo del documento */
#cuerpo {
	background-image: url(/imagenes/bordes.png);
	background-repeat: repeat-y;
/*	background-color: #FFCCFF; */
	padding: 0px 10px;
/*	border: 1px #FF00CC dotted; */
	overflow: auto;
}

#menutop {
	background-image: url(/imagenes/bordes.png);
	background-repeat: repeat-y;
	clear: both;
	padding: 0px 10px;
/*	background-color: #339900;
	border: 1px dotted #000099; */
}

#barra {
	/*	background-color: #FF99FF; */
	width: 200px;
	/*	border: 1px dotted #FF0099; */
	float: left;
	padding: 0px 10px;
}

#contenido {
/*	background-color: #FF66FF; */
	float: right;
	padding: 20px 60px 20px 30px;
	width: 630px;
}

#global #cuerpo #contenido p {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#global #cuerpo #contenido b {
	color: #3399FF;
}

#global #cuerpo #contenido h1 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}

#global #cuerpo #contenido h2 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}

#global #cuerpo #contenido h3 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}

#global #cuerpo #contenido h4 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
}

#global #cuerpo #contenido form {
	font-size: 14px;
}

#global #cuerpo #contenido input {
	font-style: normal;
	color: #333333;
	background-color: #EEEEEE;
}

#global #cuerpo #contenido td {
	font-size: 12px;
}

#global #cuerpo #contenido textarea {
	color: #333333;
	background-color: #EEEEEE;
}

#global #cuerpo #barra p {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
}

#global #cuerpo #contenido a {
	/* V2.0 - PC/011 - Mejora del contraste de los links.
	color: #3399FF */
	color: #FF6600;
	text-decoration: underline;
}

/* V2.0 -PC/11 - Mejora del contraste de los links. */
#global #cuerpo #contenido a:visited {
	color: #FF9900;
	text-decoration: underline;
}

#global #cuerpo #contenido a:active {
	color: #FF3300;
	text-decoration: underline;
}
/* V2.0 - PC/011 - Fin de la nueva inserción */

#global #cuerpo #contenido a:hover {
	color: #FF0000;
}

#global #cuerpo #contenido #anuncio a {
	color: #FFFFFF;
	text-decoration: none;
}

#global #cuerpo #contenido #anuncio a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Pie del documento */
#pie {
	background-image: url(/imagenes/bordes.png);
	background-repeat: repeat-y;
/*	background-color: #FF9933;
	border: 1px dotted #FF9900; */
	padding: 0px 10px;
	clear: both;
	overflow: auto;
}

#menubottom {
/*	background-color: #FF9966; */
		font-size: 12px;
}

#global #pie #menubottom p {
	color: #3399FF;
	list-style-type: none;
	text-align: center;
}

#global #pie #menubottom a {
	color: #FF6600;
	list-style-type: none;
}

#global #pie #menubottom li {
	display: inline;
	list-style-type: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: center;
}

#infocorp {
	background-image:none
/*	background-color: #FF9999; */
}



#global #infocorp p {
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#global #infocorp a {
	color: #FF6600;
	text-decoration: none;
}
#global #cuerpo #contenido .noticia {
	border: 1px solid #FF6600;
	padding: 5px;
}
#global #cuerpo #contenido .resuelto {
	color: #333333;
	background-color: #66FF00;
}
#global #cuerpo #contenido .reparando {
	color: #333333;
	background-color: #FFFF00;
}
#global #cuerpo #contenido .pendiente {
	color: #000000;
	background-color: #FF9900;
	font-weight: bold;
}
#global #cuerpo #contenido table {
	background-color: #FFFFFF;
	padding-left: 5%;
	margin-left: 5%;
}
#global #cuerpo #contenido td {
	font-size: 1em;
}
#global #cuerpo #contenido .titulo {
	font-size: 0.8em;
	font-weight: bold;
}
#global #cuerpo #contenido .averia {
	font-size: 0.8em;
}
#global #cuerpo #contenido li {
	font-size: 14px;
	color: #333333;
}
#global #cuerpo #contenido .naranja {
	color: #FF6600;
	font-weight: bold;
}
#global #cuerpo #contenido .celeste {
	font-weight: bold;
	color: #3399FF;
}
#global #cuerpo #contenido h3 {
	font-size: 18px;
}

#global #tope b {
	font-size: 12px;
	color: #CC6600;
}

#global #tope em {
	font-size: 12px;
	color: #CC6600;
	font-style: normal;
	font-weight: bold;
}

#global #tope a {
	font-size: 14px;
	text-decoration: underline;
	color: #3399FF;
}

#global #cuerpo #contenido em {
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
}

#global #cuerpo #contenido strong {
	font-style: normal;
	font-weight: bold;
	color: #3399FF;
}

#global #cuerpo #barra a {
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
}

#global #cuerpo #barra a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#global #cuerpo #barra a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#global #cuerpo #barra a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#global #cabecera #banner p {
	font-size: 14px;
}
#global #cuerpo #contenido em {
	color: #3399FF;
}
#global #cuerpo #contenido strong {
	color: #CC6600;
}

