body {
	/*background-image: url("img/background_text.jpg");*/
	background-image: url("../img/content_background.png");
	background-repeat:repeat-x;
}


a{padding:1px 2px 2px 2px;}

ul {
	margin-left:2.5em;
	padding:0em;
	font-size: 90%;
}

li {
	text-align:left;
 	margin-bottom:0.5em;
	margin-top:0.5em;
}


h1 {
	text-align: justify;

	color: #000037;
	background: #ff6a00;
	font-size: 130%;
	font-weight: bold;
	padding-top:0.2em;
	padding-bottom:0.2em;
	padding-left: 1em;
	padding-right: 0.2em;
	margin-top:1em;
	text-transform: uppercase;
}

h2 {
	color: #ff6600;
	background: transparent;
	font-size: 110%;
	font-weight: bold;
	padding-top:1em;
}

/*p {
 	margin-bottom:1em;
	margin-top:1em;
	font-size:95%;
}*/

p{
	font-size:95%;
 	margin-bottom:1em;
	margin-top:1em;
 	padding-right:10px;
	padding-left:10px;
	text-indent: 15px;
}

/*TABLAS*/
table{
	color: #100D3A;
	border: solid #100D3A;
	background: #FFFFFF;
	border-width:2px;
	font-size:95%;
}

th {
	color: #FFFFFF;
	background-color: #100D3A;
	border-width:1px;
	text-align: left;
}

td {
	color: #100D3A;
	background-color: #FFFFFF;
	border: solid #100D3A;
	border-width:2px;
}

caption {
	display: block;
	color: #100D3A;
	background: #FFFFFF;
	border: solid #100D3A;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:2px;
	border-bottom-width:2px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: left;
	font-weight: bold;
	font-size: 105%;
}

div.cabeceratabla {text-align:center;}

div.foto {
	text-align: center;
}
div.tabla {
	text-align: center;
}
img.foto {
	position: relative;
	width: 90%;
	min-width:10em;
	max-width:30em;
}
iframe.mapa {
	position: relative;
	height: 300px;
	width: 90%;
	min-width:10em;
	max-width:30em;
}

img.fotopeque {
	position: relative;
	width: 40%;
}
img.fotohoriz {
	position: relative;
	width: 90%;
	min-width:5em;
	max-width:20em;
}
img.fotovert {
	position: relative;
	width: 90%;
	min-width:5em;
	max-width:10.4em;
}
table.tabla {
	position: relative;
	margin-left:auto; 
	margin-right:auto;
}

div.centrado {text-align: center;}

div.fuerte {
	/*text-decoration: underline;*/
	text-transform: uppercase;
	font-weight: bold;
}

div.comentario {
	/*color: black;*/
	font-weight: normal;
	font-size: 90%;
	font-style: italic;
	text-align:center;
	margin-top: 4em;
}


img.back:hover{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
img.back{
	background-color: #787878;
	color: #787878;
}/*
div.back a{
	color: #FFFFFF;
	background-color: #FFFFFF;
}
div.back a:hover{
	color: #787878;
	background-color: #787878;
}*/

/*-- SCROLLS --*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}
.vscrollerbase {
	width: 25px;
	background-color: #2c2c3f;
}
.vscrollerbar {
	width: 25px;
	background-color: #787878;
}
.hscrollerbase {
	height: 25px;
	background-color: #2c2c3f;
}
.hscrollerbar {
	height: 25px;
	background-color: #787878;
}
.scrollerjogbox {
	width: 25px;
	height: 25px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

#scrollcontent {
	width: 100%;
	height: 377px;
	overflow: auto;
	/*padding-right:10px;*/
	/*padding-left:10px;*/
	margin-left:10px;
}
div.jscroll{
	font-size:95%;
	text-align: justify;
}

div.jscroll p{
 	margin-bottom:1em;
	margin-top:1em;
 	padding-right:10px;
	text-indent: 15px;
}

#centeredTEXTBACKGROUND{
	width: 683px;
	height: 430px;
	text-align: center;
	border: 0px solid red;
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -342px;
	margin-top: -182px;
	background-image: url("img/text.png");
}
#centeredCLOSEBUTTON {
	width: 44px;
	height: 44px;
	text-align: center;
	/*border: 0px solid red;*/
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 320px;
	margin-top: -207px;
}
#centeredCLOSEBUTTON a {
	background-color: #787878;
	color: #787878;
}
#centeredCLOSEBUTTON a:hover{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#centeredCONTENT {
	width: 617px;
	height: 380px;
	text-align: center;
	border: 0px solid red;
	/*background-color: red;*/
	/*color: #fff;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -170px;
}


