/*  
Theme Name: MolaMiWeb
Theme URI: http://molamiweb.com/
Description: El Theme de MolaMiWeb.com (v1.0) esta hecho por <a href="http://quoqle.es/">Quoqle.es</a> en xHtml 1.1 correctamente escrito, ademas de su adaptacion a un theme de wordpress. Las imagenes de los bordes (y la base del style.css) estan sacadas del theme para wordpress de <a href="http://scarylittlemonkey.com/">Nik Iliadis</a> llamado <a href="http://vistered.scarylittlemonkey.com/">Vistered Little</a>.
Version: 1.0
Author: Quoqle.es
Author URI: http://quoqle.es/
*/

/* Begin Generic and body styles. */

* {
	margin: 0px;
	padding: 0px;
	font-family: "verdana", sans-serif;
}
body {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #D57100 /*url(diseno/wallpaper.png)*/;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #009900;
}
a:hover	{
	color: #00D800;
}
a img {
	border: 0px;
}

/* Added by Quoqle.es */
#header, #footer {
	color: #000;
	margin: 0px auto;
	padding: 0px 35px;
	width: 760px;
    overflow: hidden;
}
.inicio-grande {
	background: url('diseno/headercabecera.png') bottom center no-repeat;
	height: 32px;
	width: 750px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}
.final-grande {
	background: url('diseno/headerfinal.png') top center no-repeat;
	height: 32px;
	width: 750px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
#contenido-grande {
	background: url('diseno/headerfondo.png');
	width: 750px;
}
#contenido-grande p{
	margin-left: 60px;
}
/* Added by Quoqle.es (END)*/

h1>a {
	margin-left: 50px;
	font-size: 1em;
	font-weight: normal;
/*	font-family: "Trebuchet MS", sans-serif;*/
	letter-spacing: -.1em;
}
	
h1 a:link, h1 a:active, h1 a:visited, h1 a:hover {
	color: #009F28;
}

.left {
	float: left;
	font-size: 1.1em;
}

.right {
	float: right;
	font-size: 1.1em;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

label {
	font-size: .8em;
}

#browserwarning {
	width: 450px;
	padding: 25px;
	font-size: .6em;
	background: #009900;
	margin: -107px auto 0px auto;
	border: 1px dashed #ff0000;
	text-align: justify;
	float: right;
	margin-right: 20px;
	/*display: none;*/
}

.headerlink {
    margin-left: 20px;
	border: 1px dotted #fffde4;
}
#header a.headerlink:link, a.headerlink:active, a.headerlink:visited {
	color: #777;
}
#header a.headerlink:hover {
	color: #aaa;
}

#body-contenido {
	width: 740px;
	margin: 0px auto;
}
#search {
    width: 110px;
    padding: 0px;
    margin-right: 15px;
}
#search label {
    font-size: .6em;
}

#s {
	width: 110px;
	background: transparent;
	padding: 2px;
	font-size: .6em;
	border: 1px dotted #777;
}

code {
		margin: 5px;
		overflow: auto;
		padding: 3px;
		font-size: .9em;
		display: block;
		border: 1px dotted #777;
}
#topmenu {
		position: absolute;
		text-align: right;
		top: 63px;
		right: 10px;
		font-size: .8em;
}
#topmenu a {
		background: url('diseno/star.png') left center no-repeat;
		padding-left: 13px;
		margin-left: 10px;
		}
#topment a:after {
		content: " ";
}
/* END */

/* Begin Blog and comment styles. */

#contenedor-contenido {
	font-size: .7em;
	width: 432px;
	float: left;
}
.contenido {
	background: url('diseno/contenidofondo.png');
	color: #000;
	margin: 0px;
	padding: 0px 35px;
	width: 422px;
    overflow: hidden;
}
.contenido-cabecera {
	background: url('diseno/contenidocabecera.png') bottom center no-repeat;
	height: 32px;
	width: 492px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}
