/* CSS Document */

body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

/*boxes*/

#menu{
position:absolute;
width:880px;
height:40px;
text-align:right;
}

#footer{
position:relative;
text-align:right;
clear:both;
}

#left{
position:relative;
float:none;
width:300px;
height:270px;
text-align:right;
padding-top:150px;
}

#right{
	position:absolute;
	width:560px;
	height:420px;
	overflow:auto;
/* 	overflow:auto; */
	margin-left:320px;
}

#lefthome{
position:relative;
float:none;
width:300px;
height:300px;
text-align:right;
padding-top:120px;
}

#righthome{
position:absolute;
width:560px;
height:420px;
margin-left:320px;
background-image:url(images/saxo02.jpg);
background-position:center;
background-repeat:no-repeat;
text-align:center;
}

#contenthome{
width:880px;
height:530px;
background-image:url(images/suphome.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

#contentactivi{
width:880px;
height:530px;
background-image:url(images/supactivi.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

#contentbio{
width:880px;
height:530px;
background-image:url(images/supbio.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

#contentmusic{
width:880px;
height:530px;
background-image:url(images/supmusica.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

#contentpublic{
width:880px;
height:530px;
background-image:url(images/suppublicac.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

#contentgaleria{
width:880px;
height:530px;
background-image:url(images/supgaleria.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

#contentlinks{
width:880px;
height:530px;
background-image:url(images/suplinks2.jpg);
background-repeat:no-repeat;
background-position: top left;
padding:60px 0px 10px 0px;
display:table;
}

/*textos*/

.titulo{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#336699;
border-bottom:1px solid #DADFE4;
}

.subtitulo{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#336699;
}

/*imagenes*/
.imag{
	background-color:#DADFE4;
	margin-bottom: 8px;
	margin-right: 10px;
}


/*links*/

a.linkblue, a.linkblue:link, a.linkblue:active, a.linkblue:visited{
font-weight:bold;
color:#336699;
text-decoration:none;
padding-left: 4px;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #CCCCCC;
}

a.linkblue:hover{
color:#003366;
background-color:#DADFE4;
text-decoration:none;
padding-left: 4px;
}

/*formularios*/

.inputpeque{
width:50px;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#336699;
background-color:#DADFE4;
border:1px solid #336699;
}

.inputmedian{
width:150px;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#336699;
background-color:#DADFE4;
border:1px solid #336699;
}

.inputgde{
width:250px;
height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#336699;
background-color:#DADFE4;
border:1px solid #336699;
}

.areamedian{
width:150px;
height:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#336699;
background-color:#DADFE4;
border:1px solid #336699;
}

.areagde{
width:250px;
height:200px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#336699;
background-color:#DADFE4;
border:1px solid #336699;
}

.boton{
padding:1px 5px 1px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
background-color:#336699;
border:none;
}
