body{
padding:0px;
background:#FFF;
margin:auto;
}

#page{
margin:auto;
margin-top:15px;
width:900px;
height:auto;
color:#143f7d;
font-size:14px;
font-family: Arial,Geneva,sans-serif;
}

#header{
background:url(./img/logoNcN.jpg);
height:130px;
width: 900px;
float:left;
}

#idiomas{
width:200px;
height:25px;
color:#143f7d;
float:left;
margin-left:400px;
}

#idiomas a{
color:#143f7d;
text-decoration:none;
}

#idiomas a:hover{
color:#143f7d;
text-decoration:underline;
}

#right{
width:300px;
height:130px;
float:right;
background:url(./img/right.jpg);
}

#redsocial{
margin-top:6px;
margin-left:137px;
float:left;
width:150px;
height:30px;
}

#red a{
width:30px;
height:30px;
margin-left:7px;
display:block;
float:left;
}

#home a{
float:left;
width:40px;
height:40px;
margin-top:35px;
margin-left:39px;
}

#formb{
margin-top:47px;
margin-left:15px;
float:left;
width:145px;
height:20px;
}

#menu{
width:200px;
float:left;
height:auto;
margin-left:13px;
margin-top:-92px;
}

#timeline {
    color: #143F7D;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 700px;
    margin-left: 12px;
    overflow: auto;
    width: 94%;
}

#timeline p{
padding-left:5px;
}

#timeline a{
text-decoration:none;
color:#143f7d;
}

#timeline a:hover{
text-decoration:underline;
}

#select a{
padding-top:4px;
padding-left:15px;
font-weight:bold;
font-size:12px;
color:#fff;
background:#143f7d;
width:185px;
height:20px;
display:block;
margin-top:1px;
text-decoration:none;
}

#select a:hover{
color:#143f7d;
background:#FFF;
}

#select a p{
padding-left:10px;
}

#top{
width: 900px;
height: 100px;
float:left;
background:url(./img/top.png);
display:block;
}

#cuerpo{
width:900px;
min-height:700px;
float:left;
background:url(./img/mid.png) repeat-y;
}

#content{
min-height:600px;
float:left;
margin-left:10px;
width:660px;
margin-top:-92px;
color:#143f7d;
text-align:justify;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background:url(./img/magua.jpg);
}

#content a{
text-decoration:none;
color:#143f7d;
}

#content a:hover{
text-decoration:underline;
}

#content p{
padding:0 25px 0 25px;
}

#titulo{
width:660px;
height:25px;
color:#FFF;
background:#143f7d;
text-align:center;
font-size:14px;
display:block;
}

#titulo p{
padding-top:4px;
}

#bot{
width: 900px;
min-height: 100px;
float:left;
background:url(./img/bot.png) no-repeat;
display:block;
}

#footer{
width: 900px;
height: 150px;
float: left;
background:url(./img/footer.jpg);
}
#flag_ca {
    display: block;
    background: url(./img/sprite.png) no-repeat -336px 0;
    width: 24px;
    height: 24px;
}

#flag_es {
    display: block;
    background: url(./img/sprite.png) no-repeat -362px 0;
    width: 24px;
    height: 24px;
}

#flag_en {
    display: block;
    background: url(./img/sprite.png) no-repeat -388px 0;
    width: 24px;
    height: 24px;
}

#flag_de {
    display: block;
    background: url(./img/sprite.png) no-repeat -415px 0;
    width: 24px;
    height: 24px;
}


