@charset "iso-8859-1";
body {
	margin:35px;
}
.fondo {
	background-image: url(../images/degradadoFondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#ececee;
}
.menuGeneral {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #505451;
}
.marco1 {
	border: 1px solid #838383;
	background-color: #f4f4f5;
}
.titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #515552;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #989898;
}
.menu a{
	color: #989898;
	text-decoration:none;
}
.menu a:hover{
	color: #f16896;
	text-decoration:none;
}
.menu a:active{
	color: #f16896;
	text-decoration:none;
}

.submenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f16896;
}
.submenu a{
	color: #f16896;
	text-decoration:none;
}
.submenu a:hover{
	color: #f16896;
	text-decoration:underline;
}
.paginacion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	width:15px;
	height:15px;
	text-align:center;
	border: 1px solid #989898;
}
.paginacion a{
	color: #555555;
	text-decoration:none;
}
.paginacion a:hover{
	color: #f16896;
	text-decoration:underline;
}

.paginacionAct {
	background-color:#ffdde8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f16896;
	width:15px;
	height:15px;
	text-align:center;
	border: 1px solid #989898;
	text-decoration:underline;
}
.paginacionAct a{
	color: #f16896;
	text-decoration:underline;
}
.paginacionAct a:hover{
	color: #555555;
	text-decoration:underline;
}

.marco2 {
	border: 1px solid #838383;
	background-color: #fefefe;
}

.menuGeneral a{
	color: #505451;
	text-decoration:none;
}
.menuGeneral a:hover{
	color: #f16896;
	text-decoration:underline;
}
.referencia {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
}
.txtGeneral {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#333333;
	font-style:italic;
}
.txtGeneral a{
	color:#f16896;
	font-style:italic;
	text-decoration:underline;
}
.txtGeneral a:hover{
	color:#333333;
	font-style:italic;
	text-decoration:underline;
}
.txtGeneral b, .txtGeneral strong{
	color:#f16896;
	font-style:italic;
	text-decoration:none;
}

.precio {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#333;
}
.precio2{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#f16896;
}