/*-----------------
*  HOME page
*==================*/
/*listado de videos*/

@import url("listado_videos.css");

#comunity_videos #right_column{float:none;width:350px;margin-left:590px;min-height: 1150px}


/*MINI LOGIN*/
#mini_login .buttom{background:url("images/btn_login.png") repeat-x scroll 0 0 transparent;color:white;font-weight:bold;height:18px;padding:6px 0 0 7px;width:49px;cursor:pointer}
#mini_login form label{color : #e95d0f;font-size: 11px;}
#mini_login form input{height: 14px;font-size: 11px;}
#mini_login form #login_email{width: 75px;}
#mini_login form #login_password{width: 55px;}
#mini_login form input[type="submit"]{padding:0 !important;background: url("images/btn_login.png");-moz-border-radius:0;font-weight: bold;font-size: 11px;font-family: helvetica;height: 24px !important;width: 56px!important;cursor: pointer;margin:0;text-align: center;padding: 0 0 0 0;}


/*Box Home*/
.box_home{width: 330px;background:#eeeeee;margin-bottom: 20px;padding:10px 10px 5px 10px}
.box_home .title{text-align: left;font-size: 15px; font-weight: bold;margin: 0 0 5px 5px;color:#313131 }
.box_home ul{margin:0;padding:0}
.box_home ul li{padding:0;margin:0 4px 2px 4px;float:left;list-style:none outside none;text-align: center;width: 69px;height: 98px;}
.box_home a {color:#009ee1}
.box_home a img{border:3px solid white;-moz-box-shadow:3px 3px 7px #999999;-webkit-box-shadow:3px 3px 7px #999999;box-shadow:3px 3px 7px #999999;}

.box_home .opciones{text-align: right; margin-top: 5px;height: 20px}
.box_home .opciones .boton{background: url("images/btn_gradient_blue.png") left center;height: 14px;padding:2px 10px;width: auto;float: right;color:white;text-decoration: none;font-size: 10px}
.box_home ul li .username{margin-top: 3px}

.box_home .box_interior{background-color: white;padding:5px 10px 10px 10px;}
#comunity_videos .box_home .box_interior ul
{
    height:190px
}
#comunity_videos .box_home{height: 260px}


