@charset "utf-8";
/* CSS Document */

.clear {
clear:both;
}

.clear-left {
clear:left;
}

.clear-right {
clear:right;
}

.float-left {
float:left;
}

.float-right {
float:right;
}

.text-left {
text-align:left;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}

.text-justify {
text-align:justify;
}

.bold {
font-weight:700;
}

.italic {
font-style:italic;
}

.underline {
border-bottom:1px solid;
}

.text-small {
font-size:0.7em;
}

.text-normal {
font-size:0.8em;;
}

.text-large {
font-size:1em;
}

.highlight {
background:#ffc;
}

.img-left {
float:left;
}

.img-right {
float:right;
}

.nopadding {
padding:0;
}
.nomargin {
margin:0;
}

.noindent {
text-indent:0 !important;
}

.nobullet {
list-style:none;
list-style-image:none;
}

.nooutline {
outline-style:none !important;
}
.noborder {
border:0;
}
.nobackground {
background:none;
}

/*Fixes a table bug*/
.background-white td{
background-color: #FFFFFF !important;
}

.width-auto{
width: auto;
}
.nodisplay {
display:none;
}
.align-center 
{
margin-left:auto;
margin-right:auto;
}
.align-right 
{
text-align:right;
margin-left:0;
margin-right:0;
}
.valigh-top
{
vertical-align:top;
}

.fixed-margin-top
{
margin-top:15px;
}

.link-activar
{
color:#CC0000 !important;
}

.link-activo
{
color:#009900;
}