/* CSS Document */
/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body {
	background-color:#007AF4;
	background-image:url(../images/fondo.png);
	background-repeat:repeat-x;
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a:link
{
	color: #0066CC;
}

a:visited
{
	color: #0066CC;
	/*color: #B266B2;*/
}

a:hover
{
	text-decoration: none;
}

img
{
	border: 0 none transparent;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.replacement
{
	position: absolute;
	z-index: 10;
	background-repeat: no-repeat;
}

* html .replacement
{
	top: 0;
}

a .replacement
{
	z-index: 20;
	cursor: hand;
	c\ursor: pointer;
}

/* PAGE CONTAINERS ---------------------------------------------------------- */

#esquina1
{
	position: relative;
	z-index: 1;
	min-width: 760px;
	height: 525px;
	margin-bottom: -525px;
	background-image: url(../images/esquina1.png);
	background-repeat: no-repeat;
}

* html #esquina1
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "760px" : "auto");
}

#esquina2
{
	position: relative;
	z-index: 1;
	min-width: 760px;
	height: 252px;
	margin-bottom: -252px;
	background-image: url(../images/esquina2.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
}

* html #esquina2
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "760px" : "auto");
}

#esquina3
{
	position: relative;
	margin-top: -159px;
	height: 212px;
	margin-bottom: -212px;
	background-image: url(../images/esquina3.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

* html #esquina3
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "760px" : "auto");
}

#esquina4
{
	position: relative;
	margin-top: -159px;
	min-width: 760px;
	height: 212px;
	margin-bottom: -212px;
	background-image: url(../images/esquina4.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

* html #esquina4
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "760px" : "auto");
}

#pageWidth
{
	min-width: 628px;
	margin: 86px 85px 0px 74px;
	background-color: #fff;
	background-image: url(../images/page_left.png);
	background-repeat: repeat-y;
}

* html #pageWidth
{
	w\idth: expression(document.documentElement.clientWidth < 760 ? "628px" : "auto");
}

#pageWidthInner
{
	padding: 0px 15px;
	background-image: url(../images/page_right.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

/* HEADER ------------------------------------------------------------------- */

#header
{
	position: relative;
	z-index: 2;
	height: 102px;
	he\ight: 100px;
	border: 1px solid #3399FF;
	border-right-color: #0055BB;
	border-bottom-color: #0055BB;
	background-color: #3399FF;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
}

#logo
{
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 100;
	width: 600px;
	height: 101px;
	overflow: hidden;
}

#logo .replacement
{
	width: 600px;
	height: 101px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

/* MENU ----------------------------------------------------------------------*/

#menu
{
	position: relative;
	z-index: 2;
	height: 2.5em;
	margin-top: 1px;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	background-color: #0066CC;
	background-image: url(http://es.geocities.com/rescala29/fase3/t2/images/px_3399ff.gif);
	background-repeat: repeat-x;
}

* html #menu
{
	height: 2.35em;
}

#menu ul
{
	float: left;
	border-right: 1px solid #3399FF;
	list-style: none;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	border-top: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	border-right: 1px solid #003399;
	border-left: 1px solid #3399FF;
	padding: 0.5em 16px;
	color: #FFFFFF;
	text-decoration: none;
}

* html #menu a
{
	height: 1px;
	float: left;
}

#menu li.on a
{
	border-top-color: #197FE5;
	border-left-color: #197FE5;
	color: #FFCC00;
	background-color: #004CB2;
	font-weight: bold;
}

#menu a:hover
{
	background-color: #004CB2;
}

#rss
{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 200;
}

/* CONTENT ------------------------------------------------------------------ */

#content
{
	position: relative;
	z-index: 2;
	min-height: 450px;
	margin-top: 1px;
	background-color: #FFFFFF;
	background-image: url(http://es.geocities.com/rescala29/fase3/t2/images/content.gif);
	background-repeat: repeat-y;
	background-position: 70% 0;
}

* html #content
{
	height: 450px;
}


/* FOOTER ------------------------------------------------------------------- */

#footer
{
	padding-top: 2px;
	background-image: url(../images/footer_top.gif);
	background-repeat: repeat-x;
	background-position: 70% 0;
}

#footerInner
{
	border: 1px solid #3399FF;
	border-right-color: #0055BB;
	border-bottom: 0 none #FFFFFF;
	padding: 20px 20px 35px 20px;
	background-color: #0066CC;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
	color: #FFFFFF;
}

#footer h2
{
	margin-bottom: -0.85em;
	padding-bottom: 0.65em;
	background-image: url(http://es.geocities.com/rescala29/fase3/t2/images/dots_white.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
	font-size: 100%;
}

#footer a
{
	color: #FFFFFF;
}

#footer p
{
	position: relative;
	z-index: 2;
	margin-top: 1.5em;
}




