.branding-top {
	background: url(dnn_large_banner.png) no-repeat top left;
	width: 890px;
	height: 427px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.feeds {
	margin: 0;
}

.branding-bottom dl {
	background: url(itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(training_title.gif) no-repeat top left;
}
.training dt {
	background: url(training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .feeds {
	background: url(feeds_title.gif) no-repeat top left;
}
.feeds dt {
	background: url(feeds_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
div.link_adminguide {
	float:left;
	background: url(dnn_adminguide.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:545px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 255px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 50px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:330px;
}
#QuickLinks h2, #QuickLinks p
{
	margin: 5px 5px;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

#TelerikInside
{
	background: white url('telerikInside.jpg');
	border: 1px #cccccc solid;
	padding: 20px 5px 10px 130px;
	margin-bottom: 5px;
	width: 205px;
	height: 140px;
	border-style:none;
}

#TelerikInside h2
{
	font-weight: bold;
}

#RightColumnInfo
{
	float:right;
	width:340px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#qlCol1, #qlCol2
{
	margin: 5px 5px 15px;
	padding-left: 12pt;
	float: left;
	position:relative;
}



/*--------INICIO DE MENU CON SUBLISTAS--------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type:circle;
width: 280px; /* Width of Menu Items */
color:#333333;

}

.suckerdiv .Lista li { color:#00FF00;}


	
.suckerdiv ul li{
position: relative;
margin-left:15px;
color:#012D58;
}
	
/*Sub level menu items */
.suckerdiv ol ul li ul{
position:static;
width:280px; /*sub menu width*/
top: 0;
visibility: hidden;
color:#333333;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:black;
text-decoration: none;
padding-bottom:4px;
/*padding: 1px 5px;*/
}

.suckerdiv ul li a:visited{

}

.suckerdiv ul li a:hover{
text-decoration:underline;
color:blue;
}

.suckerdiv .subfolderstyle{
/*background: url(/images/arrow-list.gif) no-repeat center right;*/
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
*html .suckerdiv ul li a { height: 1%; }
/* End */

/* End */

/***********modificaciones Jvalle************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.emp{
border-bottom-width: 0;
width: 280px;
}

* html .emp{ /*IE only rule. Original menu width minus all left/right paddings */
width: 280px;
}

.emp ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.emp a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

html>body .emp a{ /*Non IE rule*/
width: auto;
}


/*Sub Lista*/
.emp ul li ul li{
padding: 0;
margin-left:15px;
list-style-type: none;
}

.emp ul li ul li a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}


.emp ul li ul li a:hover{
background-color: #F8FBBD;
color: black;
}



/**Portal Empresarial Inicio**/

#divGeneral { width:910px; height:auto;}

#LoginInfoP
{
	width:550px; 
	float:left;
}
#LoginInfoP h3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
	background-color:#EFEFEF;
	color: #006297;
	padding: 2px 0px;
	text-align: center;
	min-height:20px;
	height:auto;
}
#LoginInfoP dd, #LoginInfoP dt 
{
	display:inline;
}

#LoginInfoP p.LoginNotesP
{
	font-size: .8em;
}
#LoginInfoP div.LoginBlockP {
	float: left;
	width: 210px;
	padding: 2px 2px;
	margin: 0px 1px;
	border: 1px #f0f0f0 solid;
}

#QuickLinksP 
{
	background-color:#ECE9D8;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:300px;
	min-height:50px;
	height:auto;
}
#QuickLinksP h2, #QuickLinksP p
{
	margin: 5px 5px;
}
div.hrP
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hrP hr
{
	display: none;
}

#TelerikInsideP
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:300px;
	margin-bottom:5px;

}

#TelerikInsideP h2
{
	font-weight: bold;
}

#RightColumnInfoP
{
	float:right;
	width:340px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#qlCol1P, #qlCol2P
{
	margin: 5px 5px 15px;
	padding-left: 12pt;
	float: left;
	position:relative;
	width:230px;
}


#LoginInfoP2
{
	width:910px; 
	float:left;
}


#LoginInfoP2 div.LoginBlockP2 {
	float: left;
	width: 210px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}

#LoginInfoP2 h3
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color:#EFEFEF;
	color: #006297;
	padding: 2px 0px;
	text-align: center;
	min-height:30px;
	height:auto;
}



/*Jvalle Portal Empresarial*/

#Componente1 
{ width:250px;
height:auto;
padding-top:118px; background-image: url(img_ComponenteUno.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}

#Componente2
{ width:250px;
height:auto;
padding-top:118px; background-image: url(img_ComponenteDos.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}

#Componente3
{ width:250px;
height:auto;
padding-top:118px; background-image: url(img_ComponenteTres.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}


#Componente4
{ width:250px;
height:auto;
padding-top:118px; background-image: url(img_ComponenteCuatro.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}

#Componente5
{ width:250px;
height:auto;
padding-top:118px; background-image: url(img_ComponenteCinco.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}

#Componente6
{ width:250px;
height:auto;
padding-top:118px; background-image: url(img_ComponenteSeis.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/

}


#Componente7
{ width:250px;
height:auto;
padding-top:118px; background-image: url(exportaciones.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}

#Componente8
{ width:250px;
height:auto;
padding-top:118px; background-image: url(videoCapacitacion.jpg); background-repeat:no-repeat;
/*	background-color:#D9E9F6;*/
}

#navEmp { 
		margin:0px; 
		padding:0px; 
		/*position:absolute; top: 10px; */
		display:block;
		/*background-color:#D9E9F6;*/
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:auto;
		text-transform:uppercase;
		}  
		
#navEmp > li { 
			list-style-type:none; 
			float:left; 
			display:block; 
			margin:0px 0px;  
/*			position: absolute; */
			padding:10px; 
			width:230px;
			font-family:Arial, Helvetica, sans-serif;
			color:#595959;
			font-size:12px;
			border-bottom:#666666 1px solid;
		}  
		
#navEmp > li a{
		color:#595959;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
}

#navEmp > li:hover ul { 
				display:block; 
				}  

#navEmp > li:hover { 
			background-color: #EBF3FA; 
			-moz-border-radius:2px; 
			-webkit-border-radius:2px; }  

/*Sub Listas*/
#navEmp li ul {
			margin:0px 0px 2px 4px; 
			padding:0px; 
			display:none;
			
			}  


#navEmp li ul li { 
			margin-bottom:4px; 
			list-style-type:none; 
			margin:5px 0 0 0;
			color:#004780;
			}  

#navEmp li ul li a { 
			margin:2px 0px 2px 4px; 
			display:block; 
			padding:0px 0px; 
			color:#004780; 
			text-decoration:none;
			margin-bottom:2px;
			border-bottom:#003333 1px dotted;
			}  

#navEmp li ul li:hover a { 
				margin-bottom:4px; 
				
				-moz-border-radius:1px; 
				-webkit-border-radius:1px;
				text-decoration:underline;
				}  

/*Sub Listas de Sublista*/
#navEmp li ul li ul{
			margin:0px 0px 2px 4px; 
			padding:0px; 
			display:none;
			
			}  


#navEmp li ul li ul li{ 
			margin-bottom:2px; 
			list-style-type:none; 
			margin:5px 0 0 0;
			color:#004780;
			}  

