body {
	margin-left:			0px;
	margin-top:				0px;

	font-family:			Arial, Helvetica, sans-serif;

	background-color:		#E1D8DE;
}
a {
	text-decoration:		none;
	color:					#4E8FE0;
}
a:hover {
	text-decoration:		underline;
}


#fondo {
	position:				relative;
	width:					800px;
	text-align:				center;
	margin:					0 auto;
	margin-bottom:			0px;
	background-image:		url(../imagenes/fondo_800_10.gif);
	background-repeat:		repeat-y;
}


#mimoloco {
	position:				relative;
	width:					750px;
	text-align:				center;
	margin:					0 auto;
	background-color:		#F3EBF1;
}


#cabecera {
	width:					750px;
	height:					100px;

	text-align:				right;

	margin:					0px;
	border:					0px;
	padding:				0px;

	vertical-align:			bottom;
}
#cabecera h1 {
	display:				none;
}


#menu {
	width:					750px;
	height:					30px;

	text-align:				left;
	vertical-align:			top;

	margin:					0px;
	border:					0px;
	padding:				0px;

	background-image:		url(../imagenes/menu_750_30.gif);
	background-repeat:		no-repeat;
	background-position:	right bottom;
}
#menu ul {
	display:				inline;
	list-style-type:		none;

	margin:					0px;
	border:					0px;
	padding:				0px;
}
#menu li {
	display:				inline;

	margin:					0px;
	border:					0px;
	padding:				0px 0px 0px 5px;
}
#menu li a {
	font-size:				10px;
	font-style:				normal;

	text-transform:			uppercase;

	color:					#FFFFFF;
}
.ddm1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	text-transform:			uppercase;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	padding:				3px 8px 4px 8px;
	border:					1px #003366;
	border-style:			none;
	text-decoration:		none;
	display:				block;
	position:				relative;
}
.ddm1 .item1 {
	color:					#FFFFFF;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	text-decoration:		underline;
	color:					#ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
	padding:				3px 8px 4px 8px;
	text-decoration:		none;
	display:				block;
	white-space:			nowrap;
}
.ddm1 .item2 {
	background:				#FFFFFF;
	color:					#4E8FE0;
}
.ddm1 .item2:hover {
	text-decoration:		underline;
	background:				#4E8FE0;
	color:					#FFFFFF;
}
.ddm1 .section {
	border:					1px #4E8FE0;
	border-style:			solid solid solid solid;
	position:				absolute;
	visibility:				hidden;
	z-index:				-1;
	white-space:			nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: none; }
.ddm1 .right, .ddm1 .right:hover { border-style: none; }

/* * html .ddm1 td { position: relative; }  ie 5.0 fix */


#contenidos {
	width:					750px;

	margin:					0px;
	border:					0px;
	padding:				0px;

	font-size:				12px;
	font-style:				normal;

	text-align:				left;

	background-color:		#F3EBF1;
}


#articulo, #weblog {
	position:				relative;
	float:					none;

	width:					550px;
	min-height:				900px;

	margin:					0px;
	border:					0px;
	padding:				0px 0px 0px 10px;
}
#articulo h1, #weblog h1 {
	font-size:				32px;
	font-weight:			bold;

	margin:					0px;
	border-bottom:			1px dotted #F2F5D8;
	padding:				0px;

	color:					#E13BB0;
}
#articulo h2, #weblog h2 {
	font-size:				24px;
	font-weight:			bold;

	margin:					0px;
	border:					0px;
	padding:				0px;

	color:					#E13BB0;
}
#articulo h3, #weblog h3 {
	font-size:				14px;

	margin:					0px;
	border-bottom:			1px dotted #F2F5D8;
	padding:				0px;

	color:					#E13BB0;
}
#articulo address, #weblog address {
	width:					100%;

	font-size:				8px;
	text-transform:			uppercase;
	font-style:				normal;

	margin:					0px 0px 15px 0px;
	border-width:			0px;
	border-top:				1px dotted #B5BA8F;
	padding:				2px 0px 2px 3px;
}

.weblog-entrada-imagen {
	float:					left;

	font-size:				10px;
	font-style:				italic;

	margin:					0px 10px 5px 0px;
	padding:				10px;
}
.weblog-entrada-imagen img {
	margin:					0px 0px 5px 0px;
	border:					0px;
	padding:				0px;
}
.weblog-entrada-imagen i {
	clear:					both;
}

.weblog-enlaces {
	margin:					5px;
	border:					1px dotted #E13BB0;
	padding:				5px;
}

.weblog-comentarios h2 {
	margin-top:				15px;
	margin-bottom:			15px;
}
.weblog-comentarios h3 {
	margin-top:				15px;
}


.weblog-fotografias table {
	border-collapse:		separate;
	margin:					0px;
	border:					0px;
	padding:				0px;
}
.weblog-fotografias tr {
	margin:					0px;
	border:					0px;
	padding:				0px;
}
.weblog-fotografias td {
	text-align:				center;
	margin:					5px;
	border:					0px hidden;
	padding:				5px;
}
.weblog-fotografias img {
	border:					0px;
}


#enlaces {
	position:				relative;
	float:					right;

	top:					0px;
	width:					160px;

	margin:					0px;
	border:					0px hidden;
	padding:				0px;
}
.enlaces-grupo {

	position:				relative;
	width:					150px;

	border:					1px solid #E13BB0;
	margin-bottom:			5px;
	padding:				5px;

	background-color:		#FFFFFF;
}
.enlaces-grupo form {
	display:				inline;
}
.enlaces-grupo input {
	font-size:				10px;
}
.enlaces-grupo input.texto {
	width:					100px;
}
.enlaces-grupo table {
	width:					100%;

	margin:					0px;
	border:					1px dotted #F2F5D8;
	padding:				0px;

	font-size:				10px;
}
.enlaces-grupo caption {
	font-size:				12px;
	font-weight:			bold;

	text-align:				left;

	margin:					0px;
	border:					0px hidden;
	padding:				0px;

	color:					#E13BB0;
}
.enlaces-grupo tbody {
	margin:					0px;
	border-width:			0px;
	padding:				5px;
}
.festivo {
	color:					#E13BB0;
}


#pie {
	position:				relative;
	width:					800px;
	height:					25px;

	margin:					0 auto;
	margin-top:				0px;

	background-image:		url(../imagenes/pie_800_25.gif);
	background-repeat:		no-repeat;
	background-position:	right bottom;
}




