/* CSS Document */
#contenidoShadowbox{
	height: 380px;
	width: 380px;
	background-color:#ffffff;
}
#contenidoShadowbox2{
	/*height: 320px;*/
	width: 580px;
	background-color:#ffffff;
}
/*****************************************************************************************************/
/*********************************   ENVIAR NOTA   ********************************************************/
.enviarNota {
	width: 380px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.topEnviarNota{
	background-image: url('../imagenesGenericas/management/top_left_managment.jpg');
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	width: 18px;
}

.leftEnviarNota{
	background-image: url('../imagenesGenericas/management/top_right_managment.jpg');
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	width: 15px;
}
.footerEnviarNota{
	height: 20px;
	width: 380px;
	float: left;
}
.footerEnviarNotaLeft {
	background-image: url('../imagenesGenericas/management/bottom_left_managment.jpg');
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	width: 19px;
}

.footerEnviarNotaRight {
	background-image: url('../imagenesGenericas/management/bottom_right_managment.jpg');
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	width: 16px;
}

.footerEnviarNotaCenter {
	background-image: url('../imagenesGenericas/management/background_managment_bottom.jpg');
	background-repeat: repeat-x;
	height: 16px;
	width: 345px;
	float: left;
	padding-top: 4px;
	text-align: right;
}
#contenidoEnviarNota {
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 20px;
	float:left;
}
/*****************************************************************************************************/
/*********************************   RESULTADOS ENCUESTAS   ********************************************************/

.resultadosEncuesta {
	width: 580px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#contenidoResultadosEncuesta {
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	/*padding: 20px;
	width: 538px;*/
	width: 578px;
	float: left;
}
.topResultadosEncuesta{
	background-image: url('../imagenesGenericas/management/top_left_managment.jpg');
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	width: 18px;
}
.leftResultadosEncuesta {
	background-image: url('../imagenesGenericas/management/top_right_managment.jpg');
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	width: 15px;
}
.titleResultadoEncuesta{
	background-image: url('../imagenesGenericas/management/background_managment_top.jpg');
	background-repeat: repeat-x;
	background-color: gray;
	height: 30px;
	width: 547px;
	float: left;
	//padding-top: 4px;
}
.footerResultadosEncuesta{
	height: 20px;
	width: 580px;
	float: left;
}
.footerResultadosEncuestaLeft {
	background-image: url('../imagenesGenericas/management/bottom_left_managment.jpg');
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	width: 19px;
}

.footerResultadosEncuestaRight {
	background-image: url('../imagenesGenericas/management/bottom_right_managment.jpg');
	background-repeat: no-repeat;
	height: 20px;
	float: left;
	width: 16px;
}

.footerResultadosEncuestaCenter {
	background-image: url('../imagenesGenericas/management/background_managment_bottom.jpg');
	background-repeat: repeat-x;
	height: 16px;
	width: 545px;
	float: left;
	padding-top: 4px;
	text-align: right;
}

