﻿body {
	margin: 0;
	background: #fff;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: #000;
}

img {
	border: 0;
}

a	 {
	color: #0000FF;
}

a:hover {
	color: #0000FF;
	font-weight: bold;
}

a:visited {
	color: #660033;
	

}	

#lateral {
	width: 16px;
	background: #fff url("../images/fondo.gif") 0 0 repeat-y;
}

#contenido {
	width: 682px;
	padding: 0 10px 10px 0;
	height: 672px;
}

#menu {
	background: #ffbb2c url("../images/esquinita.gif") left top no-repeat;
	width: 169px;
}

#menu ul {
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

#menu ul li {
	padding: 12px 0;
	border-bottom: 1px dashed #000;
	text-align: right;
}

#menu a {
	color: #000;
	font: 17px arial,helvetica,sans-serif;
	text-decoration: none;
}

/*  MENUS DEPLEGABLES ****************************** */

#servicios {
	position: absolute; 
	left: 235px; 
	width: 190px;
	background: #FFBB2C;
	border: 1px solid #FFBB2C;
}
#productos {
	position: absolute; 
	left: 235px; 
	width: 200px;
	background: #FFBB2C;
	border: 1px solid #FFBB2C;
}
#servicios {
	top: 415px;
}
#productos {
	top: 460px;
}
#servicios p, #productos p{
	font: 1em Verdana,sans-serif;
	color: #000;
	text-align: left;
	margin: 5px 3px 5px 3px;
}
#servicios a, #productos a {
	text-decoration: none;
	color: #000;
}
#servicios a:hover, #productos a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
