@charset "utf-8";
/* CSS Document */
body{ 
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#3b332e;
text-decoration:none;
background-image:url(img-interface/body.jpg);
margin-top:0px;
}
.pedido{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#3b332e;
text-decoration:none;
}


#contenedor {
	width: 1000px;
	position:relative;
	margin-left:-500px;
	left:50%;
	
	

}
#menu {
	background-image:url(img-interface/menu-cab.jpg);
	padding-top:110px; 
	padding-left: 255px;
	padding-bottom:20px;
	
	
}
#pie{
	background-image: url(img-interface/fondo03.jpg);
	padding-top:10px; 
	padding-left:0px;
	padding-right: 0px;
	padding-bottom:0px;
	
	
}
#cont1 {
	background-image:url(img-interface/fondo01.jpg);
	width:1000px;
	height:342px;
    top:0px;
	margin:0px;
}
#cont2{
	background-image:url(img-interface/fondo02.jpg);
	width:1000px;
	height:710px;
	top:0px;
	margin:0px;
	
}
#dch {
	width:340px;
	float:left;

}
#izq{
	width:650px;
	float:left;
	padding:5px;
}

.dch {
	width:340px;
	float:left;
}


h2{ 
font-family: Georgia, "Times New Roman", Times, serif;
color:#3b332e;
text-decoration:none;
border-bottom: 1px dotted #3b332e;
}

h3{ 
font-family: Georgia, "Times New Roman", Times, serif;
color:#3b332e;
text-decoration:none;
border-bottom: 1px dotted #009ACB ;
}




a{ 
font-family: Georgia, "Times New Roman", Times, serif;
font-size:17px;
color:#FFFFFF;
text-decoration:none;

}

a:hover{ 
color:#e0f5fe;
}

.pie{ 
font-family: Georgia, "Times New Roman", Times, serif;
font-size:11px;
color: #00CCFF;
text-decoration:underline;

}

.pie:hover{ 
color: #0099FF;
}

.Estilo1 {
	color: #0099FF;
	font-weight: bold;
	font-style: italic;
}
.Estilo1:hover {
	color: #66CCFF
}	
.Estilo2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0066;
	font-style: italic;
}
.Estilo5 {font-size: 11px;
}
.Estilo6 {font-weight: bold; color: #3b332e; font-size: 16px;}
