* {
	margin: 0;
	padding: 0;	
}
BODY{
	font-family:Arial;
	font-size:12px;
	background-image:url('img/FondoExt.gif');
	text-align: center;
}
IMG{
	border-style:none;
}
.btn{
	text-align:center;
	cursor:hand;cursor:pointer;
	padding:3 10 3 10px;
	margin:5 10 5 10px;
	border:solid 1px #002C59;
	background-color:#D0D7EC;
}
.Alrededor{
	margin: 0px auto;
	width: 774px;
/*	height: 700px; */
}
.Principal{
	background-image: url('img/FondoMain.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	width: 774px;
/*	height: 700px;*/
}
DIV,TD{
	font-family:Arial;
	font-size:11px;
}

.Cabecera{
	width: 738px;
	height:89px;
	background-color:#FFFFFF;
	background-image:url('img/FondoCab.png');
	background-repeat:no-repeat;
	margin-left:18px;
	margin-right:18px;
}
.Menu{
	width: 738px;
	height:110px;
	background-color:#FFFFFF;
	background-image:url('img/FondoMenu.gif');
	background-repeat:repeat-x;
	margin-left:18px;
	margin-right:18px;
}
.Contenido{
/*	border:dotted 1px #DF9C00;
	padding:7px;*/
	float:right;
	width:440px;
	text-align:justify;
	margin:37 43 5 0px;
}
/* PRODUCTOS */
.vigneta1{
	font-size:5px;
	width:7px;
	height:7px;
	background-color:#405D97;
	position:relative;
	left:-4px;
	top:-1px;
}
.vigneta2{
	font-size:5px;
	width:7px;
	height:7px;
	background-color:#DF9C00;
	position:relative;
	left:-4px;
	top:-1px;
}
.optProds{
	cursor:hand;cursor:pointer;
}
/* RESULTADO DE BÚSQUEDA */
.resultadoIzq{
	width:220px;
	margin:0px;
	padding:0 0 15 0px;
	border-right:solid 1px #555555;
}
.resultadoDch{
	width:220px;
	margin:0px;
	padding:0 0 15 0px;
}
.nombreArtiIzq{
	text-align:right;
	font-size:10px;
	background-image:url('img/roundedIzq.gif');
	background-repeat:no-repeat;
	padding-right:18px;
}
.nombreArtiDch{
	text-align:right;
	font-size:10px;
	background-image:url('img/roundedDch.gif');
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:18px;
}
.datosArtiIzq{
	padding:5 0 0 5px;
	margin:0 10 0 10px;
	background-color:#FDE9BC;
	border:solid 1px #ECC466;
	clear:both;
	font-size:10px;
}
.datosArtiDch{
	padding:5 0 0 5px;
	margin:0 10 0 10px;
	background-color:#FDE9BC;
	border:solid 1px #ECC466;
	clear:both;
	font-size:10px;
}
/* TABLAS */
.tablaTit{
	text-align:center;
	height:22px;
	font-size:12px;
	padding:3px;
	color:#FFFFFF;
	background-color:#405D97;
}
.tablaCom{
	color:#283B5F;
	height:25px;
	font-size:12px;
	padding:2px;
	border-bottom:dotted 1px #999999;
	cursor:hand;
}
.tablaTxt{
	height:25px;
	font-size:12px;
	padding:2px;
	border-bottom:dotted 1px #999999;
}
.msg{
	margin-top:4px;
	text-align:center;
	padding:3px;
	color:#770000;
	border:solid 1px #FF0000;
}