/**** 1.1 ENLACES *****/
a, a:link, a:visited {
	cursor: pointer;
	color: #C9D647;
	text-decoration: none;
}

/**** 1.2 ENCABEZADOS *****/
html body div#content div#body_content h1,html body div#content div#body_content h2,html body div#content div#body_content h3 {
	color: #595959;
}

/**** 2. LAYOUT  ****/
html body div#body_wrapper {
	width: 861px;
	margin-left: auto;
	margin-right: auto;
}

html body div#body_wrapper div#barra_menu {
	background: url("../img/barra-menu.png") no-repeat scroll left center transparent;
	color: #FFFFFF;
	font-size: 14px;
	height: 40px;
	padding-left: 20px;
	padding-top: 4px;
	width: 100%;
}

/********* 3.1 LOGIN DE USUARIO TOP ***************/
html body div#body_wrapper div#header div#userarealogin  li a {
	background: url("../img/right-arrow.png") no-repeat left center;
	color: #C9D647;
}

/****4. FOOTER****/
html body  div#footer-wrapper {
	background-color: #C9D647;
	width: 828px;
	margin: 0 auto;
	padding: 0 15px;
}

/**** 5. HOME ****/
html body div#content div#body_content .main-content .showcase-top {
	color: #C9D647;
}
html body div#content div#body_content .main-content .showcase h2, 
html body div#content div#body_content .main-content .showcase a {
	background:none;
	text-decoration:none;
	padding:0;
	margin-bottom:0px;
	font-size: 16px;
	color: #595959;
	display: contents;
}
html body div#content div#body_content .main-content .showcase a.masinfo
	{
	background: url("/img/services/mas-info.png") no-repeat scroll left center transparent;
	padding-left: 23px;
	padding-top: 4px;
	position: absolute;
	left: 180px;
	color: #C9D647;
	display: flex;
	font-size: 12px;
	bottom: 13px;
	width: 100px;
}

html body div#content div#body_content  .right-bar .twitter-box .twitter-time {
	color: #C9D647;
}

/**** 7. PAGINAS FORMULARIO ****/
html body div#content div#body_content .registro-top {
	height: 78px;
	background: url("../img/registro-top.png") no-repeat scroll center
		-5px transparent;
	padding: 10px 20px 0 60px;
}

/**** 9. RIGHT BAR ***/
html body div#content div#body_content  .right-bar ul li {
	background: url("../img/right-arrow.png") no-repeat scroll 0 0
		transparent;
}

/*** 9.4 CONTRATAR BOX ***/
html body div#content div#body_content  .right-bar .caja-lateral .precio-box {
	color: #595959;
}
/**** 9.5 Cajas contenido ***/
html body div#content div#body_content  .right-bar .caja-lateral {
	background: url("../img/box-lateral-mid.png") repeat-y top center;
	padding: 5px 25px;
	font-size: 12px;
}

html body div#content div#body_content  .right-bar .caja-lateral-top {
	background: url("../img/box-lateral-top.png") no-repeat top center;
	height: 38px;
}

html body div#content div#body_content  .box-middle-gray-top {
	background: url("../img/box-middle-gray-top.png") no-repeat top
		center;
}

/******************************* 10.1 Botones *******************************/
.btn {
	font-weight: bold;
	text-align: center;
	color: #595959;
	background: url("../img/btn-bg.png") #C9D647 repeat-x left top;
	padding: 0 10px;
	border: none;
	cursor: pointer;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(com/dinamon/php/css/PIE.htc);
	/* z-index: 10000; */
	position: relative;
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	box-shadow: 1px 1px 2px #333333;
	filter: progid:  DXImageTransform.Microsoft.Shadow(strength=  1,
		direction=  85, color=  '#333333' );
	-ms-filter:
		"progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 85, Color = '#333333')";
	filter: progid:  DXImageTransform.Microsoft.gradient(startColorstr=  '#bc525c',
		endColorstr=  '#5f1118' );
}

