﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.bodyApp
{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #666666;
	
	background-color:#97C3D7;	
	background-image: url(images/bg.png);
	background-repeat:no-repeat;
	background-position:left top;	
}

.logotipo
{
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url(images/logotipo.png);	
	height:120px;
	width:210px;	
	text-align:center;
}

.logotipo_popup
{
	background-repeat:no-repeat;
	background-position:center center;
	background-image: url(images/logotipo.png);	
	width:200px;
	height:80px;	
	text-align:center;
}

.menu_entradas
{
	vertical-align:top;	
	text-align:left;
}

.notif
{
	vertical-align:top;
	text-align:right;
	padding-right:10px;
	height:35px;
}

.user
{
	font-size:10px;
	font-style:italic;
	text-align:right;
	padding-right:10px;
}


.barra
{
	vertical-align: top;
	padding-top: 0px;	
	text-align:left;
}

.barra_popup
{
	vertical-align:middle;
	padding-top:0px;
}

.languages
{
	vertical-align: top;
	text-align: right;	
	padding-right:10px;
}

.languages_sel
{
	border-bottom: solid 2px #F78F1E;
	padding: 0px;	
}

.module
{
}

.moduleTitle
{
	background-repeat:repeat-x;	
	background-image: url(images/sep.jpg);	
	height:30px;
	width:100%;	
	border: solid 1px #ABC1DE;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 1.1em;
	color:#5D8CD3;
	font-weight:bolder;
}

.moduleContent
{
	background-color:#F4F7FE;
	border-left: solid 1px #ABC1DE;
	border-right: solid 1px #ABC1DE;
	border-bottom: solid 1px #ABC1DE;
	height:100%;
}

.moduleTitle_popup
{
	background-repeat:repeat-x;	
	background-image: url(images/sep.jpg);	
	height:30px;
	width:100%;	
	border-left: solid 1px #ABC1DE;
	border-right: solid 1px #ABC1DE;
	border-top: solid 1px #ABC1DE;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 1.1em;
	color:#5D8CD3;
	font-weight:bolder;	
}

.moduleContent_popup
{		
	background-color:#E3EEF4;
	border: solid 1px #ABC1DE;	
	padding: 2px;
}

.tdLeft
{
	padding: 5px 5px 5px 5px;
	text-align: right;	
	font-size:11px;
	font-family:Verdana;
	width:15%;	
}

.tdRight
{
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.tdRow
{
	font-size:11px;
	font-family:Verdana;		
	padding:5px;
	color:#5D8CE3;
	font-weight:bolder;
}





