div.mainDivOff {
	display: none;
}

div.mainDivOn {
	display: block;
}

.error
{
	color: #ff0000;
	font-size:10px;
}

.ok
{
	color: #7ea800;
	font-size:10px;
}

.classAddImagen 
{
	font-size: 12px;
}


#cargando 
{
	padding-left:2px;
	padding-right:2px;
	background-color:#CC0000;
	color:#FFFFFF;
	font-size:12px;
	right:3px;
	top:3px;
	position:fixed;
	display: none;
}

.divValidador
{
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
}



.highslide {
	cursor: url(/img/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(/img/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(/img/controlbar4.gif);
	width: 167px;
	height: 34px;
	margin-top: -15px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/img/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#contenidoAjax {
	margin: 0;
}



.word {
//font-family: Tahoma;
//padding: 2px 2px 2px 2px;
//letter-spacing: 1px;
}
.word a:link 
{
	color: #ccc;
	text-decoration: none;
}
.word a:visited 
{
	color: #ccc;
	text-decoration: none;
}
.word a:hover 
{
	color: #000;
	text-decoration: underline;
}
.word a:active 
{
	color: #ccc;
	text-decoration: none;
}


span.size1 {
color: #000;
font-size: 3.5em;
}
span.size2 {
color: #333;
font-size:3.0em;
}
span.size3 {
color: #666;
font-size: 2.7em;
}
span.size4 {
color: #999;
font-size: 2.3em;
}
span.size5 {
color: #aaa;
font-size: 2.0em;
}
span.size6 {
color: #bbb;
font-size: 1.5em;
}
span.size7 {
color: #ccc;
font-size: 1.4em;
}
span.size8 {
color: #ddd;
font-size: 1.2em;
}
span.size0 {
color: #ccc;
font-size: 1.0em;
}

#limiteEtiquetas
{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: justify;
}


.micontainer {
	height:40px;
}


.progresscontainer {
	background-color:#CBEB51;
	border:0px solid black;
	height:20px;
	width:300px;
	padding:0px;
}

.progressbar {
	width: 0px;
	background-color:#A0BE28;
	height:20px;
}

