/* --- reset de los sstilos de los navegadores ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
 
/* --- Fin de reset de los sstilos de los navegadores ---*/

/* --- comienzo de los estilos de la estructura ---*/
#contenedor-general {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-top:0px;
	height: 1100px;
	width: 900px;
	margin: 0 auto;
}
#encabezado{
    width: 900px;
	height:119px;
}
#slider{
    width: 900px;
	height:270px;
}
#menu{
	margin-top:10px;
    width: 200px;
	height:270px;
	float:left;
}
#titulo{
	margin-top:10px;
    width: 690px;
	height:30px;
	float:right;
}
#descrip{
	margin-top:15px;
    width: 650px;
	height:650px;
	float:right;
	
}
.imag{
	margin:10px;
	float:left;
	
}
#footer{
	margin-top:30px;
	padding:5px;
    width: 900px;
	height:60px;
	float:right;
	background-color:#088A08;
	font:#FBFBEF;
	
}
/* -- fin del contenido del footer -- */
