/* @override 
	http://insigniacreativa.com/murcia_empresa/boceto/estilos.css
	http://insigniacreativa.com/murcia_empresa/boceto1/estilos.css
*/

a:link, a:visited {
	text-decoration: underline
}

html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00135e;
	overflow: hidden;
}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	font-size: 12px;
	color: #00135e;
	overflow: hidden;
}

a:hover.negro10px {
	color: #666;
}

.cabecera {
	color: #f9005a;
	font-weight: bold;
	font-size: 22px;
}

a.cabecera {
	color: #f9005a;
	font-weight: bold;
	font-size: 22px;
	text-decoration: none;
}

a:hover.cabecera {
	color: #00135e;
}

.subcabecera {
	color: #00135e;
	font-size: 16px;
	font-style: italic;
}
#caja {
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
#cabecera {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00135e;
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1000px;
	height: 100px;
	margin-left: -500px;
	z-index: 10;
	border-left: 1px solid #00135e;
	border-right: 1px solid #00135e;
}
#menu {
	background-color: #fdd4df;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00135e;
	position: absolute;
	left: 50%;
	top: 100px;
	width: 300px;
	z-index: 9;
	bottom: 0;
	margin-left: -500px;
	border-left: 1px solid #00135e;
	overflow-y:auto;
	overflow-x:hidden;
}

* html #menu {
	top:0;
	bottom:0;
	height:100%;
	width: 300px;
	border-top:100px solid #fff;
	border-bottom:0px solid #fff;
	}
#contenido {
	position: absolute;
	left: 50%;
	top: 100px;
	width: 700px;
	margin-left: -199px;
	z-index: 8;
	bottom: 0;
	border-right: 1px solid #00135e;
	overflow: auto;
}

* html #contenido {
	top:0;
	bottom:0;
	height:100%;
	border-top:100px solid #fff;
	border-bottom:0px solid #fff;
	width: 700px;
}
#entrada {
	position: absolute;
	left: 50%;
	top: 100px;
	width: 1000px;
	z-index: 8;
	bottom: 0;
	overflow: auto;
	margin-left: -500px;
	z-index: 5;
	border-left: 1px solid #00135e;
	border-right: 1px solid #00135e;
	background-color: #fdd4df;
}
* html #entrada {
	top:0;
	bottom:0;
	height:100%;
	border-top:100px solid #fff;
	border-bottom:0px solid #fff;
	width: 1000px;
}

.texto {
	color: #00135e;
	font-size: 12px;
}
a.texto {
	color: #00135e;
	font-size: 12px;
}
.cabecera_azul_claro {
	color: #006aaf;
	font-weight: bold;
	font-size: 22px;
}
.subcabecera_azul_claro {
	color: #006aaf;
	font-size: 16px;
	font-weight: bold;
}
.texto_azul_claro {
	color: #006aaf;
	font-size: 12px;
}
#tabla, tr,  {
	border: 1px solid #C00;
}
.texto8 {
	color: #00135e;
	font-size: 8px;
}
.texto10 {
	color: #00135e;
	font-size: 10px;
}
a.texto_blanco {
	color: #FFF;
	font-size: 12px;
}

a:hover.texto_blanco {
	color: #006aaf;
}
#tabla_1px {
	border: 1px solid #00135e;
}

