/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * Styles used in the samples pages.
 */

body, td, input, select, textarea
{
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
}

h1
{
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 10px;
}

form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre
{
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.fecha {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	vertical-align: top;
	top: 15px;
	background-position: top;
	margin-top: auto;
	background-color: #FFCC00;
	width: 110px;
	text-align: center;
}
.noticia{
	position: relative;
	background-color: #CC6633;
	width: 685px;
	z-index: 1;
	left: -115px;
	padding-top: 75px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.cuerpo {
	padding-left: 30px;
	border: thin none #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.camanotu {
	background-color: #FFFFFF;
	margin: 25px;
	margin-bottom: 500px;
	width: 800px;
	background-image: url(../images/grafcom/fondonot.png);
	z-index: 2;
	border: 15px double #000000;
	padding: 10px;
}
.camanot {
	background-color: #FFFFFF;
	margin: 25px;
	width: 800px;
	background-image: url(../images/grafcom/fondonot.png);
	z-index: 2;
	border: 15px double #000000;
	padding: 10px;
}
.id {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
	background-color: #FF9933;
	border: 2px solid #000000;
	width: 40px;
}
.camanot2 {
	background-color: #FFCC66;
	height: 1000px;
	width: 850px;
	margin: 0px;
	clear: left;
	position: static;
	background-position: left;
	text-align: left;
	//border: 10px solid #FFCC66;
	font-size: 19px;
	font-style: italic;
	font-family: "Book Antiqua";
	font-weight: bold;
	color: #000000;
	z-index: 1;
	padding-bottom: 200px;
}
