/* CSS Document */

#imageuploadtv
{
overflow:auto; 
padding:10px;
//width:585px; 
font-size:11px;
display:none;
}

#imageloadstatustv
{
	padding:3px;
  font-size:12px;
  display:none;
}

.imageuploadborder
{
border:solid 1px #BDC7D8; 
padding: 3px;
}

.previewtv
{
border:solid 1px #333;
max-width:150px;
max-height:125px;
margin-bottom:10px;
margin-left:10px;
}


.uploadimagebutton {
    background-color: #51b9dc;
    min-width: 30px;
    padding: 4px;
    text-align: center;
	background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #666666;
    color: white !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 1px;
    padding: 5px;
    text-shadow: 1px 1px 1px #333333;
    text-decoration:none;
}
.uploadimagebutton:hover
{
	text-decoration:none;
	background-color: #31A4CA;
}

#upload-wrap {
    height: 30px;
    width: 200px;
    display:none;
}


.minibutton{
	font-size: 12px;
	border: none;
	background: url('/imagenes/minibutton2.png') no-repeat;
	width: 65px;
	height: 23px;
	font-weight: bold;
	color: black;
	line-height: 17px;
}

.minibutton:hover{
background-position: 0px -23px;
color: black!important;
text-decoration: none;
}

.minibutton:active{
background-position: 0px -46px;
color: black!important;
text-decoration: none;
}