.btn-contratar.btn {
	color: #595959;
	font-size: 12px;
	padding-top: 4px;
}

.btn2 {
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: url("../img/btn2-bg.png") #a9a9a9 repeat-x left top;
	padding: 0 10px;
	border: none;
	cursor: pointer;
	height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(com/dinamon/php/css/PIE.htc);
	z-index: 10000;
	position: relative;
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	box-shadow: 1px 1px 2px #333333;
	font-size: 90%;
	font-weight: normal;
	filter: progid:  DXImageTransform.Microsoft.Shadow(strength=  1,
		direction=  85, color=  '#333333' );
	-ms-filter:
		"progid: DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 85, Color = '#333333')";
	filter: progid:  DXImageTransform.Microsoft.gradient(startColorstr=  '#bc525c',
		endColorstr=  '#5f1118' );
}

.btn:focus,.btn:hover {
	border: none;
	color: #fff;
}

.btn2:focus,.btn2:hover {
	border: none;
	color: #fff;
}

.desconectar-btn {
	background: url("../img/desconectar-btn.png") no-repeat;
	height: 36px;
	border: none;
	cursor: pointer;
	width: 143px;
}

/********************** 11. AREA DE USUARIOS ************************/
html body div#content div#body_content .tabla-servicios{
    border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #C9D647;
    margin-left: 3px;
    margin-top: 10px;
    padding: 5px;
    width: 553px;
}

html body div#content div#body_content .main-content.dashboard  h2 {
	color: #C9D647;
	margin-top: 5px;
}

html body div#content div#body_content .caja-avisos-top {
	background: url("../img/notifications-box-top.png") no-repeat left
		top;
	height: 46px;
	width: 556px;
}

html body div#content div#body_content  .box-middle-gray  a.masinfo {
	background: url("../img/services/mas-info.png") no-repeat
		scroll left center transparent;
}

/********************* 12. FORMULARIO ****************************/
.form-top2 {
	background: url("../img/formulario-top2.png") no-repeat scroll center
		top transparent;
}

.form-top {
	background: url("../img/formulario-top.png") no-repeat scroll top
		center;
}

.wizardElement.current {
	background: url("../img/navigator-current.png") no-repeat scroll
		right top transparent;
	color: #FFF;
}

/********************* 13. SERVICIO LOPD ****************************/
div.banner_lopd {
	background: url("../img/banner-lopd.jpg") no-repeat scroll center top
		transparent;
	width: 781px;
	height: 93px;
	padding-bottom: 10px;
}

/***** clases especiales ****/
.red {
	color: #C9D647;
}

.navegador .left-navi {
	background: url("../img/left-arrow.png") no-repeat left center;
	height: 16px;
	width: 8px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.navegador .right-navi {
	background: url("../img/right-arrow.png") no-repeat left center;
	height: 16px;
	width: 8px;
	float: left;
	cursor: pointer;
}

.cdp-cookies {
    background-color: #C9D647;
    bottom: 0;
    position: fixed;
    color: #BBBBBB;
    z-index: 10000;
    width: 828px;
    margin: 0 0 0 17px;    
}

.noticia_info {
	float:left;
	margin: 0 10px 10px 0;
	border:1px solid #CCC;
	background:#FFF;
	font-size:100%;
	position:absolute;
	top:10px;
	left:10px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	padding:5px;
	width:75px;
	text-align:center;
	color:#C9D647; 
	word-wrap: break-word;
}

html body div#body_wrapper div#header div#nav-top ul li a{text-decoration:none;color:#595959;}
html body div#content div#body_content .tabla-servicios th{color:#595959;font-weight:bold;}

html body div#content div#body_content .right-bar .boxtitle{
	color: #595959;
	font-size:15px;
	padding-top: 6px;
	text-align: center;
	margin-top: 2px;
}

html body div#footer-wrapper div#footer div.companyinfo, html body  div#footer-wrapper div#footer div.companyinfo a {
	color: #595959;
	font-size: 11px;
	font-weight: lighter;
	text-decoration:none;
}

