﻿body 
{
	padding:0px;
	margin:0px;
	background-color: #F1F0F5;
	font-family:Verdana;
	font-size:12px;
}

#contenedor
{
	margin:0 auto;
	width:750px;
}

#header
{
	margin:0px;
	padding:0px;
	width:869px;
	height:245px;
}

.menu
{
	background-image:url('../images/bgbarra.jpg');
	height:42px;
		margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.btnMenu:link,
.btnMenu:active, 
.btnMenu:visited
{
	float:right;
	height:42px;
	display:block;
	text-align:center;
	vertical-align:middle;
	color:White;
	text-decoration:none;
}

.btnMenu:hover
{
	float:right;
	height:42px;
	display:block;
	text-align:center;
	vertical-align:middle;
	color:White;
	text-decoration:none;
	background-image:url('../images/bgbtn.jpg')
}

#main
{
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:White;
}

#content
{
	min-height:480px;	
}

#footer
{	
	height:40px;
	background-image:url('../images/bgblack.jpg');
	background-repeat:repeat-x;
	width:740px;
	color:white;
	padding-left:10px;
	clear:both;
}

#title
{
	width:485px;
	height:42px;
	float:right;
	text-align:right;
	padding-right:12px;
	font-family:Arial;
	font-size:20px;
	color:#91000E;
	background-image:url('../images/shadow1.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-top:15px;
	position:relative;
	top:-25px;
}

.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;
}

.box
{
	background-image:url('../images/middlebar.jpg');
	background-repeat:repeat-x;
	text-align:center;
	color:White;
	width:230px;
	padding-bottom:3px;
}

a
{
	color:White;
	text-decoration:none;
}

.titulo
{
	background-image:url('../images/bgbarra2.jpg');	
	height:17px;
	background-repeat:repeat-x;
	color:White;
	padding:10px;
	font-size:15px;
}

.box1
{
	border:#ccc solid 1px;
	padding:10px;
}

.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;
}