body {
	margin: 0;
	color: #555;
	background: #dddddd url(../imagenes/fondo.gif) repeat-y;
	background-position: center;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
}

/**	CONTENEDORES **/
#principal {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #fff;	
	/*border: solid 1px #4B529D;*/
	border: none;
	font-size: 12px;
}
#cabecera {
	height: 200px;
	padding: 0;
	border-color: #222;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	background: #fff /*url(../imagenes/banner.jpg) no-repeat*/;
}
#noflash {
	height: 20px;
	color:#fff;
	padding: 2px;
	font-weight: bold;
	/*border-color: #222;
	border-style: solid;
	border-width: 0px 0px 1px 0px;*/
	background: #c00 /*url(../imagenes/banner.jpg) no-repeat*/;
}
#menu {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #cc3300;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px 15px 5px;
	width: 155px;
	text-align: center;
}
#contenido {
	margin-left: 170px;
	margin-right: 10px;
	font-size: 12px;
	color: #555;
	text-decoration: none;
/*	width: 540px;*/
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-color: #303030;
}
#pie {
	font-size: 11px;
	color: #fff;
	padding: 0;
	text-align: center;
	clear: left;
	background: #397ACE url(../imagenes/pie.png) repeat-x;
}

/** LINKS **/
a {
	color: #4B529D;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
a.pie {
	color: #ddd;
	text-decoration: underline;
	font-weight: bold;

}
a.pie:hover {
	color: #fff;
	text-decoration: none;
}
a.menu {
	color: #555;
	height: 20px;
	border-width: 0px 1px 1px 1px;
	border-color: #666;
	border-style: solid;
/*	border: solid 1px #666;*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 5px 0px 2px 5px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	background: #fff ;
}
a.menu:hover {
	color: #4B529D;
	text-decoration: none;
	background: #eee;
}

a.menu1 {
	color: #fff;
	border: none;
	font-size: 13px;
	text-decoration: none;
	padding: 0px;
	margin: 0;
	display: block;
	background: none;
}
a.menu1:hover {
	color: #ccc;
	text-decoration: none;
	padding-left: 12px;
	background: none;
}

a.img {
	text-decoration: none;
}
a.img:hover {
	text-decoration: none;
	position: relative; top: +1px; right: -1px;
}

a.validar {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
a.validar:hover {
	color: #555;
	text-decoration: none;
}
/** VARIOS **/
hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color: #cc3300;
	font-size: 13px;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
}
h1 {
	color: #4B529D;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #4B529D;
}
h1.admin {
	color: #fff;
	background: #4B529D;
	font-size: 38px;
	text-decoration: none;
	text-align: center;
	margin: 0;
	font-weight: bold;
	padding: 5px;
	border-width: 0px 0px 1px 0px;
	border-style: double;
	border-color: #4B529D;
}
h2 {
	color: #c00;
	font-size: 15px;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	padding: 3px 3px 1px 1px;
	margin: 0;
	border-width: 0px 0px 0px 0px;
	border-style: dashed;
	border-color: #cc3300;
}
h3 {
	color: #f00;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: BOLD;
	padding: 2px 2px 2px 2px;
}
h4 {
	color: #fff;
	height: 24px;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 5px 3px 0px 8px;
	margin: 0;
	/*border: 1px solid #397ACE;*/
	background: #397ACE url(../imagenes/menu.png) no-repeat;
	background-position: top;
}
h4.menu1 {
	color: #fff;
	height: 25px;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	padding: 8px 3px 0px 8px;
	margin: 0;
	/*border: 1px solid #397ACE;*/
	background: #397ACE url(../imagenes/menu1.png) no-repeat;
	background-position: top;
}
img {
	border: 0;
}
.img-izq {
	float: left;
	margin: 5px 10px 5px 5px;
	border: 4px solid #ccc;
}
.img-der {
	float: right;
	margin: 5px 5px 5px 10px;
	border: 4px solid #ccc;
}
.img-cent {
	text-align: center;
	border: 4px solid #ccc;
}
.left {
	float: left;
	margin: 3px;
}
.right {
	float: right;
	margin: 3px;
}
input{
	width: 250px; 
	color: #555;
	font: bold 12px 'Courier New';
	border: 1px solid #397ACE;
}
textarea{
	width: 250px;
	height: 120px;
	color: #555;
	font: bold 12px 'Courier New';
	border: 1px solid #397ACE;
	overflow: auto;
}
textarea.edit{
	width: 500px;
	height: 120px;
	color: #555;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;
	border: 1px solid #397ACE;
	overflow: auto;
}
input.boton {
	font: bold 11px Verdana;
	color: #fff;
	width: 100px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: solid 2px #222;
	background: #4B529D;
}
small{
	color:#888;
	font-weight: bold;
}



/* zoom */

/* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 3px solid #ccc;
}
.highslide:hover img {
	border: 3px solid #222;
}

.highslide-image {
	/*border: 10px solid white;*/
	border: 10px solid #222;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
    cursor: hand;
}
.highslide-caption {
    display: none;
    color: #fff;
    font-weight: bold;
    /*border: 5px solid white;*/
    border: 5px solid #222;
    border-top: none;
    padding: 5px;
    /*background-color: white;*/
    background-color: #222;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../highslide/graphics/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;
}
