@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#666666;
}
img {border:0;}
a {text-decoration:none;color:#CE0101;
	font-weight:bold;
	border:0px;
	outline:none;}
a:hover {text-decoration:underline;}
h3 {
	padding-top:5px;
	font-size:15px;
	padding-bottom:5px;
}
#page {
	width:950px;
	margin:20px auto;
	/*background:url(../images/main-bg-repeat-y.jpg) repeat-y center;*/
	background:#FFFFFF;
	border-radius: 18px;
}
#header {
	height:191px;
	background:url(../images/header-bg.jpg) no-repeat center top;
	position:relative;
}
#header .cardiovc {
	position:absolute;
	left:20px;
	top:10px;
}
#header .logo {
	position:absolute;
	left:20px;
	top:90px;
}
#header .banner {
	position:absolute;
	left:320px;
	top:37px;
}
#header .header-top {
	background:url(../images/bullet-1.png) no-repeat left 50%;
	padding-left:30px;
	width: 470px;
	height:25px;
	float:right;	
	font-size:12px;
	color:#000000;
	padding-top:12px;
	font-weight:bold;
}
#header .english{
	width: 423px;
}
#header .header-top span {
	text-transform:uppercase;
}
#main {
	padding-left:7px;
	padding-right:6px;	
	background:url(../images/mod-bg2-repeat-y.jpg) repeat-y 753px top;
	
}
#main .mainmenu{
	background:url(../images/menu-bg.png) no-repeat;
	height:32px;
}
#main .breadcrumbs {
	background:url(../images/breadcrumbs.jpg) repeat-x top;
	height:20px;
	margin-bottom:0px;
	padding-left:20px;
	padding-top:5px;
}
#main .left {
	width:190px;
	float:left;
	background:url(../images/mod-bg-repeat-y.jpg) repeat-y;	
	height: 440px;
}
#main .content {
	width:707px;
	float:left;
	padding: 63px 20px 10px;
}
#main .nanteriores{
	width: 517px;
}
#main .frontpage {
	width:557px;
	float:left;
}
#main .right {
	width:190px;
	float:right;
	background:url(../images/mod-bg2-repeat-y.jpg) repeat-y;
}
#footer {
	height:252px;
	padding-top:1px;
	text-align:center;
	color:#000000;
	/*background:url(../images/footer-bg.jpg) no-repeat center bottom;*/
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DADADA),
	color-stop(0.66, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #DADADA 0%, #FFFFFF 66%);
	background-image: -moz-linear-gradient(bottom, #DADADA 0%, #FFFFFF 66%);
	background-image: -webkit-linear-gradient(bottom, #DADADA 0%, #FFFFFF 66%);
	background-image: -ms-linear-gradient(bottom, #DADADA 0%, #FFFFFF 66%);
	background-image: linear-gradient(to bottom, #DADADA 0%, #FFFFFF 66%);
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	margin: 5px;
	}
	