@charset "utf-8";
/* CSS Document */
body {
	background-color:#EDE3E3;
	margin:0;
	padding:0;
	text-align:center;
}
img {
	border:none;
}
hr {
	margin:0 auto 0 auto;
	padding:0;
}
.pagina {
	margin:0 auto;
	padding:0;
	background-color:#EDE3E3;
	width:100%;
}
	#cabecera {
		margin:0;
		padding:0;
		height:200px;
		background:url('images/logo.png') no-repeat 95% 0;
		border-top:4px solid #cc0000;
		border-left:6px solid #cc0000;
	}
		.logo {
			margin-left:20px;
			padding:0;
			float:left;
			width:800px;
			height:200px;
		}
	.menu {
		margin:0;
		padding:0;
		float:none;
		clear:both;
		height:30px;
		text-align:center;
		background:#990000 url('images/bg-menu.png') top left repeat-x;
	}
		.menu a {
			margin:0;
			padding:0 15px 0 15px;
			float:left;
			height:30px;
			background:#990000 url('images/bg-menu.png') top left;
			line-height:30px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			color:#FFFFFF;
			text-decoration:none;
			border-right:4px solid #FFFFFF;
		}
			.menu a:hover .menu a:active {
				background:#CC0000 url('images/bg-menu-hover.png') top left;
			}
			.menu-deco {
				margin:0;
				padding:0;
				float:right;
				width:150px;
				height:30px;
				background:#990000 url('images/bg-menu-deco.png') top right;
			}
	#contenido {
		margin:0 auto;
		padding:10px 0 10px 0;
		float:none;
		clear:both;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;		
		width:850px;
	}
		#contenido h1 {
			margin:0;
			padding:0 0 5px 0;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size:24px;
			font-weight:normal;
			font-style:italic;
			color:#990000;
			text-align:right;
			line-height:24px;
		}
		.post {
			margin:15px 0 15px 0;
			padding:0 5px 0 5px;
			width:500px;
			float:left;
			font-size:14px;
			text-align:left;
		}
		#contenido h2 {
			margin:0;
			padding:5px 0 5px 0;
			font-family:Georgia,"Times New Roman",Times,serif;
			font-size:18px;
			font-weight:normal;
			font-style:normal;
			color:#336699;
			text-align:left;
		}

			.imgslice {
				border:#CC0000 solid 2px;
			}
			.post p {
				 text-align:justify;
				 line-height:150%;
			}
			.post ul {
				margin:0;
				padding:5px 0 0 20px;
				text-align:justify;
			}
				.post ul li {
					margin:0;
					padding:0 0 5px 0;
					line-height:150%;
				}
	.sidebar {
		margin:0;
		padding:0;
		width:150px;
		float:right;
		width:275px;
	}
	
	.perfil {
		background:url('images/bg-profilo.png') bottom center no-repeat;
		height:350px;
	}
	#pie {
		margin:0 auto;
		padding:0;
		float:none;
		clear:both;
		font-family:Tahoma,Arial,'Bitstream Vera Sans',sans-serif;
		font-size:11px;
		color:#333333;
		line-height:150%;
		width:800px;
	}
		#pie a {
			color:#336699;
			text-decoration:none;
		}
			#pie a:hover {
				color:#3399FF;
				text-decoration:underline;
			}
		.copyright {
			margin:10px 0 0 0;
			padding:0;
			text-align:left;
		}
	#contact-form label {
		margin:0 0 10px 0;
		padding:0;
		float:left;
		width:120px;
		height:30px;
		line-height:30px;		
	}
	#contact-form input {
		margin:0 0 10px 0;
		padding:8px 5px 8px 5px;
		float:right;
		width:290px;
		height:14px;
		background:#FFFFFF url('images/bg-input.png') top left repeat-x;
		border:none;
	}
		.veri {
			margin:180px 0 10px 0 !important;
			line-height:normal !important;
		}
		.enviar {
			margin:0 0 10px 0 !important;
			padding:0 !important;
			width:100px !important;
			height:30px !important;
			float:none;
			clear:both;
			background:#990000 url('images/bg-button.png') top left repeat-x !important;
			color:#FFFFFF;
			text-align:center;
		}
	#contact-form textarea {
		margin:0 0 10px 0;
		padding:5px;
		float:right;
		width:290px;
		height:200px;
		background:#FFFFFF url('images/bg-textarea.png') top left no-repeat;
		border:none;
	}
.mapa {
	margin:0 0 20px 0;
	padding:0;
	width:100px;
	height:109px;
	background:url('images/info_1.png') no-repeat top left;
	float:right;
}
.mapa:hover{
	background:url('images/info_1-hover.png') no-repeat top left;
}
.mapasegundo {
	margin:0 0 20px 0;
	padding:0;
	width:300px;
	height:109px;
	float:right;
	background:url('images/info_2.png') no-repeat top left;
}
.tabla {
	clear:both;
	float:none;
	width:100%;
}
.error {
	border:1px #CC0000 solid !important;
	background:#FFFFFF !important;
	font-weight:bold !important;
	text-align:center !important;
	color:#990000 !important;
}

/* Ultimos agregados */
.index-flash {
	margin:0;
	padding:0;
	border:2px solid #990000;
	width:450px;
	height:338px;
}