html body div#content div#body_content .form-top2 h1 {
	color:#595959;
	font-size:16px;
	font-weight:normal;
	width:161px;
	text-align:center;
	padding-top:2px;
	margin-top: 3px;
}

html body div#content div#body_content .box-middle-gray-top h3{
	color: #595959;
	font-size: 15px;
	padding-top:12px;
	padding-left: 36px;
	font-weight:normal;
}

html body div#content div#body_content .caja-avisos-top h3{
    color: #595959;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 60px;
    padding-top: 15px;
    font-weight:normal;
}

.cdp-cookies-texto a.cdp-cookies-boton {
 	background-color: #222222;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin: 5px auto;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
    width: 75px;
}

html body div#content div#body_content .main-content .featured-home1 {
	background:url("../img/services/featured-home1.jpg") no-repeat;
	margin-bottom:30px;
}
html body div#content div#body_content .main-content .featured-home2 {
	background:url("../img/services/featured-home2.jpg") no-repeat;
	margin-bottom:30px;
}
html body div#content div#body_content .main-content .featured-home3 {
	background:url("../img/services/featured-home3.jpg") no-repeat;
	margin-bottom:30px;
}
html body div#content div#body_content .main-content .featured-home4 {
	background:url("../img/services/featured-home4.jpg") no-repeat;
	margin-bottom:30px;
}

html body div#content div#body_content .right-bar {
	width:257px;
	float:right;
	margin-left: 10px;
}
html body div#content div#body_content .lopd.right-bar {
	margin-top: 32px;
}
html body div#content div#body_content .right-bar .loginbox p.mail-farmasesor a{color:#2772a8;text-decoration:none;}
html body div#content div#body_content .right-bar p.mail-farmasesor{
	color:#595959;font-size:14px;margin-top:10px;padding-left:15px;font-family:Verdana, Arial, Sans-serif;text-align:center;
	background: url("../img/login-info2-ico.png") no-repeat 5px center;
}
html body div#content div#body_content  .right-bar .caja-lateral-btn {
	background:url("../img/box-lateral-btn.png") no-repeat center -10px;
	height:31px;
	margin-bottom:10px;
}
html body div#content div#body_content  .right-bar .loginbox p.tlf-farmasesor{
	color:#2772a8;
	font-size:16px;
	padding-left:15px;
	text-align:center;
	background: url("../img/login-info3-ico.png") no-repeat 40px center;
}
/**** 1.2 ENCABEZADOS *****/
html body div#content div#body_content h1 {
	font-size:22px;
	font-weight:bold;
	margin:0 0 10px 0;
	line-height:100%
}
html body div#content div#body_content .main-content .feature-list {
	border:1px solid #a5a5a8;
	color:#666;
	padding:15px;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:22px;
	background: url("../img/bg-featured.png") repeat-y left center;
}
html body div#content div#body_content .main-content .feature-list-bottom {			
	background: url("../img/shadow-featured.png") no-repeat left center;
	height:18px;
}
html body div#content div#body_content .tabla-servicios a.btn {
	min-width:80px;
	color: #595959;
	padding-top: 7px;
	font-size: 12px;
}
html body div#content div#body_content .caja-avisos {
	width:555px;
	padding: 10px 25px;
	height:180px;
	background:url("../img/notifications-box.png") repeat-y left top;
}
html body div#content div#body_content .caja-avisos-top {
	height:46px;
	width:556px;	
}
html body div#content div#body_content .caja-avisos-bottom{
	background:url("../img/notifications-box-bottom.png") no-repeat left top;
	height:24px;
	width:556px;
	margin-bottom:20px;	
}
html body div#content div#body_content .tabla-servicios-btn {
	background:url("../img/tbl-btn.png") no-repeat left top;
	margin-bottom:10px;
	height:37px;
}
.form-top2 {
	float: left;
	height: 55px;
	padding: 12px 10px 0 25px;
	width: 527px;
}
