/*
Monstruos Modernos CSS by Alex Dukal 
adukal@adukal.com
Actualizado: 11 Marzo 2004
*/

/* ---( estructura )------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	background-image: url(/images/bkg-body.gif);
	background-repeat: repeat;
	margin: 0px;
}

#container {
	background-image: url(/images/bkg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	}
	
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	}

#cenefa {
	background-image: url(/images/cenefa.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 700px;
	}

#contenido {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#contenido p {
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 25px;
	margin-bottom: 20px;
	}

#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 77px;
	width: 720px;
	}
#footnote {
	font-size: 10px;
	color: #999999;
	text-align: center;
	background-image: url(/images/footer-separator.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 18px;
	width: 640px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 45px;
	}
	
h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #768D97;
	margin: 10px 0px 0px;
	line-height: 16px;
	}
	
a:link {
	color: #A3295A;
	text-decoration: none;
}

a:visited {
	color: #A3295A;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#nos {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	margin-bottom: 25px;
}

#pub {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-bottom: 25px;
}

#registrarse {
	float: right;
	margin-top: 15px;
	width: 290px;
	}
	
#ingresar {
	border: 1px dashed #B4B4B6;
	padding: 7px;
	text-align: center;
	background-color: #DFDCE7;
	font-weight: bold;
	color: #666666;
	}
	
#tips1 {
	background-color: #FFFFFF;
	padding: 8px 20px 8px 8px;
	border: 1px dashed #B4B4B6;
	margin-top: 25px;
	}
	
#vignetas {
	text-align: center;
	width: 146px;
	margin-right: 18px;
	float: left;
	position: relative;
	}
	
/* ---( navigation )------------------------------- */

#nav {
	height: 22px;
	width: 458px;
	position: relative;
	top: 96px;
	left: 125px;
	}
	
#navgallery {
	text-align: right;
	padding-right: 30px;
}
	
/* ---( imagenes display )------------------------------- */

img {
	border: none;
}

#displaybig {
	background-image: url(/images/paper02.gif);
	background-repeat: repeat-y;
	width: 462px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #999999;
	}
	
#displaybig a:link {
	color: #768D97;
	text-decoration: none;
}

#displaybig a:visited {
	color: #768D97;
	text-decoration: none;
}

#displaybig a:hover {
	color: #000;
	text-decoration: underline;
}

#displaysmall {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
	width: 620px;
	padding: 0px;
	position: relative;
	}
	
.thumb {
	text-align: center;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	float: left;
	}
	
.thumb img {
	margin: 2px;
	}
	
.centrar {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	left: auto;
	right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

#editor {
	text-align: left;
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	height: 400px;
	width: 223px;
	position: relative;
	}
	
.input {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #B7B7B8;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}

.textarea {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #B7B7B8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #666666;
	padding: 2px;
}

#clear {
	CLEAR: both;
	}
	
button {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #EFEFEF;
	border: 1px solid #B4B4B6;
	width: 60px;
	text-align: center;
	height: 20px;
	cursor: hand;
}

