/*
	Sitio web: 
	Compatibilidad: amigable
	Destino: Plantilla genérica
	
	Programación: Juan Pablo Gil R. - jpgil@conectu.com
	Copyright 2003 - Conectu.com
*/

/*

	ELEMENTOS HTML
	
*/
body {
	background: #FEFEF5;
	margin: 0 5%;
	padding: 0 0;
}
body, td, th, input, select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #185B1D;
	font-weight: bold;
}

h1 { font-size: 160%; padding-bottom: 0px; margin-bottom: 0;}
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 115%; }

a {}
a:visited {}
a:hover { color: red; }

/*

	AUTOMAP Y NAVEGACION
	
*/
#AutoMap { }
#AutoMap a { text-decoration: none; color: blue; font-weight: normal; }
#AutoMap a:hover { text-decoration: underline; }

#AutoMap div.lvl1 { }
#AutoMap div.lvl1 div.autoMapItem { }
#AutoMap div.lvl2 { }
#AutoMap div.lvl2 div.autoMapItem { }
#AutoMap div.lvl3 {}
#AutoMap div.lvl3 div.autoMapItem { }


p.NavArriba { text-align: center; margin: 20px 0; }
p.NavArriba a { color: black; text-decoration: none; }
p.NavArriba a:hover { color: blue; text-decoration: underline; }
p.UdEstaAqui { margin: 0 3px; padding:0 0; font-size: 10px; width: 400px;}
p.UdEstaAqui a:visited { color: blue; }
p.VolverA {
	text-align : center;
	font-weight: bold;
	margin-top: 4em;
	clear: both;
}
p.idioma {
	color: gray;
	font-size: 10px;
	text-align: left;
}
p.idioma a { color: #0076F9; }

/*

	OTROS ELEMENTOS

*/

.w3c { display: none; }



/*

	MENSAJES DE ERROR

*/
.MsgError{
	color : Red;
	margin: 10px 5%;
	padding: 5px;
	border : 3px solid Red;
	text-align : center;
	background: #FAFAD2;
	font-weight : bold;
}

.MsgExito {
	color : Green;
	margin: 10px 5%;
	padding: 5px;
	border : 3px solid Green;
	text-align : center;
	background: #D3EAA6;
	font-weight : bold;
}



/*

	TABLAS
	
*/
table.Productos {
	margin: 0 auto;
}
table.Productos td {
	border: 1px solid #faec93;
	background: white;
}
table.Productos th {
	background: #faec93;
	padding: 4px;
	color: maroon;
}


table.Indice {
	margin: 0 auto;
}
table.Indice td {
	background: #faec93;
	padding: 5px 0 5px 15px;
}

