
@charset "utf-8";

a {
	color:#339999;
	text-decoration:none;
}
a:hover {
	color:#99CC33;
	text-decoration:underline;
}

body {
	font: 100% Georgia,"Times New Roman",Times,serif;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #AAB100;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* POSICIONAMIENTO DE BLOQUES*/

/*IE*/

.oneColFixCtr #logo {
	position:absolute;
	margin-top: -120px;
	margin-left: -30px;
	height: 290px;
	width: 290px;
}

.oneColFixCtr #decosuperior {
	position:absolute;
	margin-top: -40px;
	margin-left: 600px;
}

.oneColFixCtr #botonerasuperior {

	color:#000000;
	position:absolute;
	margin-top: -40px;
	margin-left: 220px;
}
.oneColFixCtr #botonerasuperior a{
	font-size:10px;
	color:#D4DE00;
	}
	
.oneColFixCtr #botonerasuperior a:hover{
	font-size:10px;
	color:#E00B7A;
	}

.oneColFixCtr #tituloseccion {
	position:absolute;
	margin-top: 60px;
	margin-left: 530px;
}

.oneColFixCtr #ilustraseccion{
	position:absolute;
	margin-top: 200px;
	margin-left: 0px;
}

.oneColFixCtr #container {
	width: 810px;  
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	width: 550px;
	height: 320px;
	padding-left: 30px;
	position: absolute;
	margin: 150px 0 120px 0px;
	overflow:auto;
	/*margin: 0.3em auto;*/
}

.oneColFixCtr #fondoLayout {
	margin-top: 100px;
	background-image: url(../images/canvas.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 810px;
	height: 610px;	
}


.oneColFixCtr #mainContentERROR {
	width: 450px;
	height: 360px;
	padding-left: 40px;
	position: absolute;
	margin: 50px 0 0px 0px;
	overflow:auto;

}
.oneColFixCtr #mainContentERROR p {
	font-size:12px;
	color:#000000;
}

.oneColFixCtr #mainContentERROR h1 {
	font-size:14px;
	color:#E42B87;
}

.oneColFixCtr #fondoErrores {
	margin-top: 50px;
	background-image: url(../images/fondoerrores.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 516px;
	height: 425px;	
}


/* ESTILOS TIPOGRAFICOS*/

.oneColFixCtr #mainContent h1 {
font-size:16px;
font-style:italic;
color:#E42B87;
line-height:16px;
margin-bottom:0px;
}
.oneColFixCtr #mainContent h2 {
	font-style: normal;
	font-size:12px;
	color:#CC0066;
}

.oneColFixCtr #mainContent h3 {
font-size:12px;
color:#000000;
}

.oneColFixCtr #mainContent p {
font-size:14px;
color:#000000;
}

.oneColFixCtr #mainContent ul li{
	font-size:12px;
	margin-bottom: 2px;
}

.oneColFixCtr #mainContent ul li{
	font-size:12px;
	color:#000000;
	font-style:italic;
	padding-left: 5px;
	list-style-type: disc;
}



a img {border: none; } 

a:link{
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover{
text-decoration:none;
}

/* HIGHSLIDE GALERIA DE IMAGENES */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 3px dashed #A9B200;
	background-color: #D4DE00;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10pt;
    padding: 5px;
    background-color: #D4DE00;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.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;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0px;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*END HIGHSLIDE*/
