body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
	min-height: 680px;
}

#pageVerysimplewithouttitle
{
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    border: 2px solid #4C99C5;
    min-height: 680px;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
	height: 80px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 19px 0px 0px 0px;
	font-size: 200%;
	text-align: center;
	float: left;
	width: 53%;
	height: 50px;
}

#logo_img
{
	float: left;
}

#session {
	padding: 19px 0px 0px 0px;
	float: left;
	height: 50px;
}

#session table tr td {
	padding: 0px 2px 0px 0px;
	vertical-align: middle;
}

#session table tr td a {
	text-decoration: none;
}

#mainmenu
{
    /*text-align: center;*/
    width: 100%;
}

#mainmenu ul
{
    background:white url(bg.gif) repeat left top;
    border:2px solid #C9E0ED;
    border-width:6px 3px;
    border-radius:12px 12px 12px 12px;
    list-style:none;
	padding:0;
	margin:0 auto;
	/*position:relative; 
	z-index:-1;*/
}

#mainmenu ul li
{
	/*margin-top:-23px;*/
    /*-moz-transition:  0.5s linear 0.5s;
    -ms-transition: 0.5s linear 0.5s;
    -o-transition: 0.5s linear 0.5s;
    -webkit-transition: 0.5s linear 0.5s;
    transition: 0.5s linear 0.5s;*/
	
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	display: block;/*inline*/
	line-height:25px; 
	outline:0;
}

#mainmenu ul li span {
	padding-left:15px;
	color:#ffffff;
	line-height: 25px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	/*padding: 5px 20px;*/
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

#celdaMenu {
	vertical-align: top;
}

#visitaBuscarTabla {
	border: 1px solid black;
}

fieldset {
	border: 1px solid black;
	padding-left: 3px;
}

/*#tbl-visita-invitado-form,*/ /*#tbl-visita-form*//*, #tbl-visita-invitado-grid*/ /*{
	border: 1px solid black;
}*/

#tbl-visita-invitado td {
	vertical-align: top;
}

#celdaBotonBuscar {
	text-align: center;
}

#visitaConsultarTabla {
	margin-bottom: 0px;
}