
html,body{ width:100%;height:100%;}


.centrado {
     margin: 0 auto;
     width:90%;
     text-align:center;
                      }
.marginauto
{
	margin: 0 auto;
	}
        

.link
{
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	color:White;
	
	}

.textoCG
{
	font-family:Verdana;
	font-size:small;
	color:Green;
	}
	
.textoCG2
{
	font-family:Verdana;
	font-size:small;
	font-weight:normal;
	color:Black;
	}
	
	.textoCG3
{
	font-family:Corbel;
	font-size:15px;
	font-weight:bold;
	color:Black;
	
	}
	
.modalPopup 
{
	background-image:url(imagenes/panel.png);
	background-repeat:no-repeat;
	width:330px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
	
.autocut {
width:200px;
border:1px solid #333;
overflow:hidden;
white-space:normal;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}

.grisecillo
{
	font-style:italic;
	color:Gray;
}