.contenido-final {
	background: url('diseno/contenidofinal.png') top center no-repeat;
	height: 32px;
	width: 492px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
}
#contenedor-contenido p {
	text-align: justify;
	padding: 5px;
}
#contenedor-contenido p.contenido-subtitulo {
	text-align: left;
	font-size: .9em;
	color: #888;
	border-bottom: 1px dotted #777;
}
#contenedor-contenido p.contenido-pie {
	text-align: right;
	font-size: .9em;
	color: #888;
	border-top: 1px dotted #777;
}
#contenedor-contenido p.contenido-subtitulo a, #contenedor-contenido p.contenido-pie a {
	color: #666;
}
#contenedor-contenido h2, #contenedor-contenido h3 {
	color: #009F28;
	font-size: 1.6em;
	text-align: left;
	font-weight: normal;
}
#contenedor-contenido ol {
	margin: 5px 30px;
}
#contenedor-contenido ul {
	margin: 5px 15px;
}
#contenedor-contenido ul li {
	list-style-type: none;
	background: url('diseno/star.png') 0px 2px no-repeat;
	padding-left: 13px;
}
#contenedor-contenido h2>a, #contenedor-contenido h3>a {
	color: #009F28;
	display: block;
	width: 100%;
}
#s, #comment, #namefield input, #emailfield input, #urlfield input {
	color: #646464;
}
.contenido blockquote {
		background: #ddd;
        margin: 5px 15px;
        padding: 3px;
        font-size: .9em;
        border: 1px dotted #2f84b6;
        }
#comment {
	display: block;
	width: 360px;
	background: transparent;
	padding: 5px;
	margin: 10px auto;
	font-size: .9em;
	border: 1px dotted #777;
}
#inputcontainer {
	width: 366px;
	margin: 10px auto;
}
#namefield {
	display: block;
	float: left;
	width: 110px;
	margin-right: 15px;
}
#emailfield {
	display: block;
	float: left;
	width: 110px;
	margin-right: 15px;
}
#urlfield {
	display: block;
	float: left;
	width: 110px;
}
#namefield input, #emailfield input, #urlfield input {
	width: 110px;
	background: transparent;
	padding: 2px;
	font-size: .8em;
	border: 1px dotted #777;
}
#submitter {
	clear: both;
	text-align: center;
}
#submitter input {
	display: block;
	width: 150px;
	margin: 10px auto;
}
.contenido img {
	max-width: 362px;
}
/* END */

/* Begin Menu styles */

#contenedor-menu {
	width: 233px;
	float: right;
	font-size: .6em;
}
.menu {
	background: url('diseno/menufondo.png');
	margin: 0px;
	padding: 0px 35px;
	width: 163px;
}

.menu-final {
	background: url('diseno/menucabecera.png') bottom center no-repeat;
	height: 32px;
	width: 233px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}

.menu-previo {
	background: url('diseno/menufinal.png') top center no-repeat;
	height: 32px;
	width: 233px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

#contenedor-menu p, #contenedor-menu ul {
	text-align: justify;
	padding: 3px;
	list-style-type: none;
}

#contenedor-menu ul#links {
    padding: 0px;
}

#contenedor-menu ul ul {
    padding: 0px 10px;
}

#contenedor-menu ul#links ul {
    padding: 3px;
}
#contenedor-menu a:link, #contenedor-menu a:active, #contenedor-menu a:visited {
	color: #2f84b6;
}
#contenedor-menu a:hover{
	color: #970043;
}

#contenedor-menu h4, #contenedor-menu h5, #wp-calendar caption {
	color: #215e82;
	font-size: 1.6em;
	text-align: left;
	font-weight: normal;
    background: url('diseno/menuimggrande.png') left center no-repeat;
    padding-left: 16px;
}
#contenedor-menu h4 a:link, /*#contenedor-menu h4 a:active, #contenedor-menu h4 a:visited,*/ #contenedor-menu h5 a:link/*, #contenedor-menu h5 a:active, #contenedor-menu h5 a:visited, #contenedor-menu h5 a:hover, #contenedor-menu h5 a:hover*/ {
	color: #215e82;
}
#wp-calendar {
	width: 90%;
	margin: 0px auto;
	text-align: center;
}
.menu p.links>a, .menu ul li {
	background: url('diseno/menuimg.png') 0px 2px no-repeat;
	padding-left: 12px;
	line-height: 12px;
}
ul#links>li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.feedicon {
	margin-top: 4px;
}
/* FIN */

/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	/*cursor: hand;
	cursor: pointer;*/
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #C0C0C0;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #C0C0C0;
	padding: 5px;
	z-index: 5;
}
