@charset "utf-8";

body { 
	margin:0px; 
	padding:0px;
	background:#dcdcdc url('../img/jpl_bg.png') repeat-x; 
	color:#424242; 
	font-family:Segoe UI,Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}

.sombracont { 
	position:relative; 
	min-height:100%; 
	margin:0 auto; 
	padding:0; 
	margin-bottom:0px;
	width:850px;
	background-image:url(../img/jpl_shadow_bg_continued.png); 
}
p {
	color:#242424;
	font-size:11px;
	/*line-height:0.4em;*/
	margin:15px 0 0;
}
.sombra { 
	position:relative; 
	min-height:700px; 
	margin:0 auto; 
	padding:0; 
	width:850px; 
	background-image:url(../img/jpl_shadow_bg.png);
	background-repeat:no-repeat; 
}

.paginacont{ 
	position:relative; 
	min-height:100%; 
	margin:0 auto; 
	padding:0; 
	width:790px; 
	background:white; 
}

.pie { 
	position:relative; 
	bottom:0px; 
	margin:0 auto;
	width:790px; 
	text-align:center; 
	background:url('../img/jpl_footer_bg.gif') repeat-x; 
	padding:7px 0;  
} 

.contenido {
	padding:8px;
	min-height:720px;
	height:100%;
}

.arriba{
	height: 95px;
	position:relative;
	background-image: url(../img/cabecera.jpg);
	background-repeat:  repeat-x;
}
.linea{
	height: 10px;
	background-image: url(../img/f-linea.jpg);
	background-repeat:  repeat-x;
	margin:0px;
}
.menucont{
	width:100%;
	display:block;
	clear:both;
	margin:0px;	
	height: 25px;
	/*background-image: url(../img/menucont.gif);*/
	background-repeat:  repeat-x;
}
.itemmenu{
	float:left;
	height: 25px;
	width:110px;
	text-align:center;
}
.itemmenu a{
	padding-top:5px;
	height: 25px;
	display:block;
	color:#353535;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.itemmenu a:hover{
	background:#3b5998;
	text-decoration: none;
	color: #ffffff;
	height: 20px;
}
.sesion{
font-size:10px;
float:right;
text-align:right;
width:200px;

}
.flashcabecera {
height:160px;
position:relative;
margin:0;
}

.tinytextarea{
	width:600px;
	margin:0 auto;
	padding:0;
}

.tinytextarea table.mceLayout,.tinytextarea div table.mceLayout,.tinytextarea div div table.mceLayout{
	width:600px !important;
}

.clear{display:block; height:0px; clear:both;}


