.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 300px;
	display:none;
	z-index: 10000;
}

.chatboxhead {
	background-color:#2c40f8;
	padding:10px;
	color: #ffffff;
	border-right:1px solid #bebebe;
	border-left:1px solid #bebebe;
	cursor:pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 16px;
	color: #333333;
	height:280px;
	width:auto;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 260px;
	height:24px;
	padding:3px 0pt 3px 3px;
	border: none;
	margin: 0px;
	overflow:hidden;
	resize:none;
}

.chatboxtextarea:focus {
	border:none;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	font-size:10px;
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	/*position:absolute;
	float: right;
	right: 5px;*/
	
	margin-left:-1em;
	font-weight: bold;
}

/* caja con flecha derecha  -> http://cssarrowplease.com/*/
.arrow_box {
	/* border-radius: 5px; */
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;

	position: relative;

	background: #c7defe;
	/*border: 1px solid #d1d1d1;*/
	padding:5px;
	margin:5px;
}
.arrow_box:after {
	left: 100%;
	top: 0px; 
	content: "";
	height: 0;
	width: 0;
	position: absolute; 
	border-style:solid; 
	border-width: 10px 10px 0 0;
    border-color: #c7defe transparent transparent transparent; 
}

/* end caja con flecha*/

/* caja con flecha izquierda  -> http://cssarrowplease.com/*/
.arrow_box_iz {
    /* border-radius: 5px; */
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;

	position: relative;
	background: #f2f2f2;
	padding:5px;
	margin:5px;
}
.arrow_box_iz:after {
	right: 100%;
	top: 0px; 
	content: "";
	height: 0;
	width: 0;
	position: absolute; 
	border-style:solid; 
	border-width: 0 10px 10px 0;
    border-color: transparent #f2f2f2 transparent transparent; 
} 
/* end caja con flecha*/

.chatboxmessagecontent {
	/*border-bottom: 1px solid #E1E1E1;
	padding: 5px;*/
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 18px;
	padding: 5px;
}

.chatboxoptions a:hover{
	background:rgba(255, 255, 255, 0.25);
	border-radius: 50%; 
	/*box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.25);*/
}

.chatboxtitle {
	float: left;
}

.palomita {
	float:right;
    margin:1px;
    background: #DDDDDD;
    height: 4px;
    position: relative;
    width: 2px;
    transform: rotate(-45deg);
} 

.palomita:after{
	background: #DDDDDD;
    content: "";
    height: 2px;
    position: absolute;
    top: 4px;
    width: 10px;
}

.azul{
	background:#8597FF;	
}
.azul:after{
	background:#8597FF;	
}
/*
*
*/
/* Estilo del área del input[file] */
.chatboxarchivos, .fileNit, .fileDui{
    height: 1.5em;
    width: 1.5em;
    background: url("../img/clip.png") no-repeat;
    text-align: center;
    color: red;
    position: absolute; 
    margin: -30px 0px 0px 215px;
}

.fileNit{
	margin: -22px 0px 0px 118px;	
}

.fileDui{
	margin: -22px 0px 0px 264px;	
}

.parque_vehicular{
    height: 3em;
    width: 3em;
    background: url('../images/subir2.png') no-repeat;
    text-align: center;
    color: red;
    position: absolute;  
	margin: -25px 0px 0px 0px;
}

.chatboxarchivos:hover, 
.fileNit:hover, 
.fileDui:hover,
.parque_vehicular{
	cursor: pointer;
}

input[type="file"] {
    height: 2em;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 3; 
}

/*
*
*/
.imgArchivo{
	background: url("../images/clip.png");
}


.color{
	color:#000;
}
