body {
background-image: url(http://www.antolini-flores.com.ar/images/4.jpg); 
background-repeat: no-repeat; 
background-attachment: fixed;
background-size: cover;
padding: 20px;
}

/* estilos
----------------------------------------------- */
p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
}

nav {
margin-top: 77px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

nav ul {
	margin: 0 auto;
	padding: 0;
	max-width: 86em;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00438C;
}

.active {
	font-size: 29px;
	font-weight: bold;
	color: #80C9EC;
}


/* maqueta
----------------------------------------------- */
#caja {
	min-height: 500px;
	width: 1100px;
        margin-right: auto;
	margin-left: auto;
	border: 1px solid #99CCCC;
overflow: hidden;
        padding: 10px;
        background-color: #fff;
}

#columna1 {
	float: left;
	width: 250px;
}

#contenidos {
	margin: 15px;
	float: right;
        width: 775px;
}

#pie {
        margin-right: auto;
	margin-left: auto;
        width: 700px;
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004595;
        padding: 20px;
}


/*  links ----------- */

a:link {
	color: #7DC9E3;
	text-decoration: none;
}
a:visited {
	color: #7CC8EA;
	text-decoration: none;
}
a:hover {
	color: #044E8B;
	text-decoration: underline;
}
a:active {
	color: #7CC6E9;
	text-decoration: none;
}


a img {border:0px 

}

a:hover img {border:0px 

}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}
