#page_clientes {
    float: left;
    padding: 10px 10px 10px 10px;
    width: 960px;
    background-color: #d1d1d1;
}

/* Sección clientes MED */
#page_clientes #clientes {
    float: left;
    width: 616px;
	border: 7px solid #471812;
	overflow: hidden;
	background-color: #f5f6f6;
    color: #626262;
    font-family: Calibri, Trebuchet, sans-serif;
    font-size: 12px;
    line-height: 15px;
}
#clientes .title{
    float: left;
    padding: 0 0 14px 6px;
	width: 610px;
	background-color: #471812;
}
#page_clientes #opinions{
    float: left;
    width: 614px;
	height: 734px;
}
#clientes #opinions p {
    float: left;
    padding: 13px 23px 12px 19px;
	border-bottom: 7px solid #f2d4c5;
    width: 574px;
    /*height: 72px;*/
    background-color: #edf4f8;
}
#clientes #opinions p span{
    display: block;
    padding-top: 5px;
    color: #d97226;
    font-size: 14px;
    font-weight: bold;
}
#clientes #pagination {
    float: left;
    padding-top: 8px;
    width: 616px;
	height: 24px;
	background-color: #f5f6f6;
	text-align: center;
    font-size: 14px;
}
#pagination  a{
	padding: 0 8px;
	color: #000000;
	text-decoration: none;
}

/* Sección sitios MED */
#page_clientes #sites_container {
    float: left;
    margin-left: 11px;
    width: 319px;
    /*border: 1px solid blue;*/
}
#page_clientes #sites_container .site {
    float: left;
    margin-bottom: 5px;
    padding: 10px 7px;
    width: 305px;
    height: 251px;
    background-color: #ffffff;
}
#page_clientes #sites_container .site .goto {
    float: left;
    width: 303px;
    height: 229px;
    overflow: hidden;
    border: 1px solid #848484;
}
#page_clientes #sites_container .site .goto .bckg_img {
    float: left;
    width: 303px;
    height: 229px;
}
#page_clientes #sites_container .site .goto .adjustment_popup_goto {
    position: relative;
    right: 0px;
    bottom: 52px;
    float: left;
    width: 303px;
    height: 52px;
    background-color: transparent;
    overflow: hidden;
    z-index: 100;
}
#page_clientes #sites_container .site .goto .popup_goto {
    float: left;
    padding: 16px 14px;
    width: 275px;
    height: 142px;
    background-color: #211406;
    font-family: Calibri, Trebuchet, sans-serif;
    font-size: 18px;
}
#page_clientes #sites_container .site .goto .popup_goto .popup_image {
    float: left;
    width: 275px;
    height: 25px;
}
#page_clientes #sites_container .site .goto .popup_goto p {
    float: left;
    padding-top: 22px;
    height: 71px;
}
#page_clientes #sites_container .site .goto .adjustment_mask {
    position: relative;
    right: 0px;
    bottom: 104px;
    float: left;
    width: 303px;
    height: 52px;
    background-color: transparent;
    overflow: hidden;
    z-index: 200;
}
#page_clientes #sites_container .site .goto  .adjustment_mask .mask {
    float: left;
    padding: 134px 0 0 16px;
    width: 287px;
    height: 52px;
    background-color: transparent;
}
#page_clientes #sites_container .site .goto  .adjustment_mask .mask a {
    float: left;
    padding: 4px 0 0 22px;
    width: 121px;
    height: 21px;
    background: url(../images/bckg_goto.jpg);
    color: #fff9f9;
    font-size: 14px;
    text-decoration: none;
}
#page_clientes #sites_container .site .changer {
    float: right;
    padding-top: 10px;
    border: none;
    width: 74px;
    height: 10px;
}