* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
	 background-image: url(site1/bg2.png);
	 background-repeat: repeat;
}



/*9ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}*/
img {
	border: none;
}

a{text-decoration: none; border: none; border-bottom: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}


/*ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}
*/

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(site1/page.png) repeat-y;
	height: 100%;

}
/* Conten Page
------------------------------------------------------------------------- */
#content {
	float: left;
	text-align: left;
	width: 390px;
	margin: 0 40px 0 85px;
	padding: 0;
	line-height: 1.5em;	
}
#content p{
/*Estilo del Texto en Conten*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;	
	text-align: justify;
}
#content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	border-bottom: none;
}

#content h3{/* Estilo del titulo del content*/
	/*color: #4C6D85;*/
	color: #EE8E40;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h4{
	/*color: #EE8E40;*/
	color: #4C6D85;
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Header 
------------------------------------------------------------------------- */
/*
#header2 {
	background:white url(site1/head2.png) no-repeat top left;
	position: relative;
	height: 300px;
	
}
#header3 {
	background:white url(site1/head3.png) no-repeat top left;
	position: relative;
	height: 300px;
	
}
#header4 {
	background:white url(site1/head4.png) no-repeat top left;
	position: relative;
	height: 300px;
	
}
*/

#header {
	background:white url(site1/head1_esp.png) no-repeat top left;
	position: relative;
	height: 300px;
	
}
#header a{
	border-bottom: none;
}
#logo{
	width: 120px;
	height: 187px;
	border: 0;
	margin-left: 140px;
}
#Sound{
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 235px;
	margin-top: 40px;
   .margin-left: 465px;
	.margin-top: 85px;
}
/* Capa de los languages en Sidebar 
------------------------------------------------------------------------- */
#languages{
	
}
#languages img{
	width:24px;
	height:17px;
	padding-left: 2px;
}
#languages a {border-bottom: none;}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	margin: 10px 60px 0 540px;
	font-size: 85%;
	line-height: 1.4em;
	color: #999;
	background-attachment: fixed;
}
#sidebar a{
	border-bottom: none;
	text-decoration: none;
	padding-left: 15px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


#sidebar a:link {text-decoration: none; color: #4C6D85;}
#sidebar a:visited {text-decoration: none; color: #4C6D85;}
#sidebar a:hover {text-decoration: none;	color: #EE8E40;}
#sidebar a:active {text-decoration: none; color: #4C6D85;}


#menu{width:197px;}
#menu a.active{font-weight: bold;color:#EE8E40;}

#submenu{
	width: 180px;
	margin-left: 10px;
}


.bgMenu{
	background-image: url(site1/fondoboton.png);
	background-repeat: no-repeat;
	height: 30px;
}



/* Footer 
------------------------------------------------------------------------- */
#footer {
	margin: 0px;
	padding: 0 0 9px 0;
	color: white;
	height: 137px;
	background: url(site1/foot2.png) no-repeat bottom left;
}

#footer p{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 80px;
	padding-top: 60px;
}
#footer a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:hover {
	text-decoration: none;
	color: #EE8E40;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {border-bottom: none;}


