@charset "utf-8";
body, html {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
}
/* ----------------- CABECERA ------------------------- */
#top {
	clear: both;
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF6600;
}
#top p {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 4px;
}
#cabecera {
	background-image: url(images/plataformas-jofer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 150px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
/* ----------------- PRINCIPAL ----------------------- */
#principal {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
/* --------------------- MENU HZ----------------------------- */
#menuhz {
	clear: both;
	height: 24px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#menuhz ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}
#menuhz li {
	display: inline;
	float: left;
}
#menuhz li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#menuhz li a:hover {
	color: #F3DA2B;
	text-decoration: none;
	background-color: #3F3F3F;
}
/* --------------------- MENU ----------------------------- */
#menu {
	width: 260px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: left;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	margin-top: 20px;
}
#menu ul {
	font-size: 10px;
	list-style-type: none;
	list-style-image: none;
	width: 250px;
}
#menu li {
	width: 260px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8E0E8;
	font-weight: bold;
}
#menu li a {
	text-decoration: none;
	color: #003366;
	display: block;
	width: 250px;
	padding-top: 6px;
	padding-bottom: 7px;
	background-image: url(images/bg0.gif);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	padding-left: 10px;
}
#menu li a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #EFF3F6;
	background-image: url(images/bg0.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu p {
	font-size: 12px;
	padding-left: 10px;
	background-color: #FF6600;
	height: 20px;
	padding-top: 7px;
	color: #FFFFFF;
	font-weight: bold;
}
/* ----------------------- CONTENIDO ------------------------------ */
#contenido {
	width: 680px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	position: relative;
	clear: none;
	float: right;
	margin-top: 20px;
}
#contenido strong {
	color: #003366;
	font-weight: bold;
}
#contenido a:link, #contenido a:visited, #contenido a:active {
	color: #0000FF;
	text-decoration: underline;
}
#contenido a:hover {
	color: #000099;
	text-decoration: underline;
}
#contenido h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
#contenido h1 {
	font-size: 28px;
	color: #003366;
}
#contenido h2 {
	font-size: 24px;
	color: #FF6600;
}
#contenido h3 {
	font-size: 18px;
	color: #999999;
}
#contenido h4 {
	font-size: 16px;
	color: #669900;
	background-color: #f8fff1;
}
#contenido p {
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 16px;
	
}
#contenido .foto {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #003366;
}
#contenido ul, #contenido ol {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #333333;
}
#contenido ul li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: square;
}
#contenido ol li {
	margin-left: 40px;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}
#contenido .telefono {
	font-size: 36px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #FF6600;
	background-color: #FFF1E8;
	padding: 20px;
}
#contenido .fizq {
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}



/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
	width: 99%;
}
label {
	display:block;
	font-weight:bold;
	color: #003366;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #B1C1D1;
	padding: 10px;
	margin-bottom: 10px;
}
legend {
	color: #003366;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #B1C1D1;
}
input, select, textarea {
	border: 1px solid #B1C1D1;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: 684px;
	margin-top: 10px;
	border: 3px solid #d70202;
}
/* -------------------------- GALERIA -------------------------- */
#galeria{
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#galeria .marco {
	text-align: center;
	border: 1px solid #003366;
	padding: 2px;
	clear: none;
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
}
#galeria img {
	background-color: #FFFFFF;
	clear: both;
}
#galeria p {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #003366;
}
#galeria a:link, #galeria a:visited, #galeria a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#galeria a:hover {
	color: #FFCC00;
	text-decoration: none;
}
/* ----------------- LISTADO ----------------------- */
#provincias {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #003366;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ECF5FF;
	overflow: hidden;
}
#provincias ul {
	font-size: 9px;
	padding-bottom: 10px;
}
#provincias li {
	display: inline;
	width: 100px;
	margin: 2px;
	clear: none;
	float: left;
}
#distri {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #003366;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
/* ********************** PIE ********************** */
#pie {
	width: 100%;
	height: 70px;
	overflow: visible;
	clear: both;
	padding-top: 15px;
	background-color: #003366;
}

#cajapie {
	height: 60px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#pie p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

#pie h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
}

#pie strong {
	font-weight: bold;
}
#pie a:link, #pie a:visited, #pie a:active {
	color: #D8E0E8;
	font-size: 10px;
	text-decoration: none;
}
#pie a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ------------- TABLAS ---------------------------- */
.imgdch {
	float: right;
	margin-bottom: 5px;
	margin-top: 8px;
	padding: 4px;
	margin-left: 5px;
}

#cajatabla{
	float: right;
	clear: inherit;
	width: 260px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}


.tabla {
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #003366;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabla td {
	border: 1px solid #003366;
	font-size: 14px;
	padding: 3px;
}
.tdtitulo {
	color: #FFFFFF;
	background-color: #003366;
	text-align: center;
	font-weight: bold;
}
.tduno {
	background-color: #FFF3EC;
	text-align: right;
}
.tddos {
	text-align: right;
}

/* ------------------------------------ OTRAS -------------------------------------#F5F5F5; */
.cuadro {
	background-color: #fff1e8;
	padding: 20px;
	margin-bottom: 20px;
	width: 640px;
	clear: both;
	overflow: hidden;
}


