﻿body {
	background:#650e10; 
	margin:0;
	font:10pt "Trebuchet MS", verdana, sans-serif;
}

#container {
	width:1024px; 
	margin:0px auto;
	background-color:#ddd9ce;
}

/* estilos HEADER */

#header {
	background:url(images/header-bg.jpg) repeat-x;
	height:185px;
	padding:34px 0 0 61px;
}

#header .titulo {
	padding:76px 23px 0 213px;
	background:url(images/logo.jpg) no-repeat;
}

#header .titulo h1 {
	font-size:24px;
	margin:0;
	background:url(images/header-doot.gif) repeat-x bottom;
	padding-bottom:15px;
}

#header .titulo p {
	font-size:16px;
	margin:15px 0 0 0;
	line-height:18px;
}

/* estilos BODY */

.colLeft {
	float:left;
	width:748px;
}

.colLeft .boxBlack {
	margin-left:33px;
	background:url(images/box-bg.jpg) repeat-x;
	color:#fff;
	height:244px;
}

.colLeft .boxBlack span {
	background:url(images/box-top.gif) no-repeat top;
	padding:27px 29px 0 29px;
	display:block;
	font-size:18px;
	height:53px;
	line-height:20px;
}

.colLeft .boxBlack p {
	margin:15px 29px 0 29px;
	line-height:15px;
}

.colLeft .boxBlack .destacado {
	font-size:16px;
	line-height:18px;
}

.botones {
	background:url(images/box-bottom.jpg) no-repeat;
	padding-left:60px;
	height:98px;
}
.botones .white {
	float:left;
	width:99px;
	text-align:center;
	text-decoration:none;
	color:#650e10;
	line-height:14px;
	padding-top:13px;
}

.botones .white:hover {
	color:#a01919;
}

.botones .white span {
	display:block;
	margin-top:10px;
}

.botones .red {
	float:left;
	width:99px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	line-height:14px;
	padding-top:23px;
}

.botones .red:hover {
	color:#ccc;
}

.colRight {
	float:left;
	width:271px;
	background:url(images/botRound.jpg) no-repeat;
	margin:15px 0 0 5px;
}

.colRight .botonRound {
	display:block;
	width:239px;
	text-align:center;
	color:#fff;
	font-size:27px;
	line-height:29px;
	margin:70px 0 0 5px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.colRight .botonRound .destacado {
	font-weight:bold;
	display:block;
}

.colRight .botonRound .small {
	font-size:20px;
	line-height:22px;
	display:block;
	margin-top:20px;
}

.colRight .link {
	color:#a01919;
	font-size:11px;
	margin:55px 0 0 85px;
	display:block;
}

.colRight .link:hover {
	color:#db5858;
}

/* estilos FOOTER */

#footer {
	clear:both;
	background:url(images/footer-bg.jpg) repeat-x;
	height:86px;
	color:#fff;
	padding:15px 40px 0 40px;
}

#footer .menu {
	background:url(images/footer-logo.jpg) no-repeat;
	text-align:right;
	font-size:11px;
	height:60px;
	padding-top:14px;
}

#footer .menu a {
	color:#fff;
}

#footer .menu a:hover {
	color:#ccc;
}

#footer .menu p {
	margin:10px 0 0 0;
}


