/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  cursor:pointer;
}

.mensajeError {
background: rgb(255, 243, 243);
color: red;
font-weight: bold;
padding: 7px 8px 7px 7px;
text-align: center;
   
}
/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

/* Estilos GWT*/

.bloqueo {
  background-color: #000;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.desbloqueo {
  background-color: #FFFFFF;
  width: 400px;
   filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  z-index:0;
  
}

.opaco {
  background-color: #FFF;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  
}
.clicleable{
	cursor:hand;
	cursor:pointer;
}

.scrollable{
 overflow:scroll;
}
h2 {
  margin: 10px 0px 20px;
  text-align: center;
}

.accederestilotab{
	background-color:#FFFFFF;
	cursor:pointer;
}
.accederestilocuerpo{
	background-color:#FFFFFF;
}
.registrarestilotab{
	background-color:#FFFFFF;
	cursor:pointer;
}
.registrarestilocuerpo{
	background-color:#FFFFFF;
}
.left-topmenu {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	height: auto;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-right: 40px;
	padding-bottom: 14px;
	padding-left: 14px;
	float: right;
	text-decoration: none;
}

.gwt-DecoratedTabBar {
margin-top:20px;
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
  width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
  border-collapse: collapse;
  margin-left: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
  padding: 0px;
  background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
  padding: 0px;
  zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
}
.gwt-DecoratedTabBar .tabTopLeft {
  background: url(images/corner.png) no-repeat 0px -55px;
  -background: url(images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
  background: url(images/corner.png) no-repeat -6px -55px;
  -background: url(images/corner_ie6.png) no-repeat -6px -55px;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
  width: 6px;
  padding: 0px;
  background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
  width: 1px;
  height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
  padding: 0px 4px 2px 4px;
  cursor: pointer;
  cursor: hand;
  color: black;
  font-weight: bold;
  text-align: center;
  background: #d0e4f6;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
  background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
  background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
  background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
  background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
  cursor: default;
  background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
  cursor: default;
  color: #999999;
}
html>body .gwt-DecoratedTabBar {
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
  width: 6px;
  height: 6px;
  overflow: hidden;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
  border-color: #92c1f0;
  border-style: solid;
  border-width: 3px 2px 2px;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  width:980px !important;
  height:350px !important;
  padding: 6px;
}

.BarraInferior{

  height:30px !important;
  font-size: 14px;
  cursor:pointer;
  cursor:hand;
  display: block;
	margin: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:fixed;
	text-decoration: none;
	 text-align: center;

}


.FondoAzul{
 background: #d0e4f6;
}

.Autenticacion{
 background: #d0e4f6;
 width:300px;
height:230px;
}

.TituloAutenticacion{
 background: #d0e4f6;
 border-color: #92b1f0;
 border-style: solid;
 border-width: 1px;
 left:10px;
}

.logo{
	vertical-align:text-left;	
	text-align: left;
	margin: 0px;
	padding:0px;
}
.comentarios{
	width:150px;
	background-position:left;	
}
.miembros{
	width:150px;
	background-position:left;	
}
.TituloBlanco{
color:white;
font-style:blond;
}
.FondoBG{
z-index:-1 !important;
}
