 /* CSS Nucleonic */

body{
margin:0px;
text-align:center;
background-image:url(imagenes/body.gif);
background-repeat:no-repeat;
background-color:#aaa9aa;
font-family:Arial;
font-size:13px;
color:#3c3c3c;
}

table{
font-family:Arial;
font-size:13px;
color:#3c3c3c;
}

.general:link{
color:#368289;
text-decoration:none;
}

.general:visited{
color:#368289;
text-decoration:none;
}

.general:hover{
color:#368289;
text-decoration:underline;
}

.general:active{
color:#368289;
text-decoration:underline;
}

/*****LINKS IZQ ********/
.izq:link{
color:#368289;
text-decoration:none;
font-weight:normal;
}

.izq:visited{
color:#368289;
text-decoration:none;
font-weight:normal;
}

.izq:hover{
color:#368289;
text-decoration:none;
font-weight:bold;
}

.izq:active{
color:#368289;
text-decoration:none;
font-weight:bold;
}


#header{
width:900px;
height:150px;
margin:0px auto 0px auto;
/*background-image:url(imagenes/header.jpg);*/
}

#contenedor{
width:900px;
margin:0px auto 0px auto;
background-color:white;
background-image:url(imagenes/contenedor.gif);
}

#izq{
width:250px;
height:auto;
float:left;
display:inline;
}

.c1{
width:200px;
height:20px;
background-color:#004e56;
color:white;
font-size:15px;
font-family:Arial;
margin:5px auto 5px auto;
font-weight:bold;
cursor:pointer;
}

.c2{
width:185px;
height:20px;
background-image:url(imagenes/c2.gif);
margin:5px auto 5px auto;
color:#368289;
text-align:left;
padding-left:15px;
font-family:Arial;
font-size:15px;

}
*html .c2{width:200px;}

.c3{
width:200px;
display:none;
background-color:#dddddd;
font-family:Arial;
font-size:12px;
color:#545454;
cursor:pointer;
margin:5px auto 5px auto;
}

a.tdc3:link{
color:#545454;
}

a.tdc3:visited{
color:#545454;
}

a.tdc3:hover{
color:#FFFFFF;
}

a.tdc3:active{
color:#FFFFFF;
}

#der{
width:650px;
height:auto;
float:right;
display:inline;
}

.titulo{
width:615px;
height:20px;
color:#474747;
background-image:url(imagenes/titulo.gif);
margin:20px auto 10px auto;
font-weight:bold;
text-align:left;
font-size:14px;
padding-left:15px;
clear:both;
}
*html .titulo{width:630px;}

.contenido{
width:630px;
text-align:left;
margin:0px auto 0px auto;

}

#footer{
width:900px;
height:30px;
background-image:url(imagenes/footer.gif);
margin:0px auto 0px auto;
padding-top:70px;
text-align:center;
}

*html #footer{height:100px;}

