@charset "UTF-8";

/* CSS Document */

/***************************************
CSS RESETS
****************************************/
div, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li {
	margin: 0px;
	padding: 0px;
}

/***************************************
ESTILOS GENERALES
****************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: #D9E3E5 url(img/cardi_background.jpg) repeat-x;
}


/***************************************
ESTRUCTURA
****************************************/

#breadcrumb  {
	margin:10px auto 5px 10px;
}

#wrapper {
	width:950px;
	margin:0 auto;
}

#extraNav {
	background: url(img/extra_nav.gif) no-repeat;
	height: 23px;
	position: relative;
}

#maincontent {
	width: 948px;
	float: left;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	background: #D2E2E8 repeat-x top;
}

#lateral {
	width: 270px;
	float: left;
	background: #E4F3F2 url(img/gradientbglateralv1.jpg) no-repeat bottom;
	padding-top: 20px;
	padding-left: 10px;
}

#lateral.2CallToAction {
	background: #E4F3F2 url(img/gradientbglateralv2.jpg) no-repeat bottom;
}

#footer {
	clear:both;
	height: 73px;
	padding-top: 36px;
	background: url(img/footer_bg.gif) no-repeat top;
}

#content.onecol {
	margin:0 auto;
	width: 908px;
	border:none;
	padding: 20px;
}

#content {
	background-color:#FFF;
	width: 627px;
	float: right;
	min-height:665px;
	height:auto !important;
	height:665px;
	padding: 20px 20px 80px;
	border-left: 1px solid #C0C0C0;
}

#centeredcontent {
	margin:0 auto;
	width: 568px;
}

#homePage #content.onecol {
	margin:0 auto;
	border:none;
	width: 100%;
}

#homePage #content {
	background-color:#FFF;
	float: right;
	border-left: 1px solid #C0C0C0;
	padding:0px;
}

/***************************************
ESTRUCTURA HOME
****************************************/
#maincontent #homeContent {
	width: 948px;
	float: left;
	background-color: #FFF;
}
#homeContent  #superiorA {
	width: 337px;
	height: 394px;
	background-color: #E4F3F2;
	border-right: 1px solid #999999;
	float: left;
}
#homeContent  #superiorB {
	width: 610px;
	background-color: #FFFFFF;
	float: right;
}

#homeContent #testimonios {
	background: #E4F3F2;
	height: 117px;
	bottom: 0px;
}

#homeContent #noticias {
	height: 273px;
}

#homeContent #inferiorA {
	width: 318px;
	height: 370px;
	float: left;
	clear: both;
	padding: 10px;
	position: relative;
	background-color: #666666;
	background-image:url(img/CentroCardiConoce.jpg)
}

#homeContent  #inferiorB {
	width: 305px;
	height: 390px;
	float: right;
	background-color: #FFF;
}
#homeContent  #inferiorC {
	width: 304px;
	height: 390px;
	float: right;
	border-left: 1px solid #999999;
}

#RadioCardiPlayerHome {
	width: 301px;
	margin: 0 auto;
}

#superiorBRight {
	background: #E4F3F2;
	height: 196px;
	width: 50%;
	float: right;
	position: relative;
}

#superiorBLeft {
	height: 196px;
	width: 50%;
	float: left;
	position: relative;
}

#talleres {
	height: 196px;
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#imagenTalleres {
	width: 109px;
	float: left;
}

#talleresRightContainer {
	float: right;
	margin-left: 10px;
	width: 450px;
}

#talleresA {
	width: 120px;
	float: left;
}

#talleresC {
	width: 130px;
	float: right;
}

#talleresB {
	width: 180px;
	float: right;
	padding-left: 5px;
}

.linkedDiv {
	height:100%;
	width:100%;
	cursor:pointer;
	
}

#centeredcontent #playerCardi {
	position: relative;
	margin: 0 auto;
	width: 434px;
}

#playerCardi #flotante {
	position: absolute;
	top: 40px;
	left: 70px;
}

