* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.main {
	width: 950px;
	position: absolute;
	left: 50%;
	margin-left: -475px;	
	cursor:default;
}

.principal {
	background: url('/img/top.jpg') no-repeat center top;
	width: 950px;
	margin-left: 3px;
	align:center;
	border:3px solid #34D0B6;
}

.contenedor {
	width:950px;
}

.cabecera {
	height: 150px;
}

.nombre {
	height: 80px;
}

h1 {
	color: #006957;
	font-size: 15px;	
	margin: 0 20px 0;
	font-weight:bold;
}

h2 {
	font-size: 16px;	
	background-color:#5ED0BD;
	margin:5px;
	text-align:center;
	font-weight:bold;
	color:#9F0013;
	padding: 3px;
	margin-bottom:10px;
}

h3 {
	color: #006957;
	font-size: 14px;	
	margin: 0 0;
}

ul#menu, ul#menu a{
	color:#FFCC73;
	font-weight:bold; 
	list-style-type:none;
	text-decoration:none;
}

ul#menu a:hover{
	color:#FFA200;
}

ul#menu li {
	background-color:#006957;
	display:inline;
	line-height:2em;
	margin-left: 3px;
	padding:3px 16px 3px 16px;
}

ul#menu li#actual{
	background-color:#FFCC73;
	color:#006957;
}

ul#menu li#actual a{
	background-color:#FFCC73;
	color:#006957;
}

ul#menu li#actual a:hover{
	color:#006957;
}

.texto {
	font-size:12px;
	color:#006957;
	margin-left:40px;	
	margin-top:20px;	
	margin-right:40px;
	margin-bottom:20px;
}

.texto p{
	margin-bottom:10px;
}

.texto a, .texto a:hover{
	color:blue;
	text-decoration:underline;
}

.texto p .imagen {
	margin-right: 10px;
	margin-bottom: 10px;
	width:200px;
	height:158px;
	float:left;
}

.texto .text{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	cursor:default;
}

ul#texto {
	list-style-type:none;
	color:#006957;
}

ul#texto li {
	font-weight:bold;
	color:#006957;
}

ul#texto li a {
	color:#006957;
}

ul#texto li a:hover {
	color:#FFA200;
}

.categoria {
	font-size:12px;
	color:#006957;
	margin-left:40px;	
	margin-top:20px;	
	margin-right:40px;
	margin-bottom:20px;
	min-height: 168px;
}

.textocategoria p{
	margin-bottom:10px;
}

.textocategoria a, .textocategoria a:hover{
	color:blue;
	text-decoration:underline;
}

.categoria .imagen {
	margin-right: 10px;
	margin-bottom: 10px;
	width:200px;
	height:158px;
	float:left;
}

.productos {
	font-size:12px;
	color:#006957;
	margin-left:40px;	
	margin-top:20px;	
	margin-right:40px;
	margin-bottom:20px;
	min-height: 168px;
}

.cuadro {
	padding:8px;
}

.comprar {
	margin-bottom: 40px;
}

.comprar a {
	background:	transparent url(http://cneg.org/img/comprar.png) no-repeat scroll left top;
	height:50px;
	padding:0 0 17px 113px;
	color:#FFFFFF;
}

.comprar a:hover {
	background:	transparent url(http://cneg.org/img/comprar-hover.png) no-repeat scroll left top;
	color:#FFFFFF;
}

.enfati {
	color:red;
	font-weight:bold;
	font-size:14px;
}

.titletop {
	background-color:#FFBA40;
	margin:5px;
	text-align:center;
	font-weight:bold;
	color:#1E796A;
	padding: 3px;
	margin-bottom:10px;
}

.titletop a {
	color:#1E796A;
	text-decoration:none;
	
}

.titletop a:hover {
	color:#1E796A;
}

.formulario {
	margin: 20 25 0;
}

.formulario .text {
	font-size:12px;
	color:#006957;
	margin-left:20px;	
	margin-top:3px;	
	margin-bottom:5px;
}

label {
	margin-left:20px;
	color:#006957;
}

.msgbox {
	width:450px;
	margin-left:20px;
	font-size:12px;
	color:#006957;
}

.boton {
	margin-top:7px;
}

.productos ul {
	list-style-type:none;
	margin-left:20px;
	width:450px;
	margin-left:170px;
}

.productos ul li {
	height:60px;
	vertical-align:middle;
	margin-bottom:10px;
	background-color:#FFCC73;
}

.productos ul li .prodimage {
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 5px;
	width:60px;
	height:47px;
	float:left;
}

.productos ul li .prodnom {
	padding-top: 10px;
	padding-bottom: 35px;
}


.productos ul li a, .productos ul li  a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#00A287;
}

/*
ul#recursos, ul#recursos a {
	color:#68006C;
	list-style-type:circle;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

ul#recursos a:hover{
	color:#ABF26D;
}

ul#recursos li {
	margin-top:5px;
	margin-left:20px;
}

.listaarticulos {
	margin-top:10px;
}

.articulo {
	margin: 30px 10px 0 0;
}

.nombrearticulo {
	font-size:14px;
	font-weight:bold;
	float:left;
}

.entradillaarticulo {
}

.articulo a {
	font-size:10px;
	color:blue;
	text-decoration:underline;
}
*/

.enlaces {
	background-color:#5ED0BD;
	color:#1E796A;
	margin-top: 20px;
	padding:10px;
	line-height: 2em;
	font-size:12px;
}

.enlaces a {
	color:#1E796A;
	text-decoration:underline;
	font-size:12px;
}

.enlaces a:hover {
	color:#1E796A;
	text-decoration:underline;
	font-size:12px;
}

.pie {
	background-color:#34D0B6;
	color:#006957;
	text-align: center;
	line-height: 3em;
}