input.rf-plhdr, input.placeholderStyle{
	color: #C0C0C0;
}
.calendarCombo{
	width: 220px;
}
.results{
	text-align:center;
}
.userEvent{
	vertical-align: top;
}
.rvgRowOne{
	background-color: #FFFFFF;
}
.rvgRowTwo{
	background: url("../img/btnMenu.gif") repeat-x scroll left bottom #FFFFFF;
	list-style: none outside none;
}

.columnHeader{
	color: #FFFFFF;
}

a {  text-decoration: none}

a:link    {color:black;}
a:visited {color:black;}
a:hover   {text-decoration: underline;
	color:blue;}
	
.columnHeader{
	color: #FFFFFF;
}

html {
	overflow-y: scroll;
}

body {
	font-size: 12px;
	margin: 0;
}

a img {
	border: none;
	padding-right: 15px;
	padding-left: 15px;
}

h1 {
	font-size: 1.6em;
	margin-top: 0;
}

/*--------------- Estilos Formularios --------------------*/	

input[type=submit], input[type=button] {
	font-size: 11px;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}	

input[type=text], input[type=password], textarea {
	font-size: 12px;
	padding-left: 1px;
	background: #FFFFFF;
	width: 436px;
}

input[type=password]
{
	width: 200px;	
}

select {
	font-size: 13px;
	background: #FFFFFF;
	width: 440px;
}

.input-calendar input[type=text]
{
	width: 416px;
}

.input-passwd input[type=password]
{
	width: 200px;	
}

/* -----------------------------------*/

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
	padding-top: 10px;
}

.footer {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.rich-table {
	width: 100%;
}

.body {
	padding: 30px;
}
.message {
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 12px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 215px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

.required {
	color: #FF0000;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 

.filterCenter {
	width: 35em;
	margin-left: auto;
	margin-right: auto
}

.filterCenter a{
	text-align: center;
}

.headerEntidad{
	font-size: 18px;
	text-align: center;
}

.button {
  background: #4A75B5;
  color: #FFFFFF;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  border: 1px solid #C8C8C8;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.6) 3px 5px 5px;
  -moz-box-shadow: rgba(0,0,0,0.6) 3px 5px 5px;
  box-shadow: rgba(0,0,0,0.6) 3px 5px 5px;
  cursor:pointer;
  position: relative;
  float:left;
  margin:2px;
  
}

.button a {
  color: #FFFFFF;
  text-decoration: none;
}

.button a p{
  white-space:normal; 
  width:10ex
}

.button:hover{ background-color: #3399FF; } 

.initialsButton {
  background: #C8C8C8;
  text-align: center;
  color: #0066CC;
    /* border-radius */
  -webkit-border-radius: 10px;
  -moz-border-radius: 5px;
  border-radius: 20px;
  border: 1px solid #A0A0A0;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
}

.initialsButton a {
  color: #0066CC;
}

.popupPanel{
    position: fixed;
    left: 50%;
    top: 50%;
	margin-left: -10%;
	margin-top: -10%;
	visibility:hidden;
	display:none;
}

.popupBackground{
    position: fixed;
    border: 0;
    top: 1px;
    background: #d0d0d0;
    opacity:0.5;
    height: 100%;
    width: 100%;
    left: -1px;
    visibility:hidden;
	display:none;
}

/* the specificity here is necessary to override the defaults */
/*
.rich-panel .rich-panel-header,
.rich-stglpanel .rich-stglpanel-header {
	padding: 2px 3px;
}*/

.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
	text-decoration: underline;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 1.2em;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
   border: 0;
}

table.radio td {
   padding: 0 2px;
}

table.radio input[type=radio] {
   vertical-align: bottom;
}

/* Estilos tablas*/

*.rf-dt-shdr-c
{
    background: #1778BD none;
    border-right: solid 1px #C0C0C0;
    padding: 4px 4px 4px 4px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-family: Arial,Verdana,sans-serif;
	white-space: nowrap;
}

*.rf-dt-shdr-c a:hover
{
	color: gray;
	text-decoration: underline;
}

*.rf-dt-shdr-c a:visited
{
	color: white;
}

*.rf-dt-shdr-c a:link
{
	color: white;
}

*.rf-ds-nmb-btn
{
	cursor: pointer;
	width: 2em;
	text-align: center;
	margin-left: 1px;
	margin-right: 1px;
	padding: 2px 2px 3px 2px;
	border: 1px solid transparent;
	border-top-color: #000000;
	background: #C0C0C0 none repeat-x top left;
	display: inline-block;
	font-size: 11px;
	font-family: Arial,Verdana,sans-serif;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

*.rf-ds-nmb-btn:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #1778BD;
	color: #184D82;
	text-decoration: underline;
	background: #FFF none repeat-x top left;
}

*.rf-ds-nmb-btn:link {
	border-width: 1px;
	border-style: solid;
	border-color: #1778BD;
	color: #184D82;
	background: #FFF repeat-x top left;
}

/*Estilos pestaNas*/


*.rf-tab-hdr-brd 
{
	border: 1px solid #C0C0C0;
	border-top: 0;
	height: 0;
	background: #C0C0C0;
}

*.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top 
{
	background: #f2f2f2 none;
	border: 1px solid #C0C0C0;
	border-bottom-width: 0;
	padding-top: 2px;
	overflow: hidden;
	height: 25px;
	white-space: nowrap;
	position: relative;
}

*.rf-tab-hdr-act.rf-tab-hdr-top 
{
	padding: 0 5px 3px 5px;
	border-bottom: 0;
	font-weight: bold;
	vertical-align: top;
	background: #f2f2f2 url("../img/tab.png") repeat-x top;
	cursor: default;
	color: #000000;
}

*.rf-tab-hdr-inact.rf-tab-hdr-top 
{
	vertical-align: top;
	padding: 0 5px 3px 5px;
	background-image: none;
}

*.rf-tab-hdr 
{
	white-space: nowrap;
	border: 1px solid #C0C0C0;
	cursor: pointer;
	color: #fff;
	background: #4D4D4D none repeat-x top;
}


*.rf-dt-hdr-c {
	border: #C0C0C0 1px solid;
	background: #1778BD none top left;
	color: #ffffff;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
	text-align: center;
}

*.rf-dt-ftr-c 
{
	border: #f2f2f2 1px solid;
	color: #000;
	background-color: #f2f2f2;
	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}

*.second-panel
{
	border: #C0C0C0 0 solid
}

*.rf-au-lst-scrl {
	width: 438px;
	max-height: 100px;
}
.dosFilas {
	float: left;
	width: 45%;
    padding-top: 9px;
}

.dosFilasInner{
    padding-top: 9px;
}

.linkright {
	float: right;
	width: 45%;
}

.tablePopup{
	width: 100%;
}

.menuWithSubMenu{
	border:none;
	padding-left:15px;
	padding-right:15px;
}

/*Estilo logo SFC*/
.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.flexbox-container > div {
    width: 50%;
    padding: 10px;
  background: #fff;
}

.flexbox-container > div:first-child {
    margin-right: 10px;
}