#navEmp li ul li ul li a { 
			margin:2px 0px 2px 4px; 
			display:block; 
			padding:0px 0px; 
			color:#004780; 
			text-decoration:none;
			margin-bottom:2px;
			
			}  

#navEmp li ul li ul li:hover a { 
				margin-bottom:4px; 
				
				-moz-border-radius:1px; 
				-webkit-border-radius:1px;
				text-decoration:underline;
				}  


#navEmp li span { 
				cursor:pointer; 
				margin:0px 0px; 
				font-weight:bold; 
				
				}  
#clearBoth { clear:both; width:250px;  height:5px;}



/******************************************************************************/
/**** Estilo PRAMECLIN      ***/
/******************************************************************************/

/*.main { margin:0 auto; padding:0;}
.resize { width:960px; padding:0; margin:0 auto;}*/

/********** header **********/
.header_resize { background:url(bggrande2.jpg) top center no-repeat; padding:0; margin:0; height:600px; width:auto !important; background-color:#000;}
.header { width:960px; padding:0; margin:0 auto; }
.header_blog { background:url(bggrande2.jpg) top center scroll; padding:10px 0 0 0; margin:0; height:500px; width:auto !important;}
.header_blog2 { background:url(bgsmall.jpg) top center repeat-x; padding:0 0 0 0; margin:0; height:115px;}
.header_blog2 h2 { font: bold 36px Arial, Helvetica, sans-serif; color:#fff; padding:0 0 0 15px; margin:0;}
.header_blog h2 { font: normal 18px Arial, Helvetica, sans-serif; color:#1d1d1d; padding:10px 0 0 15px; margin:0;}
.header_blog p { font: normal 11px Arial, Helvetica, sans-serif; color:#fff; padding:0 0 30px 15px; margin:0;}


/*menu*/
.menu { padding:13px 0 0 0; margin:0 ; width:690px;  float:right; background:url(bgbotones.png) bottom right no-repeat;}
.menu ul { text-align: right;  padding:0; margin:0; list-style:none; border:0; float:right;}
.menu ul li { float:left; margin:0; padding:0 5px; border:0;}
.menu ul li a { float:left; margin:0; padding:12px 0; color:#fff; font:normal 12px Arial, Helvetica, sans-serif; text-decoration:none;}
.menu ul li a span { padding:12px 9px; background:none;}
.menu ul li a:hover {  background: url(r_menu.gif) no-repeat right;}
.menu ul li a:hover span {   background:url(l_menu.gif) no-repeat left;}
.menu ul li a.active {  background:url(r_menu.gif) no-repeat right;}
.menu ul li a.active span {   background:url(l_menu.gif) no-repeat left;}

.PRAMECLIN_TOP_MENU{ background:url(bg_topmenu.jpg) no-repeat left bottom; width:952px; float:left; height:35px; text-align:left; padding-top:20px; }
a.PRAMECLIN:link, a.PRAMECLIN:visited{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#FFF; text-decoration:none; margin-left:37px; margin-right:37px;}
a.PRAMECLIN:hover{ font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: #01adfd; text-decoration:none;  margin-left:37x; margin-right:37px;}

/* search */
.search { padding:10px 0 0 0; margin:0; width:260px; float:right;}
.search form { float:right; padding:0; margin:0;}
.search span { display:block; float:left; background: url(search_bg.gif) left top no-repeat; width:200px; padding:0 5px; height:31px;}
.search form .keywords { width:200px; line-height:13px; height:13px; float:left; background:none; border:0; padding:9px 2px; margin:0; font:normal 11px Arial, Helvetica, sans-serif; color:#acacac;}
.search form .button { float:left; margin:0; padding:0;}

/* body */
.body_resize  { padding:0; width:950px; margin:0 auto; background-color:#0082bf;}
.body { padding:5px 0 0 0; margin:0 auto; background-color:#FFF; border-top:none; }
.body h2 {	font:bold 14px Arial, Helvetica, sans-serif;	color:#0467a4;	padding:10px 5px 10px 5px;	margin:0;	text-transform:uppercase;}
.body h2 span { font: normal 11px Arial, Helvetica, sans-serif; color:#0467a4; text-transform:none;}
.body h3 { font:bold 14px Arial, Helvetica, sans-serif; color:#0467a4; padding:1px 5px; margin:0; text-transform:uppercase; }
.body h4 {	font:bold 14px Arial, Helvetica, sans-serif;	color:#C00;	padding:10px 5px 10px 5px;	margin:0;	text-transform:uppercase;	border:thin #999 solid;	width:auto !important;}
.body h5 {	font:bold 14px Arial, Helvetica, sans-serif;	color:#C00;	padding:5px 5px 0px 5px;	margin:0;	text-transform:uppercase;}
.body p {	font:normal 12px Arial, Helvetica, sans-serif;	color:#0467a4;	line-height:1.8em;	padding:3px 5px;	margin:0;}
.body p span {	color:#0467a4;	line-height:1.8em;	padding:5px 0;	margin:0;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	font-style: normal;	font-weight: normal;	font-variant: normal;}
.body p.grey { font:normal 12px Arial, Helvetica, sans-serif;  line-height:1.8em; padding:3px 5px; margin:0; color:#565656;}

.body a:link,a:visited { color:#C00; text-decoration:none; font: bold 12px Arial, Helvetica, sans-serif;}
.body a:hover { color:#0000FF; text-decoration:none; font: bold 12px Arial, Helvetica, sans-serif;}
.body img,.body object { float:left; margin:5px 15px 5px 5px; padding:0;}
.body img.recuadro {border:#666 1px solid; padding:2px; margin:2px;}
.body img.floated { float:right; margin:5px 20px; padding:0;}
.PRAMECLIN_right { width:225px;  float:right; text-align:center;  margin-top:5px;}
.PRAMECLIN_left {width:225px;  float:left; text-align:center; margin-top:5px;}
.PRAMECLIN_center {width:496px;  float:left;  margin-top:5px; background-color: #edfafd; border:#FFF thin solid; height:200px;}
.PRAMECLIN_cuadro { border:#FFF thin solid; width:220px; margin-left:1px; margin-right:1px; }
.PRAMECLIN_cuadro h3{ font-family: Arial; font-size:14px; color:#FFF; font-weight:bold; width:201px; height:25px; background-color:#044871; margin:0; vertical-align:middle; text-align:left; padding-left:18px; padding-top:5px; margin-bottom:5px; background-image:url(flechadown.gif); background-position:left; background-repeat:no-repeat;}

/*.body_bottom */
.body_bottom { background-color:#000; padding:0; margin:0;}
.body_bottom .block { width:310px; float:left; padding:0px 5px; margin:0;}
.body_bottom h2 { font: bold 14px Arial, Helvetica, sans-serif; color:#2a2a2a; padding:15px 10px; margin:0; text-transform:uppercase;}
.body_bottom p { font: normal 12px Arial, Helvetica, sans-serif; color:#565656; padding:10px 5px; margin:0; line-height:1.8em;}
.body_bottom a { font: bold 12px Arial, Helvetica, sans-serif; color:#bfbfbf; text-decoration:none;}
.body_bottom img { float:left; margin:10px; padding:0;}
.body_bottom_resize { width:960px; padding:0; margin:0 auto; background-color:#FFF;}

/* FBG */
.FBG_resize { background: #252525; margin:0; padding:0;}
.FBG { margin:0 auto; padding:20px 0; width:960px;}
.FBG h2 { font:bold 14px Arial, Helvetica, sans-serif; color:#f6f6f6; padding:15px 5px; margin:0; text-transform:uppercase;}
.FBG ul { list-style:none; margin:0; padding:0;}
.FBG li { background:url(images/ul_li_FBG.gif) left no-repeat; padding:1px 0 1px 15px; margin:0;}
.FBG li a { font:normal 11px Arial, Helvetica, sans-serif; color:#646464; text-decoration:none; text-transform:none;}
.FBG li a:hover { text-decoration:none; color:#f6f6f6;}
.FBG a { font: bold 11px Arial, Helvetica, sans-serif; color:#a7a7a7; text-decoration:none; text-transform:uppercase;}
.FBG p { font:normal 11px Arial, Helvetica, sans-serif; color:#646464; line-height:1.8em; padding:5px 5px; margin:0;}
.FBG img {margin:5px; padding:0;}
.FBG .blog { width:290px; float:left; margin:10px 0 10px 15px; padding:5px;}
.FBG .blog2 { width:130px; float:left; margin:10px 0 10px 15px; padding:5px;}

/********** contact form **********/
#contactform { margin:0; padding:5px 10px; }
#contactform * { color:#F00; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both; }
#contactform li.buttons { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:100px; display:block; padding:5px 0 0 0; color:#575757; font: normal 12px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left; }
#contactform label span { color:#F00; }
#contactform input.text { width:230px; border:1px solid #e1e1e1; margin:2px 0; padding:5px 2px; height:16px; background:#fff; float:right; }
#contactform textarea { width:230px; border:1px solid #e1e1e1; margin:2px 0; padding:2px; background:#fff; float:right; }
#contactform li.buttons input { padding:3px 0 3px 180px; margin:10px 0 0 0; border:0; color:#FFF; float:left; }

/*************footer**********/
.footer_resize { width:960px; margin:0 auto; padding:0;}
.footer {padding:0;  margin:0; background:url(images/footer_bg.gif) top repeat-x;}
.footer img { float:left; margin:0; padding:0;}
.footer p { font:normal 11px  Arial, Helvetica, sans-serif; color:#6d6d6d;}
.footer a { font:bold 11px Arial, Helvetica, sans-serif; color:#7a7a7a; text-decoration:none; padding:5px; margin:0;}
.footer span { padding:10px 0 0 0; margin:0;}
.footer p.rightt { text-align:left; width:35%; margin:0; padding:20px 20px 0 0; float:right;} 

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { float:right; clear:both; border-top:1px solid #e1e1e1; width:100%; padding:0; margin:5px 0; background:none; line-height:0;}

/* Foto Slider */
#slider {  width:950px; padding:0 0 0 0; margin:0 auto;}
div#slideshow { float: left; width: 100%; height: 348px; }
.slider-item { width: 100% !important; height: 348px; }
.slider_content_inner img { border: none; }
.controls-center { width: 950px; margin-left: auto; margin-right: auto; }
#slider_controls { float: right; position: relative; background:url('pag_bg2.gif') no-repeat top center; margin:0; z-index: 1000; width:950px; height:23px;}
#slider_controls ul { margin:0 auto; padding:2px 23px 2px 0; width:108px;}
#slider_controls ul li { margin: 0; padding: 0; list-style: none; }
#slider_controls ul li { float: left; display: block; }
#slider_controls ul li a { width: 10px; height: 10px; background:url('tabs_2.gif') no-repeat center center; display: block; float: left; padding:2px; margin:2px !important; margin:1px 1px; outline: none; }
#slider_controls ul li a:focus { outline: none; }
#slider_controls ul li a:hover,
#slider_controls ul li a.activeSlide { background:url('tabs_1.gif') no-repeat center center; }

