/* template.css
   JPortal Client
*/

/* ========== Normalizacion ======================================================================*/

* {
	padding: 0; 
	margin: 0;
	border: 0 none;
	font-family: "Trebuchet MS","Lucida Sans",Calibri,Verdana;
    font-size: 1em;
	line-height: 1.3em;
}

/* ========== HTML Elements ======================================================================*/

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	margin: 0px !important;
}

.floatl {
	float:left;
}

.floatr {
	float: right;
}



/* ========== JPortal ============================================================================*/

.jp-container {
	padding: 10px;
}

/* ========== Errores ============================================================================*/

.jp-client-msg {
	color:#FFFFFF; 
	font-size:80%; 
	font-weight:bold; 
	font-family:arial,sans-serif;
	text-align:center; 
	white-space: nowrap;
	padding:0 5px; 
	margin:0; 
	position: absolute; 
	top: 15; 
	left: 500px;
}

.jp-msg-i {
	font-size:0;
	background:#676767 none repeat scroll 0 0;
	color:#FFFFFF;
}

.jp-msg-h {
	background:#676767 none repeat scroll 0 0;
	color:#FFFFFF;
}

.jp-msg-j {
	background:transparent url(../../images/public/rc2.png) no-repeat scroll 0 0;
}

.jp-msg-g {
	background:transparent url(../../images/public/rc2.png) no-repeat scroll -4px -4px;
}

.jp-msg-f {
	background:transparent url(../../images/public/rc2.png) no-repeat scroll 0 -4px;
}

.jp-msg-k {
	background:transparent url(../../images/public/rc2.png) no-repeat scroll -4px 0;
}

.jp-msg-h, .jp-msg-k, .jp-msg-g, .jp-msg-f {
	font-size:0;
	height:4px;
	width:4px;
}

.jp-msg-h {
	font-size:80%;
	font-weight:bold;
	padding:0 15px;
	text-align:center;
}

.jp-template {
	width: 100%;
}

.jp-template-middle {
}

.jp-central-classifications {
	width: 70%;
	min-height: 220px;
	.height: 220px;
	height: 220px;
	vertical-align: top;
}

.jp-central-mostViewed {
	min-height: 220px;
	.height: 220px;
	vertical-align: top;
}

.jp-special-and-part {
	min-height: 50px;
	.height: 50px;
	height: 50px;
	vertical-align: top;	
}

.jp-specific-and-links {
	min-height: 90px;
	.height: 80px;
	vertical-align: top;
}

.jp-menu {
	height: 26px;
	vertical-align: top;
}	
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#container {
	margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    text-align: center;
}

#inside-container {
	border-left: 0px solid #C1C1C1;
	border-right: 0px solid #C1C1C1;
	background-color: white;
	margin: 0 auto;
	text-align: left;
	width: 96%;	
}

#inside-container2 {
	background-color:white;
}

#content{
	min-height:420px;
	color: #575854;
	border: #ccc 1px solid;
	margin: 10px;
	margin-top: 0;
}

h2, h2 * {
	line-height:1.2em;
}

.clearfix {
	*display:inline-block;
} 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ========== About ==============================================================================*/

div.text {
	padding:3em 7em;
}

div.text h1 {
	font-size:3em;
	font-weight:normal;
}

div.text p {
	margin:1em 0;
}

/* ========== Cabecera============================================================================*/

#cabecera {
	margin:0;
	position:relative;	
}
#cabecera_izquierda {
	float:left;
	height:158px;
	width:180px;
}
#cabecera_izquierda_superior {
	background-image:url(../../images/public/esq01.jpg);
	background-repeat:no-repeat;
	height:132px;
}
#cabecera_izquierda_inferior {
	background-color:#575854;
	background-image:url(../../images/public/esqinf.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#cabecera_derecha {
	float:right;
	height:80px;
	text-align:right;
	width:824px;
}
#cabecera_derecha_superior {
	background-repeat:no-repeat;
	height:80px;
	vertical-align:middle;
	width:824px;
	background-color: #09475E;
}
.imaxeEsquerda {
	border:0 none;
	float:left;
}
.imaxeXunta {
	border:0 none;
	margin-right:20px;
	margin-top:25px;
}
#cabecera_derecha_inferior {
	background-color:#575854;
	height:22px;
	padding-top: 5px;
	width:824px;
}

#div_enlaces_cabecera {
	color:orange;
}

h1.textoTitulo {
	-x-system-font:none;
	color:white;
	font-family:verdana,serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-top:0;
	text-align:center;
}

#cabecera #inferior {
	height: 30px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
#cabecera #superior {
/*	background-color: #09475E; */
/*	height: 82px; */
	background-color: #E0EAF3;
	background-image: url("../../images/corpo.jpg");
	background-repeat: repeat;
	
}