﻿body 
{
	background-color:#1D1F1C;
	font-family:Arial, Verdana;
	font-size:12px;
	margin:0px;
}

#page
{
	margin:0 auto;
	width:751px;
}

#body
{
	background-color:#eeeeee;
}

#menu
{
	background-image:url('../images/bgmenu.jpg');	
	height:45px;
	text-align:center;
	color:White;
}

#content
{
	min-height:530px;
}

#footer
{
	margin-left:6px;
	margin-bottom:15px;
	background-color:#eeeeee;
}

.title
{
	background-color:White;
	margin-top:10px;
	width:180px;
	height:32px;
	font-size:24px;
	font-family:Georgia, Garamond;
	color:#A21A1C;
	background-image:url('../images/tagtitle.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	
}

.text
{
	padding:25px;
}

.colright
{
	float:right;
	margin-top:10px;
	margin-right:15px;
}

.lnkMenu:link, .lnkMenu:active, .lnkMenu:visited
{
		color:White;
		text-decoration:none;
}

.lnkMenu:hover
{	
	color:White;
	font-weight:bold;
}

.titulo
{
	background-image:url('../images/boxHeaderBg.jpg');	
	background-position:center center;
	height:27px;
	padding-top:6px;
	padding-left:5px;
	font-size:16px;
	color:White;
	font-weight:bold;
}

.imglink
{
	border:3px;
}

.imglink:link, 
.imglink:activa, 
.imglink:visited
{
	border: gray solid 3px;
	padding:2px;
	display: block;
}

.imglink:hover
{
	border: red solid 3px;
	padding:2px;
	display: block;
}

.colRight
{
	width:245px;
	min-height:100px;
	float:right;
}

.colLeft
{
	width:455px;
	line-height:20px;
	padding-left:15px;
	padding-right:20px;
	text-align:justify;
	padding-bottom:20px;
}

.Comentario
{
	min-height:25px;
	width:450px;
	background-image:url('../images/commentsBg.jpg');
	background-repeat:repeat-x;
	background-color:#f8f8f8;
	padding:10px;
}

.ComentarioNombre
{
	background-image:url('../images/commentsBottom.jpg');
	background-repeat:repeat-x;
	width:470px;
}

.boxBg
{
	background-image:url('../images/boxBg.jpg');
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}

.boxHeader
{
	background-image:url('../images/boxHeaderBg.jpg');	
}

.boxHeaderLeft
{
	width:150px; 
	float:left;	
	padding:5px;
	color:White;
	font-family:Georgia;
	font-size:14px;
}