@charset "utf-8";
/* CSS Document */
body {
	background-image: url(imagenes/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.fondo_sup{
	background-image: url(imagenes/bgtop.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.general {
	font-size: 1px;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
}
a.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0D8F5E;
	text-decoration: underline;
	line-height: 20px;
	text-align: justify;
}
a.texto:hover {
	color: #0000FF;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BE0000;
	border-right-color: #BE0000;
	border-bottom-color: #BE0000;
	border-color: #BE0000;
	height: 20px;
	text-align: center;
	background-color: #FFF0F0;
	text-decoration: none;
	cursor: hand;
}
.boton:hover {	
	color: #FFFFFF;
	background-color: #BE0000;
}
.botonizq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BE0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BE0000;
	border-right-color: #BE0000;
	border-bottom-color: #BE0000;
	border-color: #BE0000;
	height: 20px;
	text-align: center;
	border-left-color: #BE0000;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #FFF0F0;
	text-decoration: none;
	cursor: hand;
}
.botonizq:hover {	
	color: #FFFFFF;
	background-color: #BE0000;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	line-height: 20px;	
}
a.pie:hover {
	color: #0000FF;
	text-decoration: underline;
	
}
.subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0D8F5E;
	text-decoration: none;
	font-weight: bold;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #BE0000;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
.asterisco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	line-height: 20px;
}
.moduloTitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#A6D89C;
	color:#048B58;
	text-align:left;
	border-left-width: 10px;
	font-weight: bold;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6D89C;
	border-right-color: #A6D89C;
	border-bottom-color: #A6D89C;
	border-left-color: #A6D89C;
}
.moduloTexto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#B1DEAA;
	color:#119161;
	text-align:left;
	margin-top: -11px;
	border: 10px solid #B1DEAA;
}
.cajareceta {
	background-image: url(imagenes/off.gif);
	width: 445px;
	height: 87px;
	text-align: left;
	text-decoration: none;
}
.cajareceta:hover {
	background-image: url(imagenes/on.gif);
	width: 445px;
	height: 87px;
}
.fotoreceta {
	width: 445px;
	height: 87px;
	background-repeat: no-repeat;
	background-position: left center;	
}
.cajareceta_tipo{
	text-indent: 125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
.cajareceta_nombreReceta{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #048B58;
	text-indent: 125px;
	line-height: 40px;
	text-decoration: none;
}
.cajareceta_nombreReceta:hover{
	text-decoration: underline;
}
.cajareceta_dificultad{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 125px;
	text-decoration: none;
	color: #999999;
}
.parcheBlanco{
	background-image: url(imagenes/off.gif);
	width: 445px;
	height: 87px;
	background-repeat: no-repeat;
	background-position: right center;
}

