charset "utf-8";
/* CSS Document */

body{
background-image:url(imagenes_CSS/fondo.jpg);
background-repeat:repeat;
margin:0;
background-position:center;
margin: auto;
position:static;
top: 2px;
font-family:'Trebutcher MS',Arial Helvetica, sans-serif;
color:#9E9D89;
}

#encabezado{
width:950px;
height:208px;
background-image:url(imagenes_CSS/head.jpg);
margin top:0;
margin: auto;
padding: 0 px;
background-color:#CC0000;
}

#logo{
float:left;
width:300px;
height:50px;
background-color:#999900;
}

#menu{
width:710px;
height:36px;
margin-top:172px;
float:right;
}

#busqueda{
float:right;
width:100px;
padding-top: 50px;
background-color:#FFFFCC;
}

#Pagina{
width:950px;
height:650px;
margin:auto;
background-color:#C58b66;

}

//#Contenido2{
//float:right;
//width:530px;
//margin-top:209;
//height:330px;
//padding:10px 10px 10px 10px;
//background:url(imagenes_CSS/fondo.gif) no-repeat center;
//background-position:center;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 104px;
	height: 36px;
	padding-top: 2px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	vertical-align:middle;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(imagenes/boton1.png) no-repeat;
	color: #FFFFFF;
	color:#000000;
}

#menu .active a {
	background: url(images/boton.png) no-repeat;
	color: #372412;
}

#Lateral{
float:left;
width:240px;
height:240px;
padding:20px 0 0 30px;
background:url(file:///E|/xp/CSS/clase2/CSS2/images_CSS/img03.png) no-repeat;
font-size:smaller;

}

#piesito{
width:950px;
height:70px;
margin-top:20px;
float:left;
border-top-style:ridge;
border-top-width:thin;
border-top-color:#48260D;
caption-side:bottom;
position:static;
}

#piesito2{
width:230px;
height:70px;
float:right;
border-top-style:ridge;
border-top-width:thin;
border-top-color:#48260D;
caption-side:bottom;

}
	
#finpie2{
width:60px;
height:70px;
margin:inherit;
float:right;
padding: 5px 5px 5px 5px;
position:inherit

}

.col1{
padding:10px 10px 10px 10px;
height:320px;
width:400px;
float:left;
background:url(imagenes_CSS/ceviche.png) no-repeat center;
position:static;
}

.col2{
padding:10 10 10px 10;
height:330px;
width:530px;
float:right;
background:url(imagenes_CSS/fondo.gif) no-repeat center;
position:static;
}

#Contenido{
width:475px;
height:266px;
padding:15px 15px 15px 15px;
margin:10px 10px 10px 10px;
text-align:justify;
text-decoration:none;

}

.texto1{
color:#512019;
size:13px;
font-family:Arial, Helvetica, sans-serif;

}

.text2{
color:#512019;
font-family:Arial, Helvetica, sans-serif;
font-size:12px ;
text-align:center;

}

#contexto{
width:475px;
height:266px;
padding:15px 15px 15px 15px;
margin:10px 10px 10px 10px;
text-align:justify;
text-decoration:none;


}
a.vinc1:link {
	color: #400000;
	text-decoration: none;
	text-align:center;
}

a.vinc1:visited {
	color: #400000;
	text-decoration: none;
	font-size:12px;
	text-align:center;
}

a.vinc1:hover {
	text-decoration: underline;
	text-align:center;
}

