body {
	font-family: Arial, Helvetica, sans-serif;
	background:#003366;
	font-size:12px;
	background: #367095 url(imagenes/background.jpg) center no-repeat fixed;
}

/* TABLA GENERAL */
#tprincipal {
width:795px;
margin:0px auto;
border: 3px solid #FFFFFF;
border-collapse: collapse;
border-spacing: 0px;
}

/* ENCABEZADO */
#encabezado {
background: #006699 url(imagenes/top.jpg) top center no-repeat;
height:240px;
}

/* MENU */
#menu {
padding-top: 210px;
text-align:center;
}

.botones {

font-family: tahoma, arial;
text-transform:uppercase;

color: white;
font-weight:bold;
text-decoration: none;
display:block-inline;
font-size:13px;
}

.botones:hover, botones:active, botones visited{
color: yellow;
font-weight:bold;
text-decoration: overline;
}

/* AREA DE CONTENIDo */

p {
line-height:20px;
}

h2{
font-size:18px;
color:#006699;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:20px;
border-bottom: 1px dotted #003399;
}

#contenido2{
background:#FFFFFF url(imagenes/back-contenido.jpg) left top no-repeat;
}

#cont_texto {
color:#000000;
line-height:120%;
width: 580px;
margin: 0px 0px 0px 35px;
border: 0px solid black; 
}

#publicidad{
position:relative; top: -450px; left: 635px;
width:140px;
height: 500px;
border: 0px solid black;
}

/* ABAJO */
#pie{
height:20px;
background: #FFCC00 url(imagenes/abajo1.jpg) repeat-x;
text-align:center;
/* padding-top: 0px; */
color: #003366;
font-size:12px;
font-weight: bold;
}

#pie a {
text-decoration:none;
}

.bottom {

font-family: tahoma, arial;
color: #006699;
font-weight:bold;
text-decoration: none;
font-size:10px;
}

.bottom:hover, botones:active, botones visited{
color:#003366;
font-size:11px;
font-weight:bold;
text-decoration: none